Searched refs:HasBP (Results 1 – 6 of 6) sorted by relevance
389 bool HasBP = RegInfo->hasBasePointer(MF); in replaceFPWithRealFP() local390 unsigned BPReg = HasBP ? (unsigned) RegInfo->getBaseRegister(MF) : FPReg; in replaceFPWithRealFP()391 unsigned BP8Reg = HasBP ? (unsigned) PPC::X30 : FP8Reg; in replaceFPWithRealFP()534 bool HasBP = RegInfo->hasBasePointer(MF); in twoUniqueScratchRegsRequired() local543 return ((IsLargeFrame || !HasRedZone) && HasBP && MaxAlign > 1) || in twoUniqueScratchRegsRequired()642 bool HasBP = RegInfo->hasBasePointer(MF); in emitPrologue() local701 if (HasBP) { in emitPrologue()718 if (HasBP && MaxAlign > 1) in emitPrologue()812 if (HasBP) in emitPrologue()841 if (HasBP && HasRedZone) { in emitPrologue()[all …]
525 bool HasBP = RegInfo->hasBasePointer(MF); in replaceFPWithRealFP() local526 unsigned BPReg = HasBP ? (unsigned) RegInfo->getBaseRegister(MF) : FPReg; in replaceFPWithRealFP()527 unsigned BP8Reg = HasBP ? (unsigned) PPC::X30 : FPReg; in replaceFPWithRealFP()670 bool HasBP = RegInfo->hasBasePointer(MF); in twoUniqueScratchRegsRequired() local677 return IsLargeFrame && HasBP && MaxAlign > 1; in twoUniqueScratchRegsRequired()745 bool HasBP = RegInfo->hasBasePointer(MF); in emitPrologue() local804 if (HasBP) { in emitPrologue()825 if (HasBP && MaxAlign > 1) in emitPrologue()894 if (HasBP) in emitPrologue()921 if (HasBP) { in emitPrologue()[all …]
564 bool HasBP = RegInfo->hasBasePointer(MF); in replaceFPWithRealFP() local565 unsigned BPReg = HasBP ? (unsigned) RegInfo->getBaseRegister(MF) : FPReg; in replaceFPWithRealFP()566 unsigned BP8Reg = HasBP ? (unsigned) PPC::X30 : FP8Reg; in replaceFPWithRealFP()707 bool HasBP = RegInfo->hasBasePointer(MF); in twoUniqueScratchRegsRequired() local715 return (IsLargeFrame || !HasRedZone) && HasBP && MaxAlign > 1; in twoUniqueScratchRegsRequired()828 bool HasBP = RegInfo->hasBasePointer(MF); in emitPrologue() local889 if (HasBP) { in emitPrologue()910 if (HasBP && MaxAlign > 1) in emitPrologue()1018 if (HasBP) in emitPrologue()1047 if (HasBP && HasRedZone) { in emitPrologue()[all …]
183 bool HasBP = hasBP(MF); in emitPrologue() local184 if (HasBP) { in emitPrologue()201 if (HasBP) { in emitPrologue()
238 bool HasBP = hasBP(MF); in emitPrologue() local239 if (HasBP) { in emitPrologue()255 if (HasBP) { in emitPrologue()
864 bool HasBP = false; in emitPrologue() local1053 if ((HasBP = TRI.hasBasePointer(MF))) { in emitPrologue()1074 assert((!HasBP || (FuncInfo->SGPRForBPSaveRestoreCopy || in emitPrologue()1078 assert((HasBP || (!FuncInfo->SGPRForBPSaveRestoreCopy && in emitPrologue()