Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DAMDGPU.cpp851 bool UnsafeMathOpt = in addClangTargetOptions() local
863 DriverArgs, LibDeviceFile, Wave64, DAZ, FiniteOnly, UnsafeMathOpt, in addClangTargetOptions()
893 bool DAZ, bool FiniteOnly, bool UnsafeMathOpt, bool FastRelaxedMath, in getCommonBitcodeLibs() argument
902 AddBCLib(getUnsafeMathPath(UnsafeMathOpt || FastRelaxedMath)); in getCommonBitcodeLibs()
943 bool UnsafeMathOpt = in getCommonDeviceLibNames() local
954 DriverArgs, LibDeviceFile, Wave64, DAZ, FiniteOnly, UnsafeMathOpt, in getCommonDeviceLibNames()
H A DROCm.h168 bool FiniteOnly, bool UnsafeMathOpt,