llvm-project/llvm/lib/Target/VE
Kazushi (Jam) Marukawa 015dee1ac8 [VE] Support (m)0 and (m)1 operands
Summary:
VE has special operands to represent 0b000...000111...111 (`(m)0`) and
0b111...111000...000 (`(m)1`) bit sequences.  This patch supports those
operands not only in machine instructions but also in DAG lowering.

Reviewed By: simoll

Differential Revision: https://reviews.llvm.org/D77769
2020-04-09 18:09:00 +02:00
..
MCTargetDesc [VE] Support (m)0 and (m)1 operands 2020-04-09 18:09:00 +02:00
TargetInfo
CMakeLists.txt [VE] Move VEInstPrinter.cpp and VEInstPrinter.h into MCTargetDesc 2020-03-17 11:33:54 +01:00
LLVMBuild.txt [VE] Move VEInstPrinter.cpp and VEInstPrinter.h into MCTargetDesc 2020-03-17 11:33:54 +01:00
VE.h [VE] Support (m)0 and (m)1 operands 2020-04-09 18:09:00 +02:00
VE.td
VEAsmPrinter.cpp [VE] Support (m)0 and (m)1 operands 2020-04-09 18:09:00 +02:00
VECallingConv.td [VE] vaarg functions callers and callees 2020-02-03 16:26:44 +01:00
VEFrameLowering.cpp [VE] Support (m)0 and (m)1 operands 2020-04-09 18:09:00 +02:00
VEFrameLowering.h [VE] Adapt aa26dd9858 and 2481f26ac3 2020-04-07 15:45:19 -07:00
VEISelDAGToDAG.cpp [VE] Update lea/load/store instructions 2020-04-06 11:49:46 +02:00
VEISelLowering.cpp Fix typo in comment 2020-04-09 10:36:00 +01:00
VEISelLowering.h [VE] TLS codegen 2020-02-18 16:09:12 +01:00
VEInstrFormats.td [VE] i<N> and fp32/64 arguments, return values and constants 2020-01-22 09:17:44 +01:00
VEInstrInfo.cpp [VE] Migrate to the getMachineMemOperand overload using llvm::Align 2020-04-07 16:04:54 -07:00
VEInstrInfo.h [VE] Fix -Wunused-private-field after D72598 and -Wdeprecated-declarations after D76348 2020-03-20 15:06:58 -07:00
VEInstrInfo.td [VE] Support (m)0 and (m)1 operands 2020-04-09 18:09:00 +02:00
VEMCInstLower.cpp [VE] half fptrunc+store&load+fpext 2020-02-04 17:16:09 +01:00
VEMachineFunctionInfo.cpp [VE] call isel with stack passing 2020-01-28 10:55:47 +01:00
VEMachineFunctionInfo.h [VE] Support for PIC (global data and calls) 2020-02-14 09:50:02 +01:00
VERegisterInfo.cpp [VE] Adapt aa26dd9858 and 2481f26ac3 2020-04-07 15:45:19 -07:00
VERegisterInfo.h [VE] Adapt aa26dd9858 and 2481f26ac3 2020-04-07 15:45:19 -07:00
VERegisterInfo.td [VE] i<N> and fp32/64 arguments, return values and constants 2020-01-22 09:17:44 +01:00
VESubtarget.cpp [VE][fix] (more) explicit StringRef to std::string 2020-01-29 10:46:59 +01:00
VESubtarget.h
VETargetMachine.cpp [VE][fix] Explicit StringRef to std::string conversion 2020-01-29 10:34:28 +01:00
VETargetMachine.h [VE] Target-specific bit size for sjljehprepare 2020-03-10 17:51:16 +01:00
VETargetTransformInfo.h