reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

lib/Target/PowerPC/PPCRegisterInfo.h
  148   bool hasBasePointer(const MachineFunction &MF) const;

References

lib/Target/PowerPC/PPCFrameLowering.cpp
  494                        !RegInfo->hasBasePointer(MF); // No special alignment.
  564   bool HasBP = RegInfo->hasBasePointer(MF);
  707   bool HasBP = RegInfo->hasBasePointer(MF);
  759   if (hasFP(MF) || RegInfo->hasBasePointer(MF))
  829   bool HasBP = RegInfo->hasBasePointer(MF);
 1400   bool HasBP = RegInfo->hasBasePointer(MF);
 1794   if (!BPSI && RegInfo->hasBasePointer(MF)) {
 1815   if (RegInfo->hasBasePointer(MF))
 1978   if (RegInfo->hasBasePointer(MF)) {
lib/Target/PowerPC/PPCRegisterInfo.cpp
  327   if (hasBasePointer(MF)) {
 1066     if (!(hasBasePointer(MF) && FrameIndex < 0))
 1146   if (!hasBasePointer(MF))