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

/freebsd-11.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp527 bool HasBP = RegInfo->hasBasePointer(MF); local
528 unsigned BPReg = HasBP ? (unsigned) RegInfo->getBaseRegister(MF) : FPReg;
529 unsigned BP8Reg = HasBP ? (unsigned) PPC::X30 : FPReg;
672 bool HasBP = RegInfo->hasBasePointer(MF); local
679 return IsLargeFrame && HasBP && MaxAlign > 1;
747 bool HasBP = RegInfo->hasBasePointer(MF); local
806 if (HasBP) {
827 if (HasBP && MaxAlign > 1)
882 if (HasBP)
909 if (HasBP) {
1115 bool HasBP = RegInfo->hasBasePointer(MF); local
[all...]

Completed in 96 milliseconds