Home
last modified time | relevance | path

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

/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()
DFixedLenDecoderEmitter.cpp1447 NumberedInstructions = Target.getInstructionsByEnumValue(); in run()
DCodeGenDAGPatterns.cpp2819 Target.getInstructionsByEnumValue(); in InferInstructionFlags()
/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()
DAsmWriterEmitter.cpp1100 NumberedInstructions = Target.getInstructionsByEnumValue(); in AsmWriterEmitter()
DFixedLenDecoderEmitter.cpp2231 NumberedInstructions = Target.getInstructionsByEnumValue(); in run()
DAsmMatcherEmitter.cpp1476 for (const CodeGenInstruction *CGI : Target.getInstructionsByEnumValue()) { in buildInfo()
DCodeGenDAGPatterns.cpp3260 Target.getInstructionsByEnumValue(); in InferInstructionFlags()