Searched refs:IsPPC64 (Results 1 – 5 of 5) sorted by relevance
248 bool IsPPC64; member in __anon2bc6fcb20111::PPCAsmParser254 bool isPPC64() const { return IsPPC64; } in isPPC64()299 IsPPC64 = (TheTriple.getArch() == Triple::ppc64 || in PPCAsmParser()331 bool IsPPC64; member364 IsPPC64 = o.IsPPC64; in PPCOperand()389 bool isPPC64() const { return IsPPC64; } in isPPC64()514 if (!IsPPC64) { in isDirectBr()696 bool IsPPC64) { in CreateToken()702 Op->IsPPC64 = IsPPC64; in CreateToken()707 CreateTokenWithStringCopy(StringRef Str, SMLoc S, bool IsPPC64) { in CreateTokenWithStringCopy()[all …]
53 IsPPC64(TargetTriple.getArch() == Triple::ppc64 || in PPCSubtarget()124 if (IsPPC64 && has64BitSupport()) in initSubtargetFeatures()
86 bool IsPPC64; variable
2830 bool IsPPC64 = PPCSubTarget->isPPC64(); in Select() local2833 (IsPPC64 ? PPC::BDNZ8 : PPC::BDNZ) : in Select()2834 (IsPPC64 ? PPC::BDZ8 : PPC::BDZ), in Select()
328 bool IsPPC64 = TargetTriple.getArch() == llvm::Triple::ppc64 || in getShadowMapping() local354 if (IsPPC64) in getShadowMapping()379 Mapping.OrShadowOffset = !IsPPC64 && !(Mapping.Offset & (Mapping.Offset - 1)); in getShadowMapping()