Searched refs:FastRelaxedMath (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | AMDGPU.cpp | 849 bool FastRelaxedMath = DriverArgs.hasArg(options::OPT_cl_fast_relaxed_math); in addClangTargetOptions() local 860 FastRelaxedMath, CorrectSqrt)); in addClangTargetOptions() 871 bool DAZ, bool FiniteOnly, bool UnsafeMathOpt, bool FastRelaxedMath, in getCommonBitcodeLibs() argument 881 AddBCLib(getUnsafeMathPath(UnsafeMathOpt || FastRelaxedMath)); in getCommonBitcodeLibs() 882 AddBCLib(getFiniteOnlyPath(FiniteOnly || FastRelaxedMath)); in getCommonBitcodeLibs() 920 bool FastRelaxedMath = DriverArgs.hasFlag(options::OPT_ffast_math, in getCommonDeviceLibNames() local 929 FastRelaxedMath, CorrectSqrt); in getCommonDeviceLibNames()
|
| H A D | ROCm.h | 145 bool FastRelaxedMath, bool CorrectSqrt) const;
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | InitPreprocessor.cpp | 478 if (LangOpts.FastRelaxedMath) in InitializeStandardPredefinedMacros() 1094 if (LangOpts.FastRelaxedMath) in InitializePredefinedMacros()
|
| H A D | CompilerInvocation.cpp | 3791 if (Opts.FastRelaxedMath) in ParseLangArgs()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | LangOptions.def | 290 LANGOPT(FastRelaxedMath , 1, 0, "OpenCL fast relaxed math")
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 837 MarshallingInfoFlag<LangOpts<"FastRelaxedMath">>;
|