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

Overrides

include/llvm/CodeGen/TargetFrameLowering.h
  235   virtual bool hasReservedCallFrame(const MachineFunction &MF) const {

Overridden By

lib/Target/ARM/Thumb1FrameLowering.cpp
   53 bool Thumb1FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const{

Declarations

lib/Target/ARM/ARMFrameLowering.h
   49   bool hasReservedCallFrame(const MachineFunction &MF) const override;

References

lib/Target/ARM/ARMBaseRegisterInfo.cpp
  387   if (needsStackRealignment(MF) && !TFI->hasReservedCallFrame(MF))
  411   if (AFI->isThumb1OnlyFunction() && !TFI->hasReservedCallFrame(MF))
  430   if (TFI->hasReservedCallFrame(MF))
  772     assert(TFI->hasReservedCallFrame(MF) &&
lib/Target/ARM/ARMFrameLowering.cpp
  142   return hasReservedCallFrame(MF) || MF.getFrameInfo().hasVarSizedObjects();
  904   bool hasMovingSP = !hasReservedCallFrame(MF);
 2150   if (!hasReservedCallFrame(MF)) {
lib/Target/ARM/ThumbRegisterInfo.cpp
  477     assert(STI.getFrameLowering()->hasReservedCallFrame(MF) &&