Searched refs:getInstructionSet (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/utils/TableGen/
H A DCodeGenTarget.h90 /// getInstructionSet - Return the InstructionSet object.
92 Record *getInstructionSet() const;
H A DCodeGenTarget.cpp153 Record *CodeGenTarget::getInstructionSet() const { function in class:CodeGenTarget
343 return getInstructionSet()->getValueAsBit("isLittleEndianEncoding");
352 return getInstructionSet()->getValueAsBit("guessInstructionProperties");
H A DInstrInfoEmitter.cpp195 Record *InstrInfo = Target.getInstructionSet();

Completed in 87 milliseconds