Home
last modified time | relevance | path

Searched refs:FastMath (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp1069 if (LangOpts.FastMath) in InitializePredefinedMacros()
1322 if (LangOpts.FastMath || LangOpts.FiniteMathOnly) in InitializePredefinedMacros()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1856 bool FastMath = EnableFastMath; in HexagonTargetLowering() local
1875 if (FastMath) in HexagonTargetLowering()
1881 if (FastMath) { in HexagonTargetLowering()
1895 if (FastMath) in HexagonTargetLowering()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.def226 COMPATIBLE_LANGOPT(FastMath , 1, 0, "fast FP math optimizations, and __FAST_MATH__ predefi…
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp5598 if (FD->hasAttr<OptimizeNoneAttr>() && getLangOpts().FastMath) in EmitCall()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td2249 LangOpts<"FastMath">, DefaultFalse,