Searched refs:FastRelaxedMath (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/llvm/clang/lib/Driver/ToolChains/ |
H A D | AMDGPU.cpp | 812 bool FastRelaxedMath = DriverArgs.hasArg(options::OPT_cl_fast_relaxed_math); in addClangTargetOptions() local 823 FastRelaxedMath, CorrectSqrt, ABIVer, false)); in addClangTargetOptions() 852 bool DAZ, bool FiniteOnly, bool UnsafeMathOpt, bool FastRelaxedMath, in getCommonBitcodeLibs() argument 861 AddBCLib(getUnsafeMathPath(UnsafeMathOpt || FastRelaxedMath)); in getCommonBitcodeLibs() 862 AddBCLib(getFiniteOnlyPath(FiniteOnly || FastRelaxedMath)); in getCommonBitcodeLibs() 905 bool FastRelaxedMath = DriverArgs.hasFlag(options::OPT_ffast_math, in getCommonDeviceLibNames() local 914 FastRelaxedMath, CorrectSqrt, ABIVer, isOpenMP); in getCommonDeviceLibNames()
|
H A D | ROCm.h | 170 bool FastRelaxedMath, bool CorrectSqrt,
|
/openbsd/gnu/llvm/clang/lib/Frontend/ |
H A D | InitPreprocessor.cpp | 555 if (LangOpts.FastRelaxedMath) in InitializeStandardPredefinedMacros() 1205 if (LangOpts.FastRelaxedMath) in InitializePredefinedMacros()
|
H A D | CompilerInvocation.cpp | 3822 if (Opts.FastRelaxedMath || Opts.CLUnsafeMath) in ParseLangArgs()
|
/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | LangOptions.def | 310 LANGOPT(FastRelaxedMath , 1, 0, "OpenCL fast relaxed math")
|
/openbsd/gnu/llvm/clang/include/clang/Driver/ |
H A D | Options.td | 886 MarshallingInfoFlag<LangOpts<"FastRelaxedMath">>;
|