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/MSP430/MSP430FrameLowering.h
   46   bool hasFP(const MachineFunction &MF) const override;

References

lib/Target/MSP430/MSP430FrameLowering.cpp
   55   if (hasFP(MF)) {
  129   if (hasFP(MF)) {
  293   if (hasFP(MF)) {
lib/Target/MSP430/MSP430RegisterInfo.cpp
   64   if (TFI->hasFP(*MF))
   88   if (TFI->hasFP(MF)) {
  115   unsigned BasePtr = (TFI->hasFP(MF) ? MSP430::FP : MSP430::SP);
  121   if (!TFI->hasFP(MF))
  159   return TFI->hasFP(MF) ? MSP430::FP : MSP430::SP;