Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenTarget.cpp108 const Record *CodeGenTarget::getInstructionSet() const { in getInstructionSet() function in CodeGenTarget
286 return getInstructionSet()->getValueAsBit("isLittleEndianEncoding"); in isLittleEndianEncoding()
337 return getInstructionSet()->getValueAsBit("guessInstructionProperties"); in guessInstructionProperties()
H A DCodeGenTarget.h97 const Record *getInstructionSet() const;
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DInstrInfoEmitter.cpp826 const Record *InstrInfo = Target.getInstructionSet(); in run()