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;
33 bool hasFP(const MachineFunction &MF) const override;
86 if (hasFP(MF)) 103 if (hasFP(MF)) 173 if (hasFP(MF))lib/Target/Mips/MipsSEFrameLowering.cpp
527 if (hasFP(MF)) { 707 if (hasFP(MF)) { 784 FrameReg = hasFP(MF) ? ABI.GetFramePtr() : ABI.GetStackPtr(); 873 if (hasFP(MF)) {