Searched refs:IsPPC64 (Results 1 – 5 of 5) sorted by relevance
218 bool IsPPC64; member in __anonbde550690111::PPCAsmParser227 bool isPPC64() const { return IsPPC64; } in isPPC64()271 IsPPC64 = (TheTriple.getArch() == Triple::ppc64 || in PPCAsmParser()302 bool IsPPC64; member335 IsPPC64 = o.IsPPC64; in PPCOperand()359 bool isPPC64() const { return IsPPC64; } in isPPC64()550 bool IsPPC64) { in CreateToken()556 Op->IsPPC64 = IsPPC64; in CreateToken()561 CreateTokenWithStringCopy(StringRef Str, SMLoc S, bool IsPPC64) { in CreateTokenWithStringCopy()574 Op->IsPPC64 = IsPPC64; in CreateTokenWithStringCopy()[all …]
84 bool IsPPC64; variable168 bool isPPC64() const { return IsPPC64; } in isPPC64()
80 : PPCGenSubtargetInfo(TT, CPU, FS), IsPPC64(is64Bit), TargetTriple(TT), in PPCSubtarget()163 if (IsPPC64) { in resetSubtargetFeatures()
1388 bool IsPPC64 = PPCSubTarget->isPPC64(); in Select() local1391 (IsPPC64 ? PPC::BDNZ8 : PPC::BDNZ) : in Select()1392 (IsPPC64 ? PPC::BDZ8 : PPC::BDZ), in Select()
312 bool IsPPC64 = TargetTriple.getArch() == llvm::Triple::ppc64 || in getShadowMapping() local332 if (IsPPC64) in getShadowMapping()350 Mapping.OrShadowOffset = !IsPPC64 && !(Mapping.Offset & (Mapping.Offset - 1)); in getShadowMapping()