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/SystemZ/SystemZFrameLowering.h
   44   bool hasFP(const MachineFunction &MF) const override;

References

lib/Target/SystemZ/SystemZFrameLowering.cpp
   71   bool HasFP = hasFP(MF);
  235   bool HasFP = hasFP(MF);
  352   bool HasFP = hasFP(MF);
lib/Target/SystemZ/SystemZRegisterInfo.cpp
  227   if (TFI->hasFP(MF)) {
  410   return TFI->hasFP(MF) ? SystemZ::R11D : SystemZ::R15D;