Searched refs:FastRelaxedMath (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Driver/ToolChains/ |
| H A D | AMDGPU.cpp | 853 bool FastRelaxedMath = DriverArgs.hasArg(options::OPT_cl_fast_relaxed_math); in addClangTargetOptions() local 864 FastRelaxedMath, CorrectSqrt, ABIVer, false)); in addClangTargetOptions() 893 bool DAZ, bool FiniteOnly, bool UnsafeMathOpt, bool FastRelaxedMath, in getCommonBitcodeLibs() argument 902 AddBCLib(getUnsafeMathPath(UnsafeMathOpt || FastRelaxedMath)); in getCommonBitcodeLibs() 903 AddBCLib(getFiniteOnlyPath(FiniteOnly || FastRelaxedMath)); in getCommonBitcodeLibs() 946 bool FastRelaxedMath = DriverArgs.hasFlag(options::OPT_ffast_math, in getCommonDeviceLibNames() local 955 FastRelaxedMath, CorrectSqrt, ABIVer, isOpenMP); in getCommonDeviceLibNames()
|
| H A D | ROCm.h | 169 bool FastRelaxedMath, bool CorrectSqrt,
|
| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | InitPreprocessor.cpp | 554 if (LangOpts.FastRelaxedMath) in InitializeStandardPredefinedMacros() 1192 if (LangOpts.FastRelaxedMath) in InitializePredefinedMacros()
|
| H A D | CompilerInvocation.cpp | 3805 if (Opts.FastRelaxedMath) in ParseLangArgs()
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | LangOptions.def | 308 LANGOPT(FastRelaxedMath , 1, 0, "OpenCL fast relaxed math")
|
| /llvm-project-15.0.7/clang/include/clang/Driver/ |
| H A D | Options.td | 880 MarshallingInfoFlag<LangOpts<"FastRelaxedMath">>;
|