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

  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCSubtarget.h 63 bool Has64BitSupport;
116 /// has64BitSupport - Return true if the selected CPU supports 64-bit
118 bool has64BitSupport() const { return Has64BitSupport; }
122 /// has64BitSupport() returns true.
PPCSubtarget.cpp 71 , Has64BitSupport(false)
98 Has64BitSupport = true;
105 if (use64BitRegs() && !has64BitSupport())
PPCISelLowering.cpp 253 if (TM.getSubtarget<PPCSubtarget>().has64BitSupport()) {
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCSubtarget.cpp 62 Has64BitSupport = false;
131 if (IsPPC64 && has64BitSupport())
PPCSubtarget.h 91 bool Has64BitSupport;
203 /// has64BitSupport - Return true if the selected CPU supports 64-bit
205 bool has64BitSupport() const { return Has64BitSupport; }
211 /// has64BitSupport() returns true.
PPCISelLowering.cpp 368 if (Subtarget.has64BitSupport()) {
387 if (Subtarget.has64BitSupport()) {
    [all...]

Completed in 82 milliseconds