Home
last modified time | relevance | path

Searched refs:getInstructionsByEnumValue (Results 1 – 25 of 37) sorted by relevance

12

/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenTarget.h150 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()
DInstrEnumEmitter.cpp37 Target.getInstructionsByEnumValue(); in run()
DDisassemblerEmitter.cpp116 Target.getInstructionsByEnumValue(); in run()
DFixedLenDecoderEmitter.h60 NumberedInstructions(Target.getInstructionsByEnumValue()), in Records()
DInstrInfoEmitter.cpp208 Target.getInstructionsByEnumValue(); in run()
356 Target.getInstructionsByEnumValue(); in emitEnums()
DCodeEmitterGen.cpp220 Target.getInstructionsByEnumValue(); in run()
DARMDecoderEmitter.cpp1525 void getInstructionsByEnumValue(std::vector<const CodeGenInstruction*> in getInstructionsByEnumValue() function in ARMDecoderEmitter::ARMDEBackend
1531 NumberedInstructions = Target.getInstructionsByEnumValue(); in getInstructionsByEnumValue()
1691 getInstructionsByEnumValue(NumberedInstructions); in populateInstructions()
DAsmWriterEmitter.cpp271 NumberedInstructions = Target.getInstructionsByEnumValue(); in EmitPrintInstruction()
572 Target.getInstructionsByEnumValue(); in EmitGetInstructionName()
DEDEmitter.cpp798 target.getInstructionsByEnumValue(); in populateInstInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenTarget.h165 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()
DDisassemblerEmitter.cpp115 Target.getInstructionsByEnumValue(); in EmitDisassembler()
133 emitWebAssemblyDisassemblerTables(OS, Target.getInstructionsByEnumValue()); in EmitDisassembler()
DInstrInfoEmitter.cpp200 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()
DCodeEmitterGen.cpp240 Target.getInstructionsByEnumValue(); in run()
350 for (const CodeGenInstruction *Inst : Target.getInstructionsByEnumValue()) { in run()
DInstrDocsEmitter.cpp70 for (const CodeGenInstruction *II : Target.getInstructionsByEnumValue()) { in EmitInstrDocs()
DX86EVEX2VEXTablesEmitter.cpp192 Target.getInstructionsByEnumValue(); in run()
DCodeGenSchedule.cpp82 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()
DCodeGenMapTable.cpp374 Target.getInstructionsByEnumValue(); in emitBinSearchTable()
DX86FoldTablesEmitter.cpp570 Target.getInstructionsByEnumValue(); in run()
/external/llvm/utils/TableGen/
DCodeGenTarget.h165 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()
DInstrInfoEmitter.cpp180 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()
DDisassemblerEmitter.cpp114 Target.getInstructionsByEnumValue(); in EmitDisassembler()
DCodeEmitterGen.cpp230 Target.getInstructionsByEnumValue(); in run()
DCodeGenSchedule.cpp71 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()
DCodeGenMapTable.cpp369 Target.getInstructionsByEnumValue(); in emitBinSearchTable()
DCodeGenTarget.cpp165 for (const CodeGenInstruction *Inst : getInstructionsByEnumValue()) { in getInstNamespace()

12