Searched refs:HasBP (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp525 bool HasBP = RegInfo->hasBasePointer(MF); local
526 unsigned BPReg = HasBP ? (unsigned) RegInfo->getBaseRegister(MF) : FPReg;
527 unsigned BP8Reg = HasBP ? (unsigned) PPC::X30 : FPReg;
670 bool HasBP = RegInfo->hasBasePointer(MF); local
677 return IsLargeFrame && HasBP && MaxAlign > 1;
745 bool HasBP = RegInfo->hasBasePointer(MF); local
804 if (HasBP) {
825 if (HasBP && MaxAlign > 1)
894 if (HasBP)
921 if (HasBP) {
1127 bool HasBP = RegInfo->hasBasePointer(MF); local
[all...]

Completed in 283 milliseconds