Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DROCm.h105 ConditionalLibrary FiniteOnly; variable
117 WavefrontSize64.isValid() && FiniteOnly.isValid() && in allGenericLibsValid()
144 bool FiniteOnly, bool UnsafeMathOpt,
202 return FiniteOnly.get(Enabled); in getFiniteOnlyPath()
H A DAMDGPU.cpp105 FiniteOnly.Off = FilePath; in scanLibDevicePath()
107 FiniteOnly.On = FilePath; in scanLibDevicePath()
831 bool FiniteOnly = DriverArgs.hasArg(options::OPT_cl_finite_math_only); in addClangTargetOptions() local
845 DriverArgs, LibDeviceFile, Wave64, DAZ, FiniteOnly, UnsafeMathOpt, in addClangTargetOptions()
857 bool DAZ, bool FiniteOnly, bool UnsafeMathOpt, bool FastRelaxedMath, in getCommonBitcodeLibs() argument
868 AddBCLib(getFiniteOnlyPath(FiniteOnly || FastRelaxedMath)); in getCommonBitcodeLibs()
H A DHIP.cpp413 bool FiniteOnly = in getHIPDeviceLibs() local
446 DriverArgs, LibDeviceFile, Wave64, DAZ, FiniteOnly, UnsafeMathOpt, in getHIPDeviceLibs()