llvm-project/llvm/utils/TableGen
yanming bd1c51d245 [TableGen] Set tied to operand custom flag if current operand has tied operand. 2023-07-07 12:38:53 +08:00
..
GlobalISel [utils] Use std::nullopt instead of None (NFC) 2022-12-02 21:11:42 -08:00
AsmMatcherEmitter.cpp [llvm] Use std::nullopt instead of None (NFC) 2022-12-04 13:52:42 -08:00
AsmWriterEmitter.cpp [llvm] Use std::size instead of llvm::array_lengthof 2022-09-08 09:01:53 -06:00
AsmWriterInst.cpp
AsmWriterInst.h
Attributes.cpp [llvm] Qualify auto in range-based for loops (NFC) 2022-09-03 11:17:49 -07:00
CMakeLists.txt [cmake] Fix tablegen exports 2022-08-16 14:17:23 +02:00
CTagsEmitter.cpp [TableGen] Add a location for a class definition that was forward-declared 2022-07-20 15:56:17 +02:00
CallingConvEmitter.cpp [SystemZ][z/OS] Introduce CCAssignToRegAndStack to calling convention 2022-07-19 13:55:25 -04:00
CodeEmitterGen.cpp [TableGen] Add useDeprecatedPositionallyEncodedOperands option. 2022-09-24 09:40:45 -04:00
CodeGenDAGPatterns.cpp [TableGen] Use MemoryEffects to represent intrinsic memory effects (NFCI) 2022-11-14 10:52:04 +01:00
CodeGenDAGPatterns.h [llvm] Use std::underlying_type_t (NFC) 2022-09-25 23:14:15 -07:00
CodeGenHwModes.cpp
CodeGenHwModes.h
CodeGenInstruction.cpp [TableGen] Set tied to operand custom flag if current operand has tied operand. 2023-07-07 12:38:53 +08:00
CodeGenInstruction.h [TableGen] Support to set operand custom flag by CustomConstraints. 2023-07-05 14:56:12 +08:00
CodeGenIntrinsics.h [TableGen] Use MemoryEffects to represent intrinsic memory effects (NFCI) 2022-11-14 10:52:04 +01:00
CodeGenMapTable.cpp
CodeGenRegisters.cpp [utils] Use std::nullopt instead of None (NFC) 2022-12-02 21:11:42 -08:00
CodeGenRegisters.h RegAllocGreedy: Avoid overflowing priority bitfields 2022-09-15 10:38:40 -04:00
CodeGenSchedule.cpp [llvm-tblgen] CodeGenSchedModels::hasReadOfWrite gets wrong predication result 2022-09-19 14:22:43 +08:00
CodeGenSchedule.h
CodeGenTarget.cpp [utils] Use std::nullopt instead of None (NFC) 2022-12-02 21:11:42 -08:00
CodeGenTarget.h
CompressInstEmitter.cpp [RISCV][NFC] Mark rs1 in most memory instructions as memory operand. 2022-11-22 16:42:44 +03:00
DAGISelEmitter.cpp
DAGISelMatcher.cpp
DAGISelMatcher.h
DAGISelMatcherEmitter.cpp
DAGISelMatcherGen.cpp
DAGISelMatcherOpt.cpp
DFAEmitter.cpp [tblgen] Use std::variant to simplify code. NFCI. 2022-08-27 10:50:28 +02:00
DFAEmitter.h
DFAPacketizerEmitter.cpp
DXILEmitter.cpp [NFC] Make dxil namespace consistent 2022-09-21 17:48:13 -05:00
DecoderEmitter.cpp DecoderEmitter: Simplify addOneOperandFields. NFC 2022-11-13 01:15:54 -08:00
DirectiveEmitter.cpp Use llvm::sort instead of std::sort where possible 2022-07-23 15:19:05 +02:00
DisassemblerEmitter.cpp [llvm-tblgen] NFC: Simplify DecoderEmitter. 2022-10-28 19:45:20 -04:00
ExegesisEmitter.cpp
FastISelEmitter.cpp [FastISel] Propagate PCSections metadata to MachineInstr 2022-09-07 11:36:01 +02:00
GICombinerEmitter.cpp [llvm] Use std::nullopt instead of None (NFC) 2022-12-04 13:52:42 -08:00
GlobalISelEmitter.cpp [llvm] Use std::nullopt instead of None in comments (NFC) 2022-12-04 17:31:17 -08:00
InfoByHwMode.cpp
InfoByHwMode.h
InstrDocsEmitter.cpp
InstrInfoEmitter.cpp [TableGen] Support to set operand custom flag by CustomConstraints. 2023-07-05 14:56:12 +08:00
IntrinsicEmitter.cpp [utils] Use std::nullopt instead of None (NFC) 2022-12-02 21:11:42 -08:00
OptEmitter.cpp
OptEmitter.h
OptParserEmitter.cpp [TableGen] Use std::size (NFC) 2022-11-26 10:47:22 -08:00
OptRSTEmitter.cpp [clang-tblgen] Automatically document options values 2022-04-20 22:00:06 +02:00
PredicateExpander.cpp
PredicateExpander.h
PseudoLoweringEmitter.cpp [TableGen] Remove the use of global Record state 2022-05-11 11:55:33 -07:00
RegisterBankEmitter.cpp [llvm] Call *set::insert without checking membership first (NFC) 2022-06-18 08:32:54 -07:00
RegisterInfoEmitter.cpp [llvm] Use std::nullopt instead of None (NFC) 2022-12-04 13:52:42 -08:00
SDNodeProperties.cpp
SDNodeProperties.h
SearchableTableEmitter.cpp [llvm] Qualify auto in range-based for loops (NFC) 2022-09-03 11:17:49 -07:00
SequenceToOffsetTable.h [TableGen] emitStringLiteralDef: Pad trailing '\0' at the end of char array. 2022-05-24 06:25:10 +09:00
SubtargetEmitter.cpp [llvm] Use std::nullopt instead of None (NFC) 2022-12-04 13:52:42 -08:00
SubtargetFeatureInfo.cpp [CodeGen] Move instruction predicate verification to emitInstruction 2022-07-14 09:33:28 +01:00
SubtargetFeatureInfo.h
TableGen.cpp [TableGen][DirectX] Add tableGen backend to generate DXIL operation for DirectX backend. 2022-06-14 17:31:58 -07:00
TableGenBackends.h [TableGen][DirectX] Add tableGen backend to generate DXIL operation for DirectX backend. 2022-06-14 17:31:58 -07:00
Types.cpp
Types.h
VarLenCodeEmitterGen.cpp [APInt] Remove all uses of zextOrSelf, sextOrSelf and truncOrSelf 2022-05-19 11:23:13 +01:00
VarLenCodeEmitterGen.h [TableGen] Add support for variable length instruction in decoder generator 2022-05-03 03:37:13 +08:00
WebAssemblyDisassemblerEmitter.cpp [WebAssembly][NFC] Convert StackBased instruction field to 'bit' from string 2022-05-17 11:02:30 +01:00
WebAssemblyDisassemblerEmitter.h
X86DisassemblerShared.h
X86DisassemblerTables.cpp [llvm] Remove includes of `llvm/Support/STLArrayExtras.h` 2022-09-09 17:44:00 -06:00
X86DisassemblerTables.h
X86EVEX2VEXTablesEmitter.cpp [X86][tablgen] Extract common functions in X86EVEX2VEXTablesEmitter.cpp and X86FoldTablesEmitter.cpp to avoid duplicated code. NFC 2022-03-27 08:47:18 +08:00
X86FoldTablesEmitter.cpp [X86][tablgen] Add one entry manually into the memory folding table 2022-04-06 22:06:15 +08:00
X86MnemonicTables.cpp [X86][tablgen] Refine the class RecognizableInstr. NFCI 2022-03-26 22:41:49 +08:00
X86ModRMFilters.cpp
X86ModRMFilters.h
X86RecognizableInstr.cpp [X86] Add CMPCCXADD instructions. 2022-10-25 14:33:39 +08:00
X86RecognizableInstr.h [X86] Add CMPCCXADD instructions. 2022-10-25 14:33:39 +08:00
tdtags