Searched refs:allowUnsafeFPMath (Results 1 – 5 of 5) sorted by relevance
38 bool allowUnsafeFPMath() const;
572 bool allowUnsafeFPMath(MachineFunction &MF) const;
150 def allowUnsafeFPMath : Predicate<"allowUnsafeFPMath()">;151 def noUnsafeFPMath : Predicate<"!allowUnsafeFPMath()">;1406 Requires<[allowUnsafeFPMath]>;1410 Requires<[allowUnsafeFPMath]>;1421 Requires<[doF32FTZ, allowUnsafeFPMath]>;1426 Requires<[doF32FTZ, allowUnsafeFPMath]>;1448 Requires<[allowUnsafeFPMath]>;1453 Requires<[allowUnsafeFPMath]>;1475 Requires<[allowUnsafeFPMath]>;1480 Requires<[allowUnsafeFPMath]>;
72 bool NVPTXDAGToDAGISel::allowUnsafeFPMath() const { in allowUnsafeFPMath() function in NVPTXDAGToDAGISel74 return TL->allowUnsafeFPMath(*MF); in allowUnsafeFPMath()
5076 return allowUnsafeFPMath(MF); in allowFMA()5079 bool NVPTXTargetLowering::allowUnsafeFPMath(MachineFunction &MF) const { in allowUnsafeFPMath() function in NVPTXTargetLowering