Searched defs:NumberedInstructions (Results 1 – 9 of 9) sorted by relevance
/llvm-project/llvm/utils/TableGen/ |
H A D | X86MnemonicTables.cpp | 43 ArrayRef<const CodeGenInstruction *> NumberedInstructions = run() local
|
H A D | InstrInfoEmitter.cpp | 284 ArrayRef<const CodeGenInstruction *> NumberedInstructions) { in emitOperandNameMappings() argument 249 initOperandMapData(ArrayRef<const CodeGenInstruction * > NumberedInstructions,StringRef Namespace,std::map<std::string,unsigned> & Operands,OpNameMapTy & OperandMap) initOperandMapData() argument 356 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 952 ArrayRef<const CodeGenInstruction *> NumberedInstructions = run() local [all...] |
H A D | WebAssemblyDisassemblerEmitter.cpp | 28 emitWebAssemblyDisassemblerTables(raw_ostream & OS,const ArrayRef<const CodeGenInstruction * > & NumberedInstructions) emitWebAssemblyDisassemblerTables() argument
|
H A D | CodeEmitterGen.cpp | 396 emitInstructionBaseValues(raw_ostream & o,ArrayRef<const CodeGenInstruction * > NumberedInstructions,CodeGenTarget & Target,unsigned HwMode) emitInstructionBaseValues() argument 477 ArrayRef<const CodeGenInstruction *> NumberedInstructions = run() local
|
H A D | CodeGenMapTable.cpp | 361 ArrayRef<const CodeGenInstruction *> NumberedInstructions = emitBinSearchTable() local
|
H A D | X86FoldTablesEmitter.cpp | 627 ArrayRef<const CodeGenInstruction *> NumberedInstructions = in run() local
|
H A D | AsmWriterEmitter.cpp | 60 ArrayRef<const CodeGenInstruction *> NumberedInstructions; member in __anon109b99260111::AsmWriterEmitter
|
H A D | DecoderEmitter.cpp | 2531 const auto &NumberedInstructions = Target.getInstructionsByEnumValue(); run() local
|
/llvm-project/llvm/utils/TableGen/Common/ |
H A D | VarLenCodeEmitterGen.cpp | 227 auto NumberedInstructions = Target.getInstructionsByEnumValue(); run() local 349 emitInstructionBaseValues(raw_ostream & OS,ArrayRef<const CodeGenInstruction * > NumberedInstructions,CodeGenTarget & Target,AltEncodingTy Mode) emitInstructionBaseValues() argument
|