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

Declarations

lib/Target/ARM/ARMBaseRegisterInfo.h
  162   bool hasBasePointer(const MachineFunction &MF) const;

References

lib/Target/ARM/ARMBaseRegisterInfo.cpp
  199   if (hasBasePointer(MF))
lib/Target/ARM/ARMExpandPseudoInsts.cpp
 1341       if (RI.hasBasePointer(MF)) {
lib/Target/ARM/ARMFrameLowering.cpp
  751   if (RegInfo->hasBasePointer(MF)) {
  914       assert(RegInfo->hasBasePointer(MF) &&
  926     if (isFixed || (hasMovingSP && !RegInfo->hasBasePointer(MF))) {
  930       assert(RegInfo->hasBasePointer(MF) && "missing base pointer!");
  963   if (RegInfo->hasBasePointer(MF)) {
 1699   if (RegInfo->hasBasePointer(MF))
 1833     if (RegInfo->hasBasePointer(MF))
 1853   bool HasBPOrFixedSP = RegInfo->hasBasePointer(MF) || !HasMovingSP;
lib/Target/ARM/Thumb1FrameLowering.cpp
  439   if (RegInfo->hasBasePointer(MF))