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

  /external/llvm/lib/Target/PowerPC/
PPCSubtarget.cpp 35 , IsPPC64(is64Bit)
113 if (IsPPC64) {
177 if (isPPC64())
PPCSubtarget.h 76 bool IsPPC64;
130 if (isPPC64() && isSVR4ABI()) {
137 return isPPC64() ? "E-p:64:64-f64:64:64-i64:64:64-f128:64:128-n32:64"
148 /// isPPC64 - Return true if we are generating code for 64-bit pointer mode.
150 bool isPPC64() const { return IsPPC64; }
PPCISelDAGToDAG.cpp 716 bool isPPC64 = (PtrVT == MVT::i64);
732 if (isPPC64) break;
756 if (isPPC64) break;
765 if (isPPC64) break;
    [all...]
  /external/llvm/lib/Target/PowerPC/AsmParser/
PPCAsmParser.cpp 177 bool IsPPC64;
185 bool isPPC64() const { return IsPPC64; }
225 IsPPC64 = (TheTriple.getArch() == Triple::ppc64 ||
251 bool IsPPC64;
284 IsPPC64 = o.IsPPC64;
307 /// isPPC64 - True if this operand is for an instruction in 64-bit mode.
308 bool isPPC64() const { return IsPPC64; }
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 226 bool IsPPC64 = TargetTriple.getArch() == llvm::Triple::ppc64 ||
237 Mapping.OrShadowOffset = !IsPPC64 && !ClShort64BitOffset;
242 IsPPC64 ? kPPC64_ShadowOffset64 : kDefaultShadowOffset64);
    [all...]

Completed in 228 milliseconds