Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenTarget.cpp323 Record *CodeGenTarget::getInstructionSet() const { in getInstructionSet() function in CodeGenTarget
548 return getInstructionSet()->getValueAsBit("isLittleEndianEncoding"); in isLittleEndianEncoding()
596 return getInstructionSet()->getValueAsBit("guessInstructionProperties"); in guessInstructionProperties()
H A DCodeGenTarget.h94 Record *getInstructionSet() const;
H A DInstrInfoEmitter.cpp931 Record *InstrInfo = Target.getInstructionSet(); in run()