Searched refs:HasBP (Results 1 – 3 of 3) sorted by relevance
537 bool HasBP = RegInfo->hasBasePointer(MF); in replaceFPWithRealFP() local538 unsigned BPReg = HasBP ? (unsigned) RegInfo->getBaseRegister(MF) : FPReg; in replaceFPWithRealFP()539 unsigned BP8Reg = HasBP ? (unsigned) PPC::X30 : FP8Reg; in replaceFPWithRealFP()680 bool HasBP = RegInfo->hasBasePointer(MF); in twoUniqueScratchRegsRequired() local688 return (IsLargeFrame || !HasRedZone) && HasBP && MaxAlign > 1; in twoUniqueScratchRegsRequired()754 bool HasBP = RegInfo->hasBasePointer(MF); in emitPrologue() local814 if (HasBP) { in emitPrologue()835 if (HasBP && MaxAlign > 1) in emitPrologue()901 if (HasBP) in emitPrologue()930 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 …]
158 bool HasBP = hasBP(MF); in emitPrologue() local159 if (HasBP) { in emitPrologue()176 if (HasBP) { in emitPrologue()