Searched refs:FastMath (Results 1 – 6 of 6) sorted by relevance
170 Opts.FastMath || Opts.FiniteMathOnly || Opts.UnsafeFPMath || in addVisualCDefines()
930 if (LangOpts.FastMath) in InitializePredefinedMacros()1138 if (LangOpts.FastMath || LangOpts.FiniteMathOnly) in InitializePredefinedMacros()1278 if (LangOpts.CUDADeviceApproxTranscendentals || LangOpts.FastMath) { in InitializePredefinedMacros()
1826 bool FastMath = EnableFastMath; in HexagonTargetLowering() local1845 if (FastMath) in HexagonTargetLowering()1851 if (FastMath) { in HexagonTargetLowering()1865 if (FastMath) in HexagonTargetLowering()
209 COMPATIBLE_LANGOPT(FastMath , 1, 0, "fast FP math optimizations, and __FAST_MATH__ predefi…
862 if (RHSi && !CGF.getLangOpts().FastMath) { in EmitBinDiv()
1628 LangOpts<"FastMath">, DefaultFalse,