Searched refs:IsPPC64 (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h84 bool IsPPC64; member in class:llvm::PPCSubtarget
168 bool isPPC64() const { return IsPPC64; }
H A DPPCSubtarget.cpp80 : PPCGenSubtargetInfo(TT, CPU, FS), IsPPC64(is64Bit), TargetTriple(TT),
163 if (IsPPC64) {
H A DPPCISelDAGToDAG.cpp1388 bool IsPPC64 = PPCSubTarget->isPPC64(); local
1391 (IsPPC64 ? PPC::BDNZ8 : PPC::BDNZ) :
1392 (IsPPC64 ? PPC::BDZ8 : PPC::BDZ),
/external/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp218 bool IsPPC64; member in class:__anon26071::PPCAsmParser
227 bool isPPC64() const { return IsPPC64; }
271 IsPPC64 = (TheTriple.getArch() == Triple::ppc64 ||
302 bool IsPPC64; member in struct:__anon26071::PPCOperand
335 IsPPC64 = o.IsPPC64;
359 bool isPPC64() const { return IsPPC64; }
550 bool IsPPC64) {
556 Op->IsPPC64 = IsPPC64;
549 CreateToken(StringRef Str, SMLoc S, bool IsPPC64) argument
561 CreateTokenWithStringCopy(StringRef Str, SMLoc S, bool IsPPC64) argument
578 CreateImm(int64_t Val, SMLoc S, SMLoc E, bool IsPPC64) argument
588 CreateExpr(const MCExpr *Val, SMLoc S, SMLoc E, bool IsPPC64) argument
600 CreateTLSReg(const MCSymbolRefExpr *Sym, SMLoc S, SMLoc E, bool IsPPC64) argument
610 CreateFromMCExpr(const MCExpr *Val, SMLoc S, SMLoc E, bool IsPPC64) argument
[all...]
/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp312 bool IsPPC64 = TargetTriple.getArch() == llvm::Triple::ppc64 || local
332 if (IsPPC64)
350 Mapping.OrShadowOffset = !IsPPC64 && !(Mapping.Offset & (Mapping.Offset - 1));

Completed in 1327 milliseconds