Searched refs:HasBP (Results 1 – 3 of 3) sorted by relevance
395 bool HasBP = RegInfo->hasBasePointer(MF); in replaceFPWithRealFP() local396 unsigned BPReg = HasBP ? (unsigned) RegInfo->getBaseRegister(MF) : FPReg; in replaceFPWithRealFP()397 unsigned BP8Reg = HasBP ? (unsigned) PPC::X30 : FP8Reg; in replaceFPWithRealFP()538 bool HasBP = RegInfo->hasBasePointer(MF); in twoUniqueScratchRegsRequired() local547 return ((IsLargeFrame || !HasRedZone) && HasBP && MaxAlign > 1) || in twoUniqueScratchRegsRequired()647 bool HasBP = RegInfo->hasBasePointer(MF); in emitPrologue() local707 if (HasBP) { in emitPrologue()724 if (HasBP && MaxAlign > 1) in emitPrologue()834 if (HasBP) in emitPrologue()893 if (HasBP && HasRedZone) { in emitPrologue()[all …]
293 bool HasBP = hasBP(MF); in emitPrologue() 294 if (HasBP) { in emitPrologue() 310 if (HasBP) { in emitPrologue() 285 bool HasBP = hasBP(MF); emitPrologue() local
1113 bool HasBP = false; in emitPrologue() local1195 if ((HasBP = TRI.hasBasePointer(MF))) { in emitPrologue()1221 assert((!HasBP || BPSaved) && in emitPrologue()1224 assert((HasBP || !BPSaved) && "Saved BP but didn't need it"); in emitPrologue()