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

  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCSubtarget.h 65 bool IsPPC64;
108 return isPPC64() ? "E-p:64:64-f64:64:64-i64:64:64-f128:64:128-n32:64"
112 /// isPPC64 - Return true if we are generating code for 64-bit pointer mode.
114 bool isPPC64() const { return IsPPC64; }
PPCSubtarget.cpp 73 , IsPPC64(is64Bit)
  /external/llvm/lib/Target/PowerPC/
PPCSubtarget.cpp 53 IsPPC64(TargetTriple.getArch() == Triple::ppc64 ||
131 if (IsPPC64 && has64BitSupport())
197 CriticalPathRCs.push_back(isPPC64() ?
251 bool PPCSubtarget::isPPC64() const { return TM.isPPC64(); }
PPCSubtarget.h 95 bool IsPPC64;
199 /// isPPC64 - Return true if we are generating code for 64-bit pointer mode.
201 bool isPPC64() const;
PPCISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/AsmParser/
PPCAsmParser.cpp 245 bool IsPPC64;
251 bool isPPC64() const { return IsPPC64; }
296 IsPPC64 = (TheTriple.getArch() == Triple::ppc64 ||
328 bool IsPPC64;
361 IsPPC64 = o.IsPPC64;
389 /// isPPC64 - True if this operand is for an instruction in 64-bit mode.
390 bool isPPC64() const { return IsPPC64; }
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 366 bool IsPPC64 = TargetTriple.getArch() == llvm::Triple::ppc64 ||
397 if (IsPPC64)
435 Mapping.OrShadowOffset = !IsAArch64 && !IsPPC64 && !IsSystemZ
    [all...]

Completed in 616 milliseconds