/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | CodeGenTarget.h | 150 getInstructionsByEnumValue() const { in getInstructionsByEnumValue() function 156 inst_iterator inst_begin() const{return getInstructionsByEnumValue().begin();} in inst_begin() 157 inst_iterator inst_end() const { return getInstructionsByEnumValue().end(); } in inst_end()
|
D | InstrEnumEmitter.cpp | 37 Target.getInstructionsByEnumValue(); in run()
|
D | DisassemblerEmitter.cpp | 116 Target.getInstructionsByEnumValue(); in run()
|
D | FixedLenDecoderEmitter.h | 60 NumberedInstructions(Target.getInstructionsByEnumValue()), in Records()
|
D | InstrInfoEmitter.cpp | 208 Target.getInstructionsByEnumValue(); in run() 356 Target.getInstructionsByEnumValue(); in emitEnums()
|
D | CodeEmitterGen.cpp | 220 Target.getInstructionsByEnumValue(); in run()
|
D | ARMDecoderEmitter.cpp | 1525 void getInstructionsByEnumValue(std::vector<const CodeGenInstruction*> in getInstructionsByEnumValue() function in ARMDecoderEmitter::ARMDEBackend 1531 NumberedInstructions = Target.getInstructionsByEnumValue(); in getInstructionsByEnumValue() 1691 getInstructionsByEnumValue(NumberedInstructions); in populateInstructions()
|
D | AsmWriterEmitter.cpp | 271 NumberedInstructions = Target.getInstructionsByEnumValue(); in EmitPrintInstruction() 572 Target.getInstructionsByEnumValue(); in EmitGetInstructionName()
|
D | EDEmitter.cpp | 798 target.getInstructionsByEnumValue(); in populateInstInfo()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | CodeGenTarget.h | 165 ArrayRef<const CodeGenInstruction *> getInstructionsByEnumValue() const { in getInstructionsByEnumValue() function 172 inst_iterator inst_begin() const{return getInstructionsByEnumValue().begin();} in inst_begin() 173 inst_iterator inst_end() const { return getInstructionsByEnumValue().end(); } in inst_end()
|
D | DisassemblerEmitter.cpp | 115 Target.getInstructionsByEnumValue(); in EmitDisassembler() 133 emitWebAssemblyDisassemblerTables(OS, Target.getInstructionsByEnumValue()); in EmitDisassembler()
|
D | InstrInfoEmitter.cpp | 200 for (const CodeGenInstruction *Inst : Target.getInstructionsByEnumValue()) { in EmitOperandInfo() 445 for (const CodeGenInstruction *II : Target.getInstructionsByEnumValue()) { in run() 468 Target.getInstructionsByEnumValue(); in run() 676 for (const CodeGenInstruction *Inst : Target.getInstructionsByEnumValue()) in emitEnums()
|
D | CodeEmitterGen.cpp | 240 Target.getInstructionsByEnumValue(); in run() 350 for (const CodeGenInstruction *Inst : Target.getInstructionsByEnumValue()) { in run()
|
D | InstrDocsEmitter.cpp | 70 for (const CodeGenInstruction *II : Target.getInstructionsByEnumValue()) { in EmitInstrDocs()
|
D | X86EVEX2VEXTablesEmitter.cpp | 192 Target.getInstructionsByEnumValue(); in run()
|
D | CodeGenSchedule.cpp | 82 Target.getInstructionsByEnumValue(); in apply() 334 for (const CodeGenInstruction *Inst : Target.getInstructionsByEnumValue()) { in collectSchedRW() 610 for (const CodeGenInstruction *Inst : Target.getInstructionsByEnumValue()) { in collectSchedClasses() 637 for (const CodeGenInstruction *Inst : Target.getInstructionsByEnumValue()) { in collectSchedClasses() 1666 for (const CodeGenInstruction *Inst : Target.getInstructionsByEnumValue()) { in checkCompleteness()
|
D | CodeGenMapTable.cpp | 374 Target.getInstructionsByEnumValue(); in emitBinSearchTable()
|
D | X86FoldTablesEmitter.cpp | 570 Target.getInstructionsByEnumValue(); in run()
|
/external/llvm/utils/TableGen/ |
D | CodeGenTarget.h | 165 getInstructionsByEnumValue() const { in getInstructionsByEnumValue() function 171 inst_iterator inst_begin() const{return getInstructionsByEnumValue().begin();} in inst_begin() 172 inst_iterator inst_end() const { return getInstructionsByEnumValue().end(); } in inst_end()
|
D | InstrInfoEmitter.cpp | 180 for (const CodeGenInstruction *Inst : Target.getInstructionsByEnumValue()) { in EmitOperandInfo() 359 for (const CodeGenInstruction *II : Target.getInstructionsByEnumValue()) { in run() 382 Target.getInstructionsByEnumValue(); in run() 581 for (const CodeGenInstruction *Inst : Target.getInstructionsByEnumValue()) in emitEnums()
|
D | DisassemblerEmitter.cpp | 114 Target.getInstructionsByEnumValue(); in EmitDisassembler()
|
D | CodeEmitterGen.cpp | 230 Target.getInstructionsByEnumValue(); in run()
|
D | CodeGenSchedule.cpp | 71 for (const CodeGenInstruction *Inst : Target.getInstructionsByEnumValue()) { in apply() 213 for (const CodeGenInstruction *Inst : Target.getInstructionsByEnumValue()) { in collectSchedRW() 507 for (const CodeGenInstruction *Inst : Target.getInstructionsByEnumValue()) { in collectSchedClasses() 532 for (const CodeGenInstruction *Inst : Target.getInstructionsByEnumValue()) { in collectSchedClasses() 1553 for (const CodeGenInstruction *Inst : Target.getInstructionsByEnumValue()) { in checkCompleteness()
|
D | CodeGenMapTable.cpp | 369 Target.getInstructionsByEnumValue(); in emitBinSearchTable()
|
D | CodeGenTarget.cpp | 165 for (const CodeGenInstruction *Inst : getInstructionsByEnumValue()) { in getInstNamespace()
|