Home
last modified time | relevance | path

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

12

/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()
/external/llvm-project/llvm/utils/TableGen/
DCodeGenTarget.h174 ArrayRef<const CodeGenInstruction *> getInstructionsByEnumValue() const { in getInstructionsByEnumValue() function
181 inst_iterator inst_begin() const{return getInstructionsByEnumValue().begin();} in inst_begin()
182 inst_iterator inst_end() const { return getInstructionsByEnumValue().end(); } in inst_end()
DDisassemblerEmitter.cpp114 Target.getInstructionsByEnumValue(); in EmitDisassembler()
132 emitWebAssemblyDisassemblerTables(OS, Target.getInstructionsByEnumValue()); in EmitDisassembler()
DInstrInfoEmitter.cpp207 for (const CodeGenInstruction *Inst : Target.getInstructionsByEnumValue()) { in EmitOperandInfo()
536 for (const CodeGenInstruction *II : Target.getInstructionsByEnumValue()) { in run()
561 Target.getInstructionsByEnumValue(); in run()
844 for (const CodeGenInstruction *Inst : Target.getInstructionsByEnumValue()) in emitEnums()
DCodeEmitterGen.cpp397 Target.getInstructionsByEnumValue(); in run()
551 for (const CodeGenInstruction *Inst : Target.getInstructionsByEnumValue()) { in run()
612 for (const CodeGenInstruction *Inst : Target.getInstructionsByEnumValue()) { in run()
DInstrDocsEmitter.cpp69 for (const CodeGenInstruction *II : Target.getInstructionsByEnumValue()) { in EmitInstrDocs()
DX86EVEX2VEXTablesEmitter.cpp175 Target.getInstructionsByEnumValue(); in run()
DCodeGenSchedule.cpp81 Target.getInstructionsByEnumValue(); in apply()
596 for (const CodeGenInstruction *Inst : Target.getInstructionsByEnumValue()) { in collectSchedRW()
872 for (const CodeGenInstruction *Inst : Target.getInstructionsByEnumValue()) { in collectSchedClasses()
899 for (const CodeGenInstruction *Inst : Target.getInstructionsByEnumValue()) { in collectSchedClasses()
1990 for (const CodeGenInstruction *Inst : Target.getInstructionsByEnumValue()) { in checkCompleteness()
DCodeGenMapTable.cpp373 Target.getInstructionsByEnumValue(); in emitBinSearchTable()
DX86FoldTablesEmitter.cpp587 Target.getInstructionsByEnumValue(); in run()
DCodeGenTarget.cpp271 for (const CodeGenInstruction *Inst : getInstructionsByEnumValue()) { in getInstNamespace()
DAsmWriterEmitter.cpp1285 NumberedInstructions = Target.getInstructionsByEnumValue(); in AsmWriterEmitter()
DFixedLenDecoderEmitter.cpp2409 const auto &NumberedInstructions = Target.getInstructionsByEnumValue(); in run()
/external/capstone/contrib/sysz_update/
D0003-capstone-generate-GenInstrInfo.inc.patch81 for (const CodeGenInstruction *Inst : Target.getInstructionsByEnumValue())
D0007-capstone-generate-GenInsnNameMaps.inc.patch51 + for (const CodeGenInstruction *Inst : Target.getInstructionsByEnumValue()) {
D0006-capstone-generate-MappingInsn.inc.patch95 + for (const CodeGenInstruction *Inst : Target.getInstructionsByEnumValue()) {

12