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

  /external/swiftshader/third_party/LLVM/lib/Target/Sparc/
SparcSubtarget.cpp 27 IsV9(false),
40 IsV9 = CPUName == "v9";
SparcSubtarget.h 27 bool IsV9;
36 bool isV9() const { return IsV9; }
  /external/llvm/lib/Target/Sparc/
SparcSubtarget.cpp 31 IsV9 = false;
63 if (!IsV9)
SparcSubtarget.h 35 bool IsV9;
85 bool isV9() const { return IsV9; }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
SparcSubtarget.cpp 32 IsV9 = false;
60 if (!IsV9)
SparcSubtarget.h 36 bool IsV9;
80 bool isV9() const { return IsV9; }

Completed in 56 milliseconds