Searched refs:IsPPC64 (Results 1 – 5 of 5) sorted by relevance
101 bool IsPPC64; member in __anonf2e8cc480111::PPCAsmParser106 bool isPPC64() const { return IsPPC64; } in isPPC64()182 bool IsPPC64; member215 IsPPC64 = o.IsPPC64; in PPCOperand()382 if (!IsPPC64) { in isDirectBr()588 Op->IsPPC64 = IsPPC64; in CreateToken()606 Op->IsPPC64 = IsPPC64; in CreateTokenWithStringCopy()616 Op->IsPPC64 = IsPPC64; in CreateImm()627 Op->IsPPC64 = IsPPC64; in CreateExpr()637 Op->IsPPC64 = IsPPC64; in CreateTLSReg()[all …]
53 IsPPC64(TargetTriple.getArch() == Triple::ppc64 || in PPCSubtarget()134 if (IsPPC64 && has64BitSupport()) in initSubtargetFeatures()145 if (HasSPE && IsPPC64) in initSubtargetFeatures()
96 bool IsPPC64; variable334 bool isXRaySupported() const override { return IsPPC64 && IsLittleEndian; } in isXRaySupported()
4666 bool IsPPC64 = PPCSubTarget->isPPC64(); in Select() local4667 if (IsPPC64 && isInt64Immediate(N->getOperand(1), Imm64) && in Select()4689 bool IsPPC64 = PPCSubTarget->isPPC64(); in Select() local4690 if (IsPPC64 && isInt64Immediate(N->getOperand(1), Imm64) && in Select()4950 bool IsPPC64 = PPCSubTarget->isPPC64(); in Select() local4953 ? (IsPPC64 ? PPC::BDNZ8 : PPC::BDNZ) in Select()4954 : (IsPPC64 ? PPC::BDZ8 : PPC::BDZ), in Select()
499 bool IsPPC64 = TargetTriple.getArch() == Triple::ppc64 || in getShadowMapping() local545 else if (IsPPC64) in getShadowMapping()592 Mapping.OrShadowOffset = !IsAArch64 && !IsPPC64 && !IsSystemZ && !IsPS4CPU && in getShadowMapping()