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

Overrides

include/llvm/CodeGen/TargetFrameLowering.h
  228   virtual bool hasFP(const MachineFunction &MF) const = 0;

Declarations

lib/Target/Mips/MipsFrameLowering.h
   33   bool hasFP(const MachineFunction &MF) const override;

References

lib/Target/Mips/Mips16FrameLowering.cpp
   86   if (hasFP(MF))
  103   if (hasFP(MF))
  173   if (hasFP(MF))
lib/Target/Mips/MipsSEFrameLowering.cpp
  527   if (hasFP(MF)) {
  707   if (hasFP(MF)) {
  784     FrameReg = hasFP(MF) ? ABI.GetFramePtr() : ABI.GetStackPtr();
  873   if (hasFP(MF)) {