HomeSort by relevance Sort by last modified time
    Searched defs:isV9 (Results 1 - 9 of 9) 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/MCTargetDesc/
SparcMCAsmInfo.cpp 27 bool isV9 = (TheTriple.getArch() == Triple::sparcv9);
30 if (isV9) {
37 Data64bitsDirective = (isV9) ? "\t.xword\t" : nullptr;
  /external/llvm/lib/Target/Sparc/InstPrinter/
SparcInstPrinter.cpp 38 bool SparcInstPrinter::isV9(const MCSubtargetInfo &STI) const {
85 if (isV9(STI)
  /external/swiftshader/third_party/LLVM/lib/Target/Sparc/
SparcSubtarget.h 27 bool IsV9;
36 bool isV9() const { return IsV9; }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/InstPrinter/
SparcInstPrinter.cpp 38 bool SparcInstPrinter::isV9(const MCSubtargetInfo &STI) const {
85 if (isV9(STI)
  /external/llvm/lib/Target/Sparc/
SparcSubtarget.h 35 bool IsV9;
85 bool isV9() const { return IsV9; }
SparcISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
SparcSubtarget.h 36 bool IsV9;
80 bool isV9() const { return IsV9; }
SparcISelLowering.cpp     [all...]

Completed in 1132 milliseconds