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

/external/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.cpp53 IsPPC64(TargetTriple.getArch() == Triple::ppc64 ||
127 if (IsPPC64 && has64BitSupport())
H A DPPCSubtarget.h87 bool IsPPC64; member in class:llvm::PPCSubtarget
H A DPPCISelDAGToDAG.cpp2887 bool IsPPC64 = PPCSubTarget->isPPC64(); local
2890 (IsPPC64 ? PPC::BDNZ8 : PPC::BDNZ) :
2891 (IsPPC64 ? PPC::BDZ8 : PPC::BDZ),
/external/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp247 bool IsPPC64; member in class:__anon12698::PPCAsmParser
253 bool isPPC64() const { return IsPPC64; }
298 IsPPC64 = (TheTriple.getArch() == Triple::ppc64 ||
330 bool IsPPC64; member in struct:__anon12698::PPCOperand
363 IsPPC64 = o.IsPPC64;
388 bool isPPC64() const { return IsPPC64; }
513 if (!IsPPC64) {
695 bool IsPPC64) {
701 Op->IsPPC64
694 CreateToken(StringRef Str, SMLoc S, bool IsPPC64) argument
706 CreateTokenWithStringCopy(StringRef Str, SMLoc S, bool IsPPC64) argument
723 CreateImm(int64_t Val, SMLoc S, SMLoc E, bool IsPPC64) argument
733 CreateExpr(const MCExpr *Val, SMLoc S, SMLoc E, bool IsPPC64) argument
745 CreateTLSReg(const MCSymbolRefExpr *Sym, SMLoc S, SMLoc E, bool IsPPC64) argument
755 CreateContextImm(int64_t Val, SMLoc S, SMLoc E, bool IsPPC64) argument
765 CreateFromMCExpr(const MCExpr *Val, SMLoc S, SMLoc E, bool IsPPC64) argument
[all...]
/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp340 bool IsPPC64 = TargetTriple.getArch() == llvm::Triple::ppc64 || local
368 if (IsPPC64)
393 Mapping.OrShadowOffset = !IsAArch64 && !IsPPC64

Completed in 234 milliseconds