HomeSort by relevance Sort by last modified time
    Searched defs:isV9 (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/Sparc/MCTargetDesc/
SparcMCAsmInfo.cpp 24 bool isV9 = (TheTriple.getArch() == Triple::sparcv9);
27 if (isV9) {
34 Data64bitsDirective = (isV9) ? "\t.xword\t" : nullptr;
  /external/llvm/lib/Target/Sparc/InstPrinter/
SparcInstPrinter.cpp 37 bool SparcInstPrinter::isV9(const MCSubtargetInfo &STI) const {
84 if (isV9(STI)
  /external/llvm/lib/Target/Sparc/
SparcSubtarget.h 34 bool IsV9;
65 bool isV9() const { return IsV9; }
SparcISelLowering.cpp     [all...]

Completed in 174 milliseconds