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

  /external/llvm/utils/TableGen/
DisassemblerEmitter.cpp 115 Target.getInstructionsByEnumValue();
CodeGenTarget.h 157 /// getInstructionsByEnumValue - Return all of the instructions defined by the
160 getInstructionsByEnumValue() const {
166 inst_iterator inst_begin() const{return getInstructionsByEnumValue().begin();}
167 inst_iterator inst_end() const { return getInstructionsByEnumValue().end(); }
InstrInfoEmitter.cpp 210 Target.getInstructionsByEnumValue();
383 Target.getInstructionsByEnumValue();
CodeEmitterGen.cpp 220 Target.getInstructionsByEnumValue();
AsmWriterEmitter.cpp 272 NumberedInstructions = Target.getInstructionsByEnumValue();
    [all...]
EDEmitter.cpp 827 target.getInstructionsByEnumValue();
    [all...]
FixedLenDecoderEmitter.cpp     [all...]
CodeGenDAGPatterns.cpp     [all...]

Completed in 86 milliseconds