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/ARC/ARCFrameLowering.h
   57   bool hasFP(const MachineFunction &MF) const override;

References

lib/Target/ARC/ARCFrameLowering.cpp
  147   if (hasFP(MF)) {
  185   if (hasFP(MF)) {
  206   if (hasFP(MF)) {
  227     if ((hasFP(MF) && Reg == ARC::FP) || (MFI.hasCalls() && Reg == ARC::BLINK))
  254   if (hasFP(MF)) {
  312   if (hasFP(MF)) {
  355   if (hasFP(MF)) {
  478   if (!hasFP(MF)) {
lib/Target/ARC/ARCRegisterInfo.cpp
  212   if (!TFI->hasFP(MF)) {
  228   return TFI->hasFP(MF) ? ARC::FP : ARC::SP;