Searched refs:FastMath (Results 1 – 7 of 7) sorted by relevance
18 // The "FastMath" flags associated with floating point LLVM instructions.
918 if (LangOpts.FastMath) in InitializePredefinedMacros()1123 if (LangOpts.FastMath || LangOpts.FiniteMathOnly) in InitializePredefinedMacros()1265 if (LangOpts.CUDADeviceApproxTranscendentals || LangOpts.FastMath) { in InitializePredefinedMacros()
1822 bool FastMath = EnableFastMath; in HexagonTargetLowering() local1841 if (FastMath) in HexagonTargetLowering()1847 if (FastMath) { in HexagonTargetLowering()1861 if (FastMath) in HexagonTargetLowering()
206 COMPATIBLE_LANGOPT(FastMath , 1, 0, "fast FP math optimizations, and __FAST_MATH__ predefi…
804 if (RHSi && !CGF.getLangOpts().FastMath) { in EmitBinDiv()
73 static cl::opt<bool> FastMath("polly-acc-fastmath", variable2372 Options.UnsafeFPMath = FastMath; in createKernelASM()
1581 LangOpts<"FastMath">, DefaultFalse,