Searched refs:HasBP (Results 1 – 1 of 1) sorted by relevance
527 bool HasBP = RegInfo->hasBasePointer(MF); in replaceFPWithRealFP() local528 unsigned BPReg = HasBP ? (unsigned) RegInfo->getBaseRegister(MF) : FPReg; in replaceFPWithRealFP()529 unsigned BP8Reg = HasBP ? (unsigned) PPC::X30 : FPReg; in replaceFPWithRealFP()669 bool HasBP = RegInfo->hasBasePointer(MF); in emitPrologue() local722 if (HasBP) { in emitPrologue()743 if (HasBP && MaxAlign > 1) in emitPrologue()781 if (HasBP) in emitPrologue()807 if (HasBP) { in emitPrologue()814 if (HasBP && MaxAlign > 1) { in emitPrologue()867 if (HasBP) { in emitPrologue()[all …]