Searched refs:NumberedInstructions (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
| H A D | InstrInfoEmitter.cpp | 83 ArrayRef<const CodeGenInstruction *> NumberedInstructions); 85 ArrayRef<const CodeGenInstruction *> NumberedInstructions, 90 ArrayRef<const CodeGenInstruction*> NumberedInstructions); 94 ArrayRef<const CodeGenInstruction *> NumberedInstructions); 97 ArrayRef<const CodeGenInstruction *> NumberedInstructions); 236 ArrayRef<const CodeGenInstruction *> NumberedInstructions, in initOperandMapData() argument 241 for (const CodeGenInstruction *Inst : NumberedInstructions) { in initOperandMapData() 272 ArrayRef<const CodeGenInstruction*> NumberedInstructions) { in emitOperandNameMappings() argument 280 initOperandMapData(NumberedInstructions, Namespace, Operands, OperandMap); in emitOperandNameMappings() 344 ArrayRef<const CodeGenInstruction *> NumberedInstructions) { in emitOperandTypeMappings() argument [all …]
|
| H A D | CodeBeadsGen.cpp | 50 ArrayRef<const CodeGenInstruction *> NumberedInstructions = in run() local 61 for (const CodeGenInstruction *CGI : NumberedInstructions) { in run() 80 for (const CodeGenInstruction *CGI : NumberedInstructions) { in run()
|
| H A D | WebAssemblyDisassemblerEmitter.cpp | 25 const ArrayRef<const CodeGenInstruction *> &NumberedInstructions) { in emitWebAssemblyDisassemblerTables() argument 31 for (unsigned I = 0; I != NumberedInstructions.size(); ++I) { in emitWebAssemblyDisassemblerTables() 32 auto &CGI = *NumberedInstructions[I]; in emitWebAssemblyDisassemblerTables()
|
| H A D | CodeEmitterGen.cpp | 58 raw_ostream &o, ArrayRef<const CodeGenInstruction *> NumberedInstructions, 348 raw_ostream &o, ArrayRef<const CodeGenInstruction *> NumberedInstructions, in emitInstructionBaseValues() argument 357 for (const CodeGenInstruction *CGI : NumberedInstructions) { in emitInstructionBaseValues() 396 ArrayRef<const CodeGenInstruction*> NumberedInstructions = in run() local 403 for (const CodeGenInstruction *CGI : NumberedInstructions) { in run() 442 emitInstructionBaseValues(o, NumberedInstructions, Target, -1); in run() 445 emitInstructionBaseValues(o, NumberedInstructions, Target, (int)HwMode); in run()
|
| H A D | AsmWriterEmitter.cpp | 60 ArrayRef<const CodeGenInstruction *> NumberedInstructions; member in __anone42ed43e0111::AsmWriterEmitter 315 std::vector<uint64_t> OpcodeInfo(NumberedInstructions.size()); in EmitGetMnemonic() 422 for (unsigned i = 0, e = NumberedInstructions.size(); i != e; ++i) { in EmitGetMnemonic() 424 << NumberedInstructions[i]->TheDef->getName() << "\n"; in EmitGetMnemonic() 1064 for (const CodeGenInstruction *Inst : NumberedInstructions) { in EmitPrintAliasInstruction() 1279 NumberedInstructions = Target.getInstructionsByEnumValue(); in AsmWriterEmitter() 1281 for (unsigned i = 0, e = NumberedInstructions.size(); i != e; ++i) { in AsmWriterEmitter() 1282 const CodeGenInstruction *I = NumberedInstructions[i]; in AsmWriterEmitter()
|
| H A D | WebAssemblyDisassemblerEmitter.h | 25 const ArrayRef<const CodeGenInstruction *> &NumberedInstructions);
|
| H A D | CodeGenMapTable.cpp | 362 ArrayRef<const CodeGenInstruction*> NumberedInstructions = in emitBinSearchTable() local 367 unsigned TotalNumInstr = NumberedInstructions.size(); in emitBinSearchTable() 375 Record *CurInstr = NumberedInstructions[i]->TheDef; in emitBinSearchTable()
|
| H A D | X86EVEX2VEXTablesEmitter.cpp | 205 ArrayRef<const CodeGenInstruction *> NumberedInstructions = in run() local 208 for (const CodeGenInstruction *Inst : NumberedInstructions) { in run()
|
| H A D | X86FoldTablesEmitter.cpp | 584 ArrayRef<const CodeGenInstruction *> NumberedInstructions = in run() local 587 for (const CodeGenInstruction *Inst : NumberedInstructions) { in run()
|
| H A D | FixedLenDecoderEmitter.cpp | 2420 const auto &NumberedInstructions = Target.getInstructionsByEnumValue(); in run() local 2421 NumberedEncodings.reserve(NumberedInstructions.size()); in run() 2424 for (const auto &NumberedInstruction : NumberedInstructions) { in run() 2442 for (const auto &NumberedInstruction : NumberedInstructions) { in run() 2486 if (i < NumberedInstructions.size()) in run()
|