Searched defs:NumberedInstructions (Results 1 – 10 of 10) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | InstrInfoEmitter.cpp | 249 ArrayRef<const CodeGenInstruction *> NumberedInstructions, in initOperandMapData() argument 285 emitOperandNameMappings(raw_ostream & OS,const CodeGenTarget & Target,ArrayRef<const CodeGenInstruction * > NumberedInstructions) emitOperandNameMappings() argument 357 emitOperandTypeMappings(raw_ostream & OS,const CodeGenTarget & Target,ArrayRef<const CodeGenInstruction * > NumberedInstructions) emitOperandTypeMappings() argument 499 emitLogicalOperandSizeMappings(raw_ostream & OS,StringRef Namespace,ArrayRef<const CodeGenInstruction * > NumberedInstructions) emitLogicalOperandSizeMappings() argument 586 emitLogicalOperandTypeMappings(raw_ostream & OS,StringRef Namespace,ArrayRef<const CodeGenInstruction * > NumberedInstructions) emitLogicalOperandTypeMappings() argument 954 ArrayRef<const CodeGenInstruction *> NumberedInstructions = run() local [all...] |
H A D | X86MnemonicTables.cpp | 43 ArrayRef<const CodeGenInstruction *> NumberedInstructions = in run() local
|
H A D | WebAssemblyDisassemblerEmitter.cpp | 28 const ArrayRef<const CodeGenInstruction *> &NumberedInstructions) { in emitWebAssemblyDisassemblerTables() argument
|
H A D | CodeEmitterGen.cpp | 357 emitInstructionBaseValues(raw_ostream & o,ArrayRef<const CodeGenInstruction * > NumberedInstructions,CodeGenTarget & Target,int HwMode) emitInstructionBaseValues() argument 427 ArrayRef<const CodeGenInstruction*> NumberedInstructions = run() local
|
H A D | VarLenCodeEmitterGen.cpp |
|
H A D | X86CompressEVEXTablesEmitter.cpp |
|
H A D | CodeGenMapTable.cpp | 363 ArrayRef<const CodeGenInstruction*> NumberedInstructions = emitBinSearchTable() local
|
H A D | X86FoldTablesEmitter.cpp | 644 ArrayRef<const CodeGenInstruction *> NumberedInstructions = run() local
|
H A D | AsmWriterEmitter.cpp | 60 ArrayRef<const CodeGenInstruction *> NumberedInstructions; member in __anon3f873b650111::AsmWriterEmitter
|
H A D | DecoderEmitter.cpp | 2437 const auto &NumberedInstructions = Target.getInstructionsByEnumValue(); run() local
|