Home
last modified time | relevance | path

Searched refs:FastRelaxedMath (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DAMDGPU.cpp853 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 DROCm.h169 bool FastRelaxedMath, bool CorrectSqrt,
/llvm-project-15.0.7/clang/lib/Frontend/
H A DInitPreprocessor.cpp554 if (LangOpts.FastRelaxedMath) in InitializeStandardPredefinedMacros()
1192 if (LangOpts.FastRelaxedMath) in InitializePredefinedMacros()
H A DCompilerInvocation.cpp3805 if (Opts.FastRelaxedMath) in ParseLangArgs()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DLangOptions.def308 LANGOPT(FastRelaxedMath , 1, 0, "OpenCL fast relaxed math")
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td880 MarshallingInfoFlag<LangOpts<"FastRelaxedMath">>;