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

  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenTarget.h 80 /// getInstructionSet - Return the InstructionSet object.
82 Record *getInstructionSet() const;
CodeGenTarget.cpp 286 Record *CodeGenTarget::getInstructionSet() const {
509 return getInstructionSet()->getValueAsBit("isLittleEndianEncoding");
557 return getInstructionSet()->getValueAsBit("guessInstructionProperties");
CodeEmitterGen.cpp 297 if (Target.getInstructionSet()->
InstrInfoEmitter.cpp 722 Record *InstrInfo = Target.getInstructionSet();
FixedLenDecoderEmitter.cpp 1874 if (Target.getInstructionSet()->
1880 if (Target.getInstructionSet()->

Completed in 18 milliseconds