Searched refs:HasBP (Results 1 – 1 of 1) sorted by relevance
526 bool HasBP = RegInfo->hasBasePointer(MF); in replaceFPWithRealFP() local527 unsigned BPReg = HasBP ? (unsigned) RegInfo->getBaseRegister(MF) : FPReg; in replaceFPWithRealFP()528 unsigned BP8Reg = HasBP ? (unsigned) PPC::X30 : FPReg; in replaceFPWithRealFP()609 bool HasBP = RegInfo->hasBasePointer(MF); in emitPrologue() local659 if (HasBP) { in emitPrologue()680 if (HasBP && MaxAlign > 1) in emitPrologue()718 if (HasBP) in emitPrologue()744 if (HasBP) { in emitPrologue()751 if (HasBP && MaxAlign > 1) { in emitPrologue()804 if (HasBP) { in emitPrologue()[all …]