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

Declarations

lib/Target/Mips/MipsFrameLowering.h
   35   bool hasBP(const MachineFunction &MF) const;

References

lib/Target/Mips/MipsSEFrameLowering.cpp
  549       if (hasBP(MF)) {
  786     FrameReg = hasBP(MF) ? ABI.GetBasePtr() : ABI.GetStackPtr();
  878   if (hasBP(MF))