Searched refs:IsPPC64 (Results 1 – 5 of 5) sorted by relevance
247 bool IsPPC64; member in __anona28d6d4a0111::PPCAsmParser253 bool isPPC64() const { return IsPPC64; } in isPPC64()298 IsPPC64 = (TheTriple.getArch() == Triple::ppc64 || in PPCAsmParser()330 bool IsPPC64; member363 IsPPC64 = o.IsPPC64; in PPCOperand()388 bool isPPC64() const { return IsPPC64; } in isPPC64()513 if (!IsPPC64) { in isDirectBr()695 bool IsPPC64) { in CreateToken()701 Op->IsPPC64 = IsPPC64; in CreateToken()706 CreateTokenWithStringCopy(StringRef Str, SMLoc S, bool IsPPC64) { in CreateTokenWithStringCopy()[all …]
53 IsPPC64(TargetTriple.getArch() == Triple::ppc64 || in PPCSubtarget()127 if (IsPPC64 && has64BitSupport()) in initSubtargetFeatures()
87 bool IsPPC64; variable
2887 bool IsPPC64 = PPCSubTarget->isPPC64(); in Select() local2890 (IsPPC64 ? PPC::BDNZ8 : PPC::BDNZ) : in Select()2891 (IsPPC64 ? PPC::BDZ8 : PPC::BDZ), in Select()
340 bool IsPPC64 = TargetTriple.getArch() == llvm::Triple::ppc64 || in getShadowMapping() local368 if (IsPPC64) in getShadowMapping()393 Mapping.OrShadowOffset = !IsAArch64 && !IsPPC64 in getShadowMapping()