Searched refs:IsPPC64 (Results 1 – 12 of 12) sorted by relevance
264 bool IsPPC64; member in __anon51d209260111::PPCAsmParser269 bool isPPC64() const { return IsPPC64; } in isPPC64()313 IsPPC64 = (TheTriple.getArch() == Triple::ppc64 || in PPCAsmParser()345 bool IsPPC64; member378 IsPPC64 = o.IsPPC64; in PPCOperand()411 bool isPPC64() const { return IsPPC64; } in isPPC64()545 if (!IsPPC64) { in isDirectBr()745 bool IsPPC64) { in CreateToken()751 Op->IsPPC64 = IsPPC64; in CreateToken()756 CreateTokenWithStringCopy(StringRef Str, SMLoc S, bool IsPPC64) { in CreateTokenWithStringCopy()[all …]
245 bool IsPPC64; member in __anon155e16ce0111::PPCAsmParser251 bool isPPC64() const { return IsPPC64; } in isPPC64()296 IsPPC64 = (TheTriple.getArch() == Triple::ppc64 || in PPCAsmParser()328 bool IsPPC64; member361 IsPPC64 = o.IsPPC64; in PPCOperand()390 bool isPPC64() const { return IsPPC64; } in isPPC64()524 if (!IsPPC64) { in isDirectBr()708 bool IsPPC64) { in CreateToken()714 Op->IsPPC64 = IsPPC64; in CreateToken()719 CreateTokenWithStringCopy(StringRef Str, SMLoc S, bool IsPPC64) { in CreateTokenWithStringCopy()[all …]
53 IsPPC64(TargetTriple.getArch() == Triple::ppc64 || in PPCSubtarget()134 if (IsPPC64 && has64BitSupport()) in initSubtargetFeatures()141 if (HasSPE && IsPPC64) in initSubtargetFeatures()
96 bool IsPPC64; variable334 bool isXRaySupported() const override { return IsPPC64 && IsLittleEndian; } in isXRaySupported()
4446 bool IsPPC64 = PPCSubTarget->isPPC64(); in Select() local4447 if (IsPPC64 && isInt64Immediate(N->getOperand(1), Imm64) && in Select()4469 bool IsPPC64 = PPCSubTarget->isPPC64(); in Select() local4470 if (IsPPC64 && isInt64Immediate(N->getOperand(1), Imm64) && in Select()4714 bool IsPPC64 = PPCSubTarget->isPPC64(); in Select() local4717 ? (IsPPC64 ? PPC::BDNZ8 : PPC::BDNZ) in Select()4718 : (IsPPC64 ? PPC::BDZ8 : PPC::BDZ), in Select()
65 bool IsPPC64; variable114 bool isPPC64() const { return IsPPC64; } in isPPC64()
73 , IsPPC64(is64Bit) in PPCSubtarget()
53 IsPPC64(TargetTriple.getArch() == Triple::ppc64 || in PPCSubtarget()131 if (IsPPC64 && has64BitSupport()) in initSubtargetFeatures()
95 bool IsPPC64; variable
2916 bool IsPPC64 = PPCSubTarget->isPPC64(); in Select() local2919 ? (IsPPC64 ? PPC::BDNZ8 : PPC::BDNZ) in Select()2920 : (IsPPC64 ? PPC::BDZ8 : PPC::BDZ), in Select()
366 bool IsPPC64 = TargetTriple.getArch() == llvm::Triple::ppc64 || in getShadowMapping() local397 if (IsPPC64) in getShadowMapping()435 Mapping.OrShadowOffset = !IsAArch64 && !IsPPC64 && !IsSystemZ in getShadowMapping()
491 bool IsPPC64 = TargetTriple.getArch() == Triple::ppc64 || in getShadowMapping() local537 else if (IsPPC64) in getShadowMapping()581 Mapping.OrShadowOffset = !IsAArch64 && !IsPPC64 && !IsSystemZ && !IsPS4CPU && in getShadowMapping()