reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
228 virtual bool hasFP(const MachineFunction &MF) const = 0;
57 bool hasFP(const MachineFunction &MF) const override;
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;