Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenTarget.h82 Record *getInstructionSet() const;
H A DCodeGenTarget.cpp286 Record *CodeGenTarget::getInstructionSet() const { in getInstructionSet() function in CodeGenTarget
509 return getInstructionSet()->getValueAsBit("isLittleEndianEncoding"); in isLittleEndianEncoding()
557 return getInstructionSet()->getValueAsBit("guessInstructionProperties"); in guessInstructionProperties()
H A DCodeEmitterGen.cpp297 if (Target.getInstructionSet()-> in getInstructionCaseForEncoding()
H A DFixedLenDecoderEmitter.cpp1874 if (Target.getInstructionSet()-> in populateInstruction()
1880 if (Target.getInstructionSet()-> in populateInstruction()
H A DInstrInfoEmitter.cpp722 Record *InstrInfo = Target.getInstructionSet(); in run()