Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenTarget.h81 Record *getInstructionSet() const;
H A DCodeGenTarget.cpp306 Record *CodeGenTarget::getInstructionSet() const { in getInstructionSet() function in CodeGenTarget
529 return getInstructionSet()->getValueAsBit("isLittleEndianEncoding"); in isLittleEndianEncoding()
577 return getInstructionSet()->getValueAsBit("guessInstructionProperties"); in guessInstructionProperties()
H A DCodeEmitterGen.cpp299 if (Target.getInstructionSet()-> in getInstructionCaseForEncoding()
H A DDecoderEmitter.cpp1985 if (Target.getInstructionSet()->getValueAsBit( in populateInstruction()
1991 if (Target.getInstructionSet()->getValueAsBit( in populateInstruction()
H A DInstrInfoEmitter.cpp901 Record *InstrInfo = Target.getInstructionSet(); in run()