Searched refs:FastRelaxedMath (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/clang/lib/Driver/ToolChains/ |
D | AMDGPU.cpp | 595 bool FastRelaxedMath = DriverArgs.hasArg(options::OPT_cl_fast_relaxed_math); in addClangTargetOptions() local 606 UnsafeMathOpt, FastRelaxedMath, CorrectSqrt); in addClangTargetOptions() 612 bool UnsafeMathOpt, bool FastRelaxedMath, bool CorrectSqrt) const { in addCommonBitcodeLibCC1Args() argument 626 getUnsafeMathPath(UnsafeMathOpt || FastRelaxedMath))); in addCommonBitcodeLibCC1Args() 630 getFiniteOnlyPath(FiniteOnly || FastRelaxedMath))); in addCommonBitcodeLibCC1Args()
|
D | ROCm.h | 120 bool FastRelaxedMath, bool CorrectSqrt) const;
|
D | HIP.cpp | 324 bool FastRelaxedMath = false; in addClangTargetOptions() local 335 UnsafeMathOpt, FastRelaxedMath, CorrectSqrt); in addClangTargetOptions()
|
/external/clang/lib/Frontend/ |
D | InitPreprocessor.cpp | 441 if (LangOpts.FastRelaxedMath) in InitializeStandardPredefinedMacros() 898 if (LangOpts.FastRelaxedMath) in InitializePredefinedMacros()
|
D | CompilerInvocation.cpp | 1934 Opts.FastRelaxedMath = Args.hasArg(OPT_cl_fast_relaxed_math); in ParseLangArgs()
|
/external/llvm-project/clang/lib/Frontend/ |
D | InitPreprocessor.cpp | 473 if (LangOpts.FastRelaxedMath) in InitializeStandardPredefinedMacros() 1045 if (LangOpts.FastRelaxedMath) in InitializePredefinedMacros()
|
D | CompilerInvocation.cpp | 3112 if (Opts.FastRelaxedMath) in ParseLangArgs()
|
/external/clang/include/clang/Basic/ |
D | LangOptions.def | 211 LANGOPT(FastRelaxedMath , 1, 0, "OpenCL fast relaxed math")
|
/external/llvm-project/clang/include/clang/Basic/ |
D | LangOptions.def | 279 LANGOPT(FastRelaxedMath , 1, 0, "OpenCL fast relaxed math")
|
/external/llvm-project/clang/include/clang/Driver/ |
D | Options.td | 613 MarshallingInfoFlag<"LangOpts->FastRelaxedMath">;
|