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;
82 bool hasFP(const MachineFunction &MF) const override;
625 if (hasFP(MF)) { 656 if (!hasFP(MF)) { 895 bool HasFP = hasFP(MF); 1163 bool HasFP = hasFP(MF); 2424 if (!hasFP(MF))lib/Target/Hexagon/HexagonRegisterInfo.cpp
292 if (TFI->hasFP(MF)) 334 return MF.getSubtarget<HexagonSubtarget>().getFrameLowering()->hasFP(MF);