Home
last modified time | relevance | path

Searched refs:FiniteOnly (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DROCm.h125 ConditionalLibrary FiniteOnly; variable
141 WavefrontSize64.isValid() && FiniteOnly.isValid() && in allGenericLibsValid()
168 bool FiniteOnly, bool UnsafeMathOpt,
231 return FiniteOnly.get(Enabled); in getFiniteOnlyPath()
H A DAMDGPU.cpp106 FiniteOnly.Off = FilePath; in scanLibDevicePath()
108 FiniteOnly.On = FilePath; in scanLibDevicePath()
849 bool FiniteOnly = DriverArgs.hasArg(options::OPT_cl_finite_math_only); in addClangTargetOptions() local
863 DriverArgs, LibDeviceFile, Wave64, DAZ, FiniteOnly, UnsafeMathOpt, in addClangTargetOptions()
893 bool DAZ, bool FiniteOnly, bool UnsafeMathOpt, bool FastRelaxedMath, in getCommonBitcodeLibs() argument
903 AddBCLib(getFiniteOnlyPath(FiniteOnly || FastRelaxedMath)); in getCommonBitcodeLibs()
941 bool FiniteOnly = DriverArgs.hasFlag( in getCommonDeviceLibNames() local
954 DriverArgs, LibDeviceFile, Wave64, DAZ, FiniteOnly, UnsafeMathOpt, in getCommonDeviceLibNames()