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/ARM/ARMFrameLowering.h
   48   bool hasFP(const MachineFunction &MF) const override;

References

lib/Target/ARM/ARMBaseRegisterInfo.cpp
  197   if (TFI->hasFP(MF) || STI.isTargetDarwin())
  277                  ? TFI->hasFP(MF) : true;
  282                  ? TFI->hasFP(MF) : true;
  451   if (TFI->hasFP(MF))
  610   if (TFI->hasFP(MF) &&
lib/Target/ARM/ARMFrameLowering.cpp
  393   bool HasFP = hasFP(MF);
  706   if (STI.isTargetELF() && hasFP(MF))
  909     assert(hasFP(MF) && "dynamic stack realignment without a FP!");
  923   if (hasFP(MF) && AFI->hasStackFrame()) {
 1806   bool HasFP = hasFP(MF);
lib/Target/ARM/Thumb1FrameLowering.cpp
  241   bool HasFP = hasFP(MF);
  531       bool HasFP = hasFP(MF);
  839         !(hasFP(MF) && Reg == RegInfo->getFrameRegister(MF)))
  966         !(hasFP(MF) && Reg == RegInfo->getFrameRegister(MF)))