Searched refs:FastRelaxedMath (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | AMDGPU.cpp | 937 bool FastRelaxedMath = DriverArgs.hasArg(options::OPT_cl_fast_relaxed_math); in addClangTargetOptions() local 948 FastRelaxedMath, CorrectSqrt, ABIVer, false)); in addClangTargetOptions() 982 bool DAZ, bool FiniteOnly, bool UnsafeMathOpt, bool FastRelaxedMath, in getCommonBitcodeLibs() argument 992 AddBCLib(getUnsafeMathPath(UnsafeMathOpt || FastRelaxedMath)); in getCommonBitcodeLibs() 993 AddBCLib(getFiniteOnlyPath(FiniteOnly || FastRelaxedMath)); in getCommonBitcodeLibs() 1029 bool FastRelaxedMath = DriverArgs.hasFlag(options::OPT_ffast_math, in getCommonDeviceLibNames() local 1038 FastRelaxedMath, CorrectSqrt, ABIVer, isOpenMP); in getCommonDeviceLibNames()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | InitPreprocessor.cpp | 581 if (LangOpts.FastRelaxedMath) in InitializeStandardPredefinedMacros() 1401 if (LangOpts.FastRelaxedMath) in InitializePredefinedMacros()
|
H A D | CompilerInvocation.cpp | 4069 if (Opts.FastRelaxedMath || Opts.CLUnsafeMath) in ParseLangArgs()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | LangOptions.def | 340 LANGOPT(FastRelaxedMath , 1, 0, "OpenCL fast relaxed math")
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Options.td | 1134 MarshallingInfoFlag<LangOpts<"FastRelaxedMath">>;
|