Searched refs:NumberedInstructions (Results 1 – 10 of 10) sorted by relevance
| /src/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | InstrInfoEmitter.cpp | 96 ArrayRef<const CodeGenInstruction *> NumberedInstructions); 98 initOperandMapData(ArrayRef<const CodeGenInstruction *> NumberedInstructions, 104 ArrayRef<const CodeGenInstruction *> NumberedInstructions); 108 ArrayRef<const CodeGenInstruction *> NumberedInstructions); 111 ArrayRef<const CodeGenInstruction *> NumberedInstructions); 249 ArrayRef<const CodeGenInstruction *> NumberedInstructions, in initOperandMapData() argument 253 for (const CodeGenInstruction *Inst : NumberedInstructions) { in initOperandMapData() 284 ArrayRef<const CodeGenInstruction *> NumberedInstructions) { in emitOperandNameMappings() argument 292 initOperandMapData(NumberedInstructions, Namespace, Operands, OperandMap); in emitOperandNameMappings() 356 ArrayRef<const CodeGenInstruction *> NumberedInstructions) { in emitOperandTypeMappings() argument [all …]
|
| H A D | WebAssemblyDisassemblerEmitter.cpp | 28 const ArrayRef<const CodeGenInstruction *> &NumberedInstructions) { in emitWebAssemblyDisassemblerTables() argument 34 for (unsigned I = 0; I != NumberedInstructions.size(); ++I) { in emitWebAssemblyDisassemblerTables() 35 auto &CGI = *NumberedInstructions[I]; in emitWebAssemblyDisassemblerTables()
|
| H A D | CodeEmitterGen.cpp | 70 raw_ostream &o, ArrayRef<const CodeGenInstruction *> NumberedInstructions, 396 raw_ostream &o, ArrayRef<const CodeGenInstruction *> NumberedInstructions, in emitInstructionBaseValues() argument 405 for (const CodeGenInstruction *CGI : NumberedInstructions) { in emitInstructionBaseValues() 477 ArrayRef<const CodeGenInstruction *> NumberedInstructions = in run() local 487 for (const CodeGenInstruction *CGI : NumberedInstructions) { in run() 525 emitInstructionBaseValues(o, NumberedInstructions, Target, DefaultMode); in run() 531 emitInstructionBaseValues(o, NumberedInstructions, Target, HwMode); in run()
|
| H A D | X86MnemonicTables.cpp | 43 ArrayRef<const CodeGenInstruction *> NumberedInstructions = in run() local 45 for (const CodeGenInstruction *I : NumberedInstructions) { in run()
|
| H A D | WebAssemblyDisassemblerEmitter.h | 26 const ArrayRef<const CodeGenInstruction *> &NumberedInstructions);
|
| H A D | AsmWriterEmitter.cpp | 60 ArrayRef<const CodeGenInstruction *> NumberedInstructions; member in __anon594dd8480111::AsmWriterEmitter 344 std::vector<uint64_t> OpcodeInfo(NumberedInstructions.size()); in EmitGetMnemonic() 451 for (unsigned i = 0, e = NumberedInstructions.size(); i != e; ++i) { in EmitGetMnemonic() 453 << NumberedInstructions[i]->TheDef->getName() << "\n"; in EmitGetMnemonic() 1105 for (const CodeGenInstruction *Inst : NumberedInstructions) { in EmitPrintAliasInstruction() 1323 NumberedInstructions = Target.getInstructionsByEnumValue(); in AsmWriterEmitter() 1325 for (unsigned i = 0, e = NumberedInstructions.size(); i != e; ++i) { in AsmWriterEmitter() 1326 const CodeGenInstruction *I = NumberedInstructions[i]; in AsmWriterEmitter()
|
| H A D | CodeGenMapTable.cpp | 361 ArrayRef<const CodeGenInstruction *> NumberedInstructions = in emitBinSearchTable() local 366 unsigned TotalNumInstr = NumberedInstructions.size(); in emitBinSearchTable() 374 Record *CurInstr = NumberedInstructions[i]->TheDef; in emitBinSearchTable()
|
| H A D | X86FoldTablesEmitter.cpp | 627 ArrayRef<const CodeGenInstruction *> NumberedInstructions = in run() local 630 for (const CodeGenInstruction *Inst : NumberedInstructions) { in run()
|
| H A D | DecoderEmitter.cpp | 2528 const auto &NumberedInstructions = Target.getInstructionsByEnumValue(); in run() local 2529 NumberedEncodings.reserve(NumberedInstructions.size()); in run() 2530 for (const auto &NumberedInstruction : NumberedInstructions) { in run() 2578 if (NEI < NumberedInstructions.size()) in run() 2586 InstrLen.resize(NumberedInstructions.size(), 0); in run()
|
| /src/contrib/llvm-project/llvm/utils/TableGen/Common/ |
| H A D | VarLenCodeEmitterGen.cpp | 85 ArrayRef<const CodeGenInstruction *> NumberedInstructions, 227 auto NumberedInstructions = Target.getInstructionsByEnumValue(); in run() local 229 for (const CodeGenInstruction *CGI : NumberedInstructions) { in run() 270 emitInstructionBaseValues(OS, NumberedInstructions, Target, Mode.first); in run() 349 raw_ostream &OS, ArrayRef<const CodeGenInstruction *> NumberedInstructions, in emitInstructionBaseValues() argument 358 for (const CodeGenInstruction *CGI : NumberedInstructions) { in emitInstructionBaseValues()
|