Searched refs:allowUnsafeFPMath (Results 1 – 5 of 5) sorted by relevance
38 bool allowUnsafeFPMath() const;
576 bool allowUnsafeFPMath(MachineFunction &MF) const;
151 def allowUnsafeFPMath : Predicate<"allowUnsafeFPMath()">;152 def noUnsafeFPMath : Predicate<"!allowUnsafeFPMath()">;1427 Requires<[allowUnsafeFPMath]>;1431 Requires<[allowUnsafeFPMath]>;1442 Requires<[doF32FTZ, allowUnsafeFPMath]>;1447 Requires<[doF32FTZ, allowUnsafeFPMath]>;1469 Requires<[allowUnsafeFPMath]>;1474 Requires<[allowUnsafeFPMath]>;1496 Requires<[allowUnsafeFPMath]>;1501 Requires<[allowUnsafeFPMath]>;
81 bool NVPTXDAGToDAGISel::allowUnsafeFPMath() const { in allowUnsafeFPMath() function in NVPTXDAGToDAGISel83 return TL->allowUnsafeFPMath(*MF); in allowUnsafeFPMath()
5275 return allowUnsafeFPMath(MF); in allowFMA()5278 bool NVPTXTargetLowering::allowUnsafeFPMath(MachineFunction &MF) const { in allowUnsafeFPMath() function in NVPTXTargetLowering