Searched refs:HasBP (Results 1 – 3 of 3) sorted by relevance
390 bool HasBP = RegInfo->hasBasePointer(MF); in replaceFPWithRealFP() local391 unsigned BPReg = HasBP ? (unsigned) RegInfo->getBaseRegister(MF) : FPReg; in replaceFPWithRealFP()392 unsigned BP8Reg = HasBP ? (unsigned) PPC::X30 : FP8Reg; in replaceFPWithRealFP()535 bool HasBP = RegInfo->hasBasePointer(MF); in twoUniqueScratchRegsRequired() local544 return ((IsLargeFrame || !HasRedZone) && HasBP && MaxAlign > 1) || in twoUniqueScratchRegsRequired()643 bool HasBP = RegInfo->hasBasePointer(MF); in emitPrologue() local706 if (HasBP) { in emitPrologue()723 if (HasBP && MaxAlign > 1) in emitPrologue()833 if (HasBP) in emitPrologue()885 if (HasBP && HasRedZone) { in emitPrologue()[all …]
238 bool HasBP = hasBP(MF); in emitPrologue() local239 if (HasBP) { in emitPrologue()255 if (HasBP) { in emitPrologue()
746 bool HasBP = false; in emitPrologue() local932 if ((HasBP = TRI.hasBasePointer(MF))) { in emitPrologue()953 assert((!HasBP || (FuncInfo->SGPRForBPSaveRestoreCopy || in emitPrologue()957 assert((HasBP || (!FuncInfo->SGPRForBPSaveRestoreCopy && in emitPrologue()