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

/freebsd-9.3-release/contrib/llvm/utils/TableGen/
H A DCodeGenTarget.h90 /// getInstructionSet - Return the InstructionSet object.
92 Record *getInstructionSet() const;
H A DCodeGenTarget.cpp165 Record *CodeGenTarget::getInstructionSet() const { function in class:CodeGenTarget
357 return getInstructionSet()->getValueAsBit("isLittleEndianEncoding");
366 return getInstructionSet()->getValueAsBit("guessInstructionProperties");
H A DInstrInfoEmitter.cpp361 Record *InstrInfo = Target.getInstructionSet();

Completed in 89 milliseconds