HomeSort by relevance Sort by last modified time
    Searched refs:getInstructionSet (Results 1 - 3 of 3) sorted by null

  /external/llvm/utils/TableGen/
CodeGenTarget.h 90 /// getInstructionSet - Return the InstructionSet object.
92 Record *getInstructionSet() const;
CodeGenTarget.cpp 160 Record *CodeGenTarget::getInstructionSet() const {
350 return getInstructionSet()->getValueAsBit("isLittleEndianEncoding");
359 return getInstructionSet()->getValueAsBit("guessInstructionProperties");
InstrInfoEmitter.cpp 197 Record *InstrInfo = Target.getInstructionSet();

Completed in 1046 milliseconds