Searched refs:FastMath (Results 1 – 7 of 7) sorted by relevance
187 const bool any_imprecise_flags = Opts.FastMath || Opts.UnsafeFPMath || in addVisualCDefines()
457 TEST(InstModificationIRStrategy, FastMath) { in TEST() argument
1072 if (LangOpts.FastMath) in InitializePredefinedMacros() 1337 if (LangOpts.FastMath || (LangOpts.NoHonorInfs && LangOpts.NoHonorNaNs)) in InitializePredefinedMacros()
1853 bool FastMath = EnableFastMath; in HexagonTargetLowering() 1865 if (FastMath) in HexagonTargetLowering() 1871 if (FastMath) { in HexagonTargetLowering() 1885 if (FastMath) in HexagonTargetLowering() 1856 bool FastMath = EnableFastMath; HexagonTargetLowering() local
230 COMPATIBLE_LANGOPT(FastMath , 1, 0, "fast FP math optimizations, and __FAST_MATH__ predefined macro")
5671 if (FD->hasAttr<OptimizeNoneAttr>() && getLangOpts().FastMath) in EmitCall()
2293 LangOpts<"FastMath">, Default<hlsl.KeyPath>,