Searched refs:IsPPC64 (Results 1 – 7 of 7) sorted by relevance
245 bool IsPPC64; member in __anon29ed29250111::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 …]
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()