Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenTarget.h88 Record *getInstructionSet() const;
DCodeGenTarget.cpp138 Record *CodeGenTarget::getInstructionSet() const { in getInstructionSet() function in CodeGenTarget
301 return getInstructionSet()->getValueAsBit("isLittleEndianEncoding"); in isLittleEndianEncoding()
DInstrInfoEmitter.cpp177 Record *InstrInfo = Target.getInstructionSet(); in run()