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;
80 bool hasFP(const MachineFunction &MF) const override;
132 return TFI->hasFP(MF) ? FuncInfo->getFrameOffsetReg()
lib/Target/AMDGPU/SIFrameLowering.cpp329 (!hasFP(MF) && !MRI.isPhysRegUsed(ScratchWaveOffsetReg))) { 376 assert(!hasFP(MF)); 497 const bool HasFP = hasFP(MF); 802 } else if ((HasFP = hasFP(MF))) { 846 if (RoundedSize != 0 && hasFP(MF)) { 1017 const bool HasFP = WillHaveFP || hasFP(MF);lib/Target/AMDGPU/SIISelLowering.cpp
1910 if (ST.getFrameLowering()->hasFP(MF)) {