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

  /external/llvm/lib/Target/Sparc/MCTargetDesc/
SparcMCAsmInfo.cpp 26 bool isV9 = (TheTriple.getArch() == Triple::sparcv9);
28 if (isV9) {
35 Data64bitsDirective = (isV9) ? "\t.xword\t" : nullptr;
  /external/llvm/lib/Target/Sparc/InstPrinter/
SparcInstPrinter.h 36 bool isV9() const;
SparcInstPrinter.cpp 37 bool SparcInstPrinter::isV9() const {
84 if (isV9()
  /external/llvm/lib/Target/Sparc/
SparcSubtarget.h 35 bool IsV9;
62 bool isV9() const { return IsV9; }
SparcRegisterInfo.cpp 79 if (!Subtarget.isV9()) {
175 if (!Subtarget.isV9() || !Subtarget.hasHardQuad()) {
SparcInstrInfo.cpp 302 if (Subtarget.isV9()) {
312 if (Subtarget.isV9()) {
DelaySlotFiller.cpp 127 if (!Subtarget->isV9() &&
SparcISelLowering.cpp     [all...]

Completed in 1865 milliseconds