HomeSort by: relevance | last modified time | path
    Searched refs:getInstructionsByEnumValue (Results 1 - 16 of 16) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
DisassemblerEmitter.cpp 114 Target.getInstructionsByEnumValue();
132 emitWebAssemblyDisassemblerTables(OS, Target.getInstructionsByEnumValue());
CodeGenTarget.h 175 ArrayRef<const CodeGenInstruction *> getInstructionsByEnumValue() const {
182 inst_iterator inst_begin() const{return getInstructionsByEnumValue().begin();}
183 inst_iterator inst_end() const { return getInstructionsByEnumValue().end(); }
CodeBeadsGen.cpp 51 Target.getInstructionsByEnumValue();
CodeEmitterGen.cpp 397 Target.getInstructionsByEnumValue();
549 for (const CodeGenInstruction *Inst : Target.getInstructionsByEnumValue()) {
610 for (const CodeGenInstruction *Inst : Target.getInstructionsByEnumValue()) {
InstrDocsEmitter.cpp 69 for (const CodeGenInstruction *II : Target.getInstructionsByEnumValue()) {
InstrInfoEmitter.cpp 215 for (const CodeGenInstruction *Inst : Target.getInstructionsByEnumValue()) {
730 for (const CodeGenInstruction *II : Target.getInstructionsByEnumValue()) {
755 Target.getInstructionsByEnumValue();
1044 for (const CodeGenInstruction *Inst : Target.getInstructionsByEnumValue())
X86EVEX2VEXTablesEmitter.cpp 206 Target.getInstructionsByEnumValue();
CodeGenMapTable.cpp 363 Target.getInstructionsByEnumValue();
CodeGenSchedule.cpp 81 Target.getInstructionsByEnumValue();
596 for (const CodeGenInstruction *Inst : Target.getInstructionsByEnumValue()) {
872 for (const CodeGenInstruction *Inst : Target.getInstructionsByEnumValue()) {
899 for (const CodeGenInstruction *Inst : Target.getInstructionsByEnumValue()) {
1981 for (const CodeGenInstruction *Inst : Target.getInstructionsByEnumValue()) {
X86FoldTablesEmitter.cpp 585 Target.getInstructionsByEnumValue();
CodeGenTarget.cpp 269 for (const CodeGenInstruction *Inst : getInstructionsByEnumValue()) {
AsmWriterEmitter.cpp 1279 NumberedInstructions = Target.getInstructionsByEnumValue();
FixedLenDecoderEmitter.cpp 2420 const auto &NumberedInstructions = Target.getInstructionsByEnumValue();
AsmMatcherEmitter.cpp 1499 for (const CodeGenInstruction *CGI : Target.getInstructionsByEnumValue()) {
CodeGenDAGPatterns.cpp 4007 Target.getInstructionsByEnumValue();
GlobalISelEmitter.cpp 1789 for (const CodeGenInstruction *I : Target.getInstructionsByEnumValue())

Completed in 49 milliseconds