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 163 /// getInstructionsByEnumValue - Return all of the instructions defined by the
166 getInstructionsByEnumValue() const {
172 inst_iterator inst_begin() const{return getInstructionsByEnumValue().begin();}
173 inst_iterator inst_end() const { return getInstructionsByEnumValue().end(); }
DisassemblerEmitter.cpp 115 Target.getInstructionsByEnumValue();
InstrInfoEmitter.cpp 228 Target.getInstructionsByEnumValue();
402 Target.getInstructionsByEnumValue();
CodeEmitterGen.cpp 245 Target.getInstructionsByEnumValue();
CodeGenMapTable.cpp 364 Target.getInstructionsByEnumValue();
AsmWriterEmitter.cpp 303 NumberedInstructions = Target.getInstructionsByEnumValue();
    [all...]
FixedLenDecoderEmitter.cpp     [all...]
CodeGenDAGPatterns.cpp     [all...]

Completed in 4396 milliseconds