/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | InstrEnumEmitter.cpp | 36 const std::vector<const CodeGenInstruction*> &NumberedInstructions = in run() local 41 for (unsigned i = 0, e = NumberedInstructions.size(); i != e; ++i) { in run() 42 OS << " " << NumberedInstructions[i]->TheDef->getName() in run() 45 OS << " INSTRUCTION_LIST_END = " << NumberedInstructions.size() << "\n"; in run()
|
D | InstrInfoEmitter.cpp | 207 const std::vector<const CodeGenInstruction*> &NumberedInstructions = in run() local 210 for (unsigned i = 0, e = NumberedInstructions.size(); i != e; ++i) in run() 211 emitRecord(*NumberedInstructions[i], i, InstrInfo, EmittedLists, in run() 219 << NumberedInstructions.size() << ");\n}\n\n"; in run() 246 << NumberedInstructions.size() << ");\n}\n"; in run() 355 const std::vector<const CodeGenInstruction*> &NumberedInstructions = in emitEnums() local 360 for (unsigned i = 0, e = NumberedInstructions.size(); i != e; ++i) { in emitEnums() 361 OS << " " << NumberedInstructions[i]->TheDef->getName() in emitEnums() 364 OS << " INSTRUCTION_LIST_END = " << NumberedInstructions.size() << "\n"; in emitEnums()
|
D | AsmWriterEmitter.h | 30 std::vector<const CodeGenInstruction*> NumberedInstructions; variable 45 assert(ID < NumberedInstructions.size()); in getAsmWriterInstByID() 47 CGIAWIMap.find(NumberedInstructions[ID]); in getAsmWriterInstByID()
|
D | ARMDecoderEmitter.cpp | 1501 NumberedInstructions(), in ARMDEBackend() 1526 &NumberedInstructions) { in getInstructionsByEnumValue() argument 1531 NumberedInstructions = Target.getInstructionsByEnumValue(); in getInstructionsByEnumValue() 1543 std::vector<const CodeGenInstruction*> NumberedInstructions; member in ARMDecoderEmitter::ARMDEBackend 1691 getInstructionsByEnumValue(NumberedInstructions); in populateInstructions() 1693 unsigned numUIDs = NumberedInstructions.size(); in populateInstructions() 1697 if (!NumberedInstructions[uid]->TheDef->isSubClassOf("InstARM")) in populateInstructions() 1700 if (populateInstruction(*NumberedInstructions[uid], TargetName)) in populateInstructions() 1708 if (!NumberedInstructions[uid]->TheDef->isSubClassOf("InstARM") in populateInstructions() 1709 && !NumberedInstructions[uid]->TheDef->isSubClassOf("InstThumb")) in populateInstructions() [all …]
|
D | AsmWriterEmitter.cpp | 109 InstIdxs.assign(NumberedInstructions.size(), ~0U); in FindUniqueOperandCommands() 118 for (unsigned i = 0, e = NumberedInstructions.size(); i != e; ++i) { in FindUniqueOperandCommands() 271 NumberedInstructions = Target.getInstructionsByEnumValue(); in EmitPrintInstruction() 287 for (unsigned i = 0, e = NumberedInstructions.size(); i != e; ++i) { in EmitPrintInstruction() 288 AsmWriterInst *AWI = CGIAWIMap[NumberedInstructions[i]]; in EmitPrintInstruction() 349 for (unsigned i = 0, e = NumberedInstructions.size(); i != e; ++i) { in EmitPrintInstruction() 367 for (unsigned i = 0, e = NumberedInstructions.size(); i != e; ++i) { in EmitPrintInstruction() 369 << NumberedInstructions[i]->TheDef->getName() << "\n"; in EmitPrintInstruction() 571 const std::vector<const CodeGenInstruction*> &NumberedInstructions = in EmitGetInstructionName() local 583 << " assert(Opcode < " << NumberedInstructions.size() in EmitGetInstructionName() [all …]
|
D | FixedLenDecoderEmitter.h | 60 NumberedInstructions(Target.getInstructionsByEnumValue()), in Records() 71 std::vector<const CodeGenInstruction*> NumberedInstructions; variable
|
D | CodeEmitterGen.cpp | 219 const std::vector<const CodeGenInstruction*> &NumberedInstructions = in run() local 233 IN = NumberedInstructions.begin(), in run() 234 EN = NumberedInstructions.end(); in run()
|
D | FixedLenDecoderEmitter.cpp | 1447 NumberedInstructions = Target.getInstructionsByEnumValue(); in run() 1452 for (unsigned i = 0; i < NumberedInstructions.size(); ++i) { in run() 1453 const CodeGenInstruction *Inst = NumberedInstructions[i]; in run() 1483 FilterChooser FC(NumberedInstructions, I->second, Operands, 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 __anon7a817e750111::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 __anonf641aa1c0211::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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | InstrInfoEmitter.cpp | 81 ArrayRef<const CodeGenInstruction *> NumberedInstructions, 86 ArrayRef<const CodeGenInstruction*> NumberedInstructions); 221 ArrayRef<const CodeGenInstruction *> NumberedInstructions, in initOperandMapData() argument 226 for (const CodeGenInstruction *Inst : NumberedInstructions) { in initOperandMapData() 257 ArrayRef<const CodeGenInstruction*> NumberedInstructions) { in emitOperandNameMappings() argument 265 initOperandMapData(NumberedInstructions, Namespace, Operands, OperandMap); in emitOperandNameMappings() 467 ArrayRef<const CodeGenInstruction*> NumberedInstructions = in run() local 472 for (const CodeGenInstruction *Inst : NumberedInstructions) { in run() 488 for (const CodeGenInstruction *Inst : NumberedInstructions) { in run() 503 << NumberedInstructions.size() << ");\n}\n\n"; in run() [all …]
|
D | WebAssemblyDisassemblerEmitter.cpp | 24 const ArrayRef<const CodeGenInstruction *> &NumberedInstructions) { in emitWebAssemblyDisassemblerTables() argument 30 for (unsigned I = 0; I != NumberedInstructions.size(); ++I) { in emitWebAssemblyDisassemblerTables() 31 auto &CGI = *NumberedInstructions[I]; in emitWebAssemblyDisassemblerTables()
|
D | WebAssemblyDisassemblerEmitter.h | 26 const ArrayRef<const CodeGenInstruction *> &NumberedInstructions);
|
D | AsmWriterEmitter.cpp | 60 ArrayRef<const CodeGenInstruction *> NumberedInstructions; member in __anonb47371ad0111::AsmWriterEmitter 291 std::vector<uint64_t> OpcodeInfo(NumberedInstructions.size()); in EmitPrintInstruction() 402 for (unsigned i = 0, e = NumberedInstructions.size(); i != e; ++i) { in EmitPrintInstruction() 404 << NumberedInstructions[i]->TheDef->getName() << "\n"; in EmitPrintInstruction() 1128 NumberedInstructions = Target.getInstructionsByEnumValue(); in AsmWriterEmitter() 1130 for (unsigned i = 0, e = NumberedInstructions.size(); i != e; ++i) { in AsmWriterEmitter() 1131 const CodeGenInstruction *I = NumberedInstructions[i]; in AsmWriterEmitter()
|
D | X86EVEX2VEXTablesEmitter.cpp | 191 ArrayRef<const CodeGenInstruction *> NumberedInstructions = in run() local 194 for (const CodeGenInstruction *Inst : NumberedInstructions) { in run()
|
D | CodeGenMapTable.cpp | 373 ArrayRef<const CodeGenInstruction*> NumberedInstructions = in emitBinSearchTable() local 378 unsigned TotalNumInstr = NumberedInstructions.size(); in emitBinSearchTable() 386 Record *CurInstr = NumberedInstructions[i]->TheDef; in emitBinSearchTable()
|
D | CodeEmitterGen.cpp | 239 ArrayRef<const CodeGenInstruction*> NumberedInstructions = in run() local 250 for (const CodeGenInstruction *CGI : NumberedInstructions) { in run()
|
D | FixedLenDecoderEmitter.cpp | 91 ArrayRef<const CodeGenInstruction *> NumberedInstructions; member in __anon7f5b27540111::FixedLenDecoderEmitter 831 << NumberedInstructions[Opc]->TheDef->getName() << "\n"; in emitTable() 849 << NumberedInstructions[Opc]->TheDef->getName() in emitTable() 2291 NumberedInstructions = Target.getInstructionsByEnumValue(); in run() 2296 for (unsigned i = 0; i < NumberedInstructions.size(); ++i) { in run() 2297 const CodeGenInstruction *Inst = NumberedInstructions[i]; in run() 2318 FilterChooser FC(NumberedInstructions, Opc.second, Operands, in run()
|
D | X86FoldTablesEmitter.cpp | 569 ArrayRef<const CodeGenInstruction *> NumberedInstructions = in run() local 572 for (const CodeGenInstruction *Inst : NumberedInstructions) { in run()
|