Searched refs:allowUnsafeFPMath (Results 1 – 5 of 5) sorted by relevance
37 bool allowUnsafeFPMath() const;
549 bool allowUnsafeFPMath(MachineFunction &MF) const;
134 def allowUnsafeFPMath : Predicate<"allowUnsafeFPMath()">;1114 Requires<[allowUnsafeFPMath]>;1118 Requires<[allowUnsafeFPMath]>;
66 bool NVPTXDAGToDAGISel::allowUnsafeFPMath() const { in allowUnsafeFPMath() function in NVPTXDAGToDAGISel68 return TL->allowUnsafeFPMath(*MF); in allowUnsafeFPMath()
4458 return allowUnsafeFPMath(MF); in allowFMA()4461 bool NVPTXTargetLowering::allowUnsafeFPMath(MachineFunction &MF) const { in allowUnsafeFPMath() function in NVPTXTargetLowering