HomeSort by relevance Sort by last modified time
    Searched refs:getInstructionsByEnumValue (Results 1 - 8 of 8) sorted by null

  /external/llvm/utils/TableGen/
CodeGenTarget.h 164 /// getInstructionsByEnumValue - Return all of the instructions defined by the
167 getInstructionsByEnumValue() const {
173 inst_iterator inst_begin() const{return getInstructionsByEnumValue().begin();}
174 inst_iterator inst_end() const { return getInstructionsByEnumValue().end(); }
DisassemblerEmitter.cpp 115 Target.getInstructionsByEnumValue();
InstrInfoEmitter.cpp 385 Target.getInstructionsByEnumValue();
584 Target.getInstructionsByEnumValue();
CodeEmitterGen.cpp 231 Target.getInstructionsByEnumValue();
CodeGenMapTable.cpp 363 Target.getInstructionsByEnumValue();
AsmWriterEmitter.cpp     [all...]
FixedLenDecoderEmitter.cpp     [all...]
CodeGenDAGPatterns.cpp     [all...]

Completed in 343 milliseconds