Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDisassemblerEmitter.cpp106 Target.getInstructionsByEnumValue(); in EmitDisassembler()
124 emitWebAssemblyDisassemblerTables(OS, Target.getInstructionsByEnumValue()); in EmitDisassembler()
H A DX86MnemonicTables.cpp44 Target.getInstructionsByEnumValue(); in run()
H A DInstrInfoEmitter.cpp219 for (const CodeGenInstruction *Inst : Target.getInstructionsByEnumValue()) { in CollectOperandInfo()
756 for (const CodeGenInstruction *Inst : Target.getInstructionsByEnumValue()) { in emitFeatureVerifier()
806 for (const CodeGenInstruction *Inst : Target.getInstructionsByEnumValue()) { in emitFeatureVerifier()
943 for (const CodeGenInstruction *II : Target.getInstructionsByEnumValue()) { in run()
953 Target.getInstructionsByEnumValue(); in run()
1328 for (const CodeGenInstruction *Inst : Target.getInstructionsByEnumValue()) in emitEnums()
H A DInstrDocsEmitter.cpp75 for (const CodeGenInstruction *II : Target.getInstructionsByEnumValue()) { in EmitInstrDocs()
H A DX86EVEX2VEXTablesEmitter.cpp
H A DX86InstrMappingEmitter.cpp376 Target.getInstructionsByEnumValue(); in run()
H A DCodeGenMapTable.cpp362 Target.getInstructionsByEnumValue(); in emitBinSearchTable()
H A DCodeEmitterGen.cpp478 Target.getInstructionsByEnumValue(); in run()
H A DX86FoldTablesEmitter.cpp628 Target.getInstructionsByEnumValue(); in run()
H A DAsmWriterEmitter.cpp1323 NumberedInstructions = Target.getInstructionsByEnumValue(); in AsmWriterEmitter()
H A DDecoderEmitter.cpp2528 const auto &NumberedInstructions = Target.getInstructionsByEnumValue(); in run()
H A DAsmMatcherEmitter.cpp1545 for (const CodeGenInstruction *CGI : Target.getInstructionsByEnumValue()) { in buildInfo()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenTarget.h194 ArrayRef<const CodeGenInstruction *> getInstructionsByEnumValue() const { in getInstructionsByEnumValue() function
209 return getInstructionsByEnumValue().begin(); in inst_begin()
211 inst_iterator inst_end() const { return getInstructionsByEnumValue().end(); } in inst_end()
H A DCodeGenSchedule.cpp80 Target.getInstructionsByEnumValue(); in apply()
618 for (const CodeGenInstruction *Inst : Target.getInstructionsByEnumValue()) { in collectSchedRW()
879 for (const CodeGenInstruction *Inst : Target.getInstructionsByEnumValue()) { in collectSchedClasses()
906 for (const CodeGenInstruction *Inst : Target.getInstructionsByEnumValue()) { in collectSchedClasses()
1983 for (const CodeGenInstruction *Inst : Target.getInstructionsByEnumValue()) { in checkCompleteness()
H A DCodeGenTarget.cpp107 for (const CodeGenInstruction *Inst : getInstructionsByEnumValue()) { in getInstNamespace()
H A DVarLenCodeEmitterGen.cpp227 auto NumberedInstructions = Target.getInstructionsByEnumValue(); in run()
H A DCodeGenDAGPatterns.cpp4083 Target.getInstructionsByEnumValue(); in InferInstructionFlags()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.cpp1443 for (const CodeGenInstruction *I : Target.getInstructionsByEnumValue()) in initOpcodeValuesMap()