/external/llvm-project/llvm/utils/TableGen/ |
D | InstrInfoEmitter.cpp | 81 ArrayRef<const CodeGenInstruction *> NumberedInstructions); 83 ArrayRef<const CodeGenInstruction *> NumberedInstructions, 88 ArrayRef<const CodeGenInstruction*> NumberedInstructions); 228 ArrayRef<const CodeGenInstruction *> NumberedInstructions, in initOperandMapData() argument 233 for (const CodeGenInstruction *Inst : NumberedInstructions) { in initOperandMapData() 264 ArrayRef<const CodeGenInstruction*> NumberedInstructions) { in emitOperandNameMappings() argument 272 initOperandMapData(NumberedInstructions, Namespace, Operands, OperandMap); in emitOperandNameMappings() 336 ArrayRef<const CodeGenInstruction *> NumberedInstructions) { in emitOperandTypeMappings() argument 375 if (!NumberedInstructions.empty()) { in emitOperandTypeMappings() 379 for (const CodeGenInstruction *Inst : NumberedInstructions) { in emitOperandTypeMappings() [all …]
|
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()
|
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()
|
D | WebAssemblyDisassemblerEmitter.h | 25 const ArrayRef<const CodeGenInstruction *> &NumberedInstructions);
|
D | AsmWriterEmitter.cpp | 60 ArrayRef<const CodeGenInstruction *> NumberedInstructions; member in __anone4d2dcea0111::AsmWriterEmitter 316 std::vector<uint64_t> OpcodeInfo(NumberedInstructions.size()); in EmitGetMnemonic() 423 for (unsigned i = 0, e = NumberedInstructions.size(); i != e; ++i) { in EmitGetMnemonic() 425 << NumberedInstructions[i]->TheDef->getName() << "\n"; in EmitGetMnemonic() 1070 for (const CodeGenInstruction *Inst : NumberedInstructions) { in EmitPrintAliasInstruction() 1285 NumberedInstructions = Target.getInstructionsByEnumValue(); in AsmWriterEmitter() 1287 for (unsigned i = 0, e = NumberedInstructions.size(); i != e; ++i) { in AsmWriterEmitter() 1288 const CodeGenInstruction *I = NumberedInstructions[i]; in AsmWriterEmitter()
|
D | X86EVEX2VEXTablesEmitter.cpp | 174 ArrayRef<const CodeGenInstruction *> NumberedInstructions = in run() local 177 for (const CodeGenInstruction *Inst : NumberedInstructions) { in run()
|
D | CodeGenMapTable.cpp | 372 ArrayRef<const CodeGenInstruction*> NumberedInstructions = in emitBinSearchTable() local 377 unsigned TotalNumInstr = NumberedInstructions.size(); in emitBinSearchTable() 385 Record *CurInstr = NumberedInstructions[i]->TheDef; in emitBinSearchTable()
|
D | X86FoldTablesEmitter.cpp | 586 ArrayRef<const CodeGenInstruction *> NumberedInstructions = in run() local 589 for (const CodeGenInstruction *Inst : NumberedInstructions) { in run()
|
D | FixedLenDecoderEmitter.cpp | 2409 const auto &NumberedInstructions = Target.getInstructionsByEnumValue(); in run() local 2410 NumberedEncodings.reserve(NumberedInstructions.size()); in run() 2413 for (const auto &NumberedInstruction : NumberedInstructions) { in run() 2431 for (const auto &NumberedInstruction : NumberedInstructions) { in run() 2475 if (i < NumberedInstructions.size()) in run()
|
/external/llvm/utils/TableGen/ |
D | InstrInfoEmitter.cpp | 62 ArrayRef<const CodeGenInstruction *> NumberedInstructions, 67 ArrayRef<const CodeGenInstruction*> NumberedInstructions); 201 ArrayRef<const CodeGenInstruction *> NumberedInstructions, in initOperandMapData() argument 207 for (const CodeGenInstruction *Inst : NumberedInstructions) { in initOperandMapData() 237 ArrayRef<const CodeGenInstruction*> NumberedInstructions) { in emitOperandNameMappings() argument 246 initOperandMapData(NumberedInstructions, Namespace, Operands, OperandMap); in emitOperandNameMappings() 381 ArrayRef<const CodeGenInstruction*> NumberedInstructions = in run() local 386 for (const CodeGenInstruction *Inst : NumberedInstructions) { in run() 402 for (const CodeGenInstruction *Inst : NumberedInstructions) { in run() 417 << NumberedInstructions.size() << ");\n}\n\n"; in run() [all …]
|
D | AsmWriterEmitter.cpp | 40 ArrayRef<const CodeGenInstruction *> NumberedInstructions; member in __anone1425a3c0111::AsmWriterEmitter 273 std::vector<uint64_t> OpcodeInfo(NumberedInstructions.size()); in EmitPrintInstruction() 384 for (unsigned i = 0, e = NumberedInstructions.size(); i != e; ++i) { in EmitPrintInstruction() 386 << NumberedInstructions[i]->TheDef->getName() << "\n"; in EmitPrintInstruction() 1100 NumberedInstructions = Target.getInstructionsByEnumValue(); in AsmWriterEmitter() 1102 for (unsigned i = 0, e = NumberedInstructions.size(); i != e; ++i) { in AsmWriterEmitter() 1103 const CodeGenInstruction *I = NumberedInstructions[i]; in AsmWriterEmitter()
|
D | CodeGenMapTable.cpp | 368 ArrayRef<const CodeGenInstruction*> NumberedInstructions = in emitBinSearchTable() local 373 unsigned TotalNumInstr = NumberedInstructions.size(); in emitBinSearchTable() 381 Record *CurInstr = NumberedInstructions[i]->TheDef; in emitBinSearchTable()
|
D | CodeEmitterGen.cpp | 229 ArrayRef<const CodeGenInstruction*> NumberedInstructions = in run() local 240 for (const CodeGenInstruction *CGI : NumberedInstructions) { in run()
|
D | FixedLenDecoderEmitter.cpp | 82 ArrayRef<const CodeGenInstruction *> NumberedInstructions; member in __anon557fff230211::FixedLenDecoderEmitter 805 << NumberedInstructions[Opc]->TheDef->getName() << "\n"; in emitTable() 820 << NumberedInstructions[Opc]->TheDef->getName() in emitTable() 2231 NumberedInstructions = Target.getInstructionsByEnumValue(); in run() 2236 for (unsigned i = 0; i < NumberedInstructions.size(); ++i) { in run() 2237 const CodeGenInstruction *Inst = NumberedInstructions[i]; in run() 2258 FilterChooser FC(NumberedInstructions, Opc.second, Operands, in run()
|