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;
44 bool hasFP(const MachineFunction &MF) const override;
71 bool HasFP = hasFP(MF); 235 bool HasFP = hasFP(MF); 352 bool HasFP = hasFP(MF);lib/Target/SystemZ/SystemZRegisterInfo.cpp
227 if (TFI->hasFP(MF)) { 410 return TFI->hasFP(MF) ? SystemZ::R11D : SystemZ::R15D;