Searched refs:getInstructionSet (Results 1 – 3 of 3) sorted by relevance
88 Record *getInstructionSet() const;
138 Record *CodeGenTarget::getInstructionSet() const { in getInstructionSet() function in CodeGenTarget301 return getInstructionSet()->getValueAsBit("isLittleEndianEncoding"); in isLittleEndianEncoding()
177 Record *InstrInfo = Target.getInstructionSet(); in run()