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.h 84 bool IsPPC64;
166 /// isPPC64 - Return true if we are generating code for 64-bit pointer mode.
168 bool isPPC64() const { return IsPPC64; }
PPCSubtarget.cpp 51 if (!ST.isPPC64() || T.getOS() == Triple::Lv2)
56 if (ST.isPPC64() || ST.isSVR4ABI())
62 if (ST.isPPC64())
80 : PPCGenSubtargetInfo(TT, CPU, FS), IsPPC64(is64Bit), TargetTriple(TT),
163 if (IsPPC64) {
233 if (isPPC64())
PPCISelDAGToDAG.cpp 749 bool isPPC64 = (PtrVT == MVT::i64);
766 if (isPPC64) break;
790 if (isPPC64) break;
799 if (isPPC64) break;
    [all...]
  /external/llvm/lib/Target/PowerPC/AsmParser/
PPCAsmParser.cpp 218 bool IsPPC64;
227 bool isPPC64() const { return IsPPC64; }
271 IsPPC64 = (TheTriple.getArch() == Triple::ppc64 ||
302 bool IsPPC64;
335 IsPPC64 = o.IsPPC64;
358 /// isPPC64 - True if this operand is for an instruction in 64-bit mode.
359 bool isPPC64() const { return IsPPC64; }
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 312 bool IsPPC64 = TargetTriple.getArch() == llvm::Triple::ppc64 ||
332 if (IsPPC64)
350 Mapping.OrShadowOffset = !IsPPC64 && !(Mapping.Offset & (Mapping.Offset - 1));
    [all...]

Completed in 229 milliseconds