HomeSort by relevance Sort by last modified time
    Searched defs:IsPPC64 (Results 1 - 4 of 4) 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; }
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 659 milliseconds