Searched refs:FastRelaxedMath (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/ |
H A D | AMDGPU.cpp | 835 bool FastRelaxedMath = DriverArgs.hasArg(options::OPT_cl_fast_relaxed_math); in addClangTargetOptions() local 846 FastRelaxedMath, CorrectSqrt)); in addClangTargetOptions() 857 bool DAZ, bool FiniteOnly, bool UnsafeMathOpt, bool FastRelaxedMath, in getCommonBitcodeLibs() argument 867 AddBCLib(getUnsafeMathPath(UnsafeMathOpt || FastRelaxedMath)); in getCommonBitcodeLibs() 868 AddBCLib(getFiniteOnlyPath(FiniteOnly || FastRelaxedMath)); in getCommonBitcodeLibs()
|
H A D | ROCm.h | 145 bool FastRelaxedMath, bool CorrectSqrt) const;
|
H A D | HIP.cpp | 419 bool FastRelaxedMath = DriverArgs.hasFlag( in getHIPDeviceLibs() local 447 FastRelaxedMath, CorrectSqrt)); in getHIPDeviceLibs()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | InitPreprocessor.cpp | 478 if (LangOpts.FastRelaxedMath) in InitializeStandardPredefinedMacros() 1092 if (LangOpts.FastRelaxedMath) in InitializePredefinedMacros()
|
H A D | CompilerInvocation.cpp | 3789 if (Opts.FastRelaxedMath) in ParseLangArgs()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | LangOptions.def | 284 LANGOPT(FastRelaxedMath , 1, 0, "OpenCL fast relaxed math")
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/ |
H A D | Options.td | 837 MarshallingInfoFlag<LangOpts<"FastRelaxedMath">>;
|