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.cpp124 Record *CodeGenTarget::getInstructionSet() const { in getInstructionSet() function in CodeGenTarget
351 return getInstructionSet()->getValueAsBit("isLittleEndianEncoding"); in isLittleEndianEncoding()
399 return getInstructionSet()->getValueAsBit("guessInstructionProperties"); in guessInstructionProperties()
H A DCodeGenTarget.h96 Record *getInstructionSet() const;
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DInstrInfoEmitter.cpp929 Record *InstrInfo = Target.getInstructionSet(); in run()