Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenTarget.cpp160 Record *CodeGenTarget::getInstructionSet() const { in getInstructionSet() function in CodeGenTarget
350 return getInstructionSet()->getValueAsBit("isLittleEndianEncoding"); in isLittleEndianEncoding()
359 return getInstructionSet()->getValueAsBit("guessInstructionProperties"); in guessInstructionProperties()
DCodeGenTarget.h92 Record *getInstructionSet() const;
DInstrInfoEmitter.cpp332 Record *InstrInfo = Target.getInstructionSet(); in run()