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

/freebsd-10.2-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp301 bool HasBP = RegInfo->hasBasePointer(MF); local
302 unsigned BPReg = HasBP ? (unsigned) PPC::R30 : FPReg;
303 unsigned BP8Reg = HasBP ? (unsigned) PPC::X30 : FPReg;
387 bool HasBP = RegInfo->hasBasePointer(MF); local
437 if (HasBP) {
451 if (HasBP && MaxAlign > 1)
479 if (HasBP)
505 if (HasBP) {
512 if (HasBP && MaxAlign > 1) {
579 if (HasBP) {
685 bool HasBP = RegInfo->hasBasePointer(MF); local
[all...]

Completed in 48 milliseconds