Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DAMDGPU.cpp833 std::string LibDeviceFile = RocmInstallation.getLibDeviceFile(CanonArch); in addClangTargetOptions() local
834 if (LibDeviceFile.empty()) { in addClangTargetOptions()
859 DriverArgs, LibDeviceFile, Wave64, DAZ, FiniteOnly, UnsafeMathOpt, in addClangTargetOptions()
870 const llvm::opt::ArgList &DriverArgs, StringRef LibDeviceFile, bool Wave64, in getCommonBitcodeLibs() argument
885 AddBCLib(LibDeviceFile); in getCommonBitcodeLibs()
903 std::string LibDeviceFile = RocmInstallation.getLibDeviceFile(CanonArch); in getCommonDeviceLibNames() local
904 if (LibDeviceFile.empty()) { in getCommonDeviceLibNames()
928 DriverArgs, LibDeviceFile, Wave64, DAZ, FiniteOnly, UnsafeMathOpt, in getCommonDeviceLibNames()
H A DROCm.h143 StringRef LibDeviceFile, bool Wave64, bool DAZ,
H A DCuda.cpp703 std::string LibDeviceFile = CudaInstallation.getLibDeviceFile(GpuArch); in addClangTargetOptions() local
704 if (LibDeviceFile.empty()) { in addClangTargetOptions()
710 CC1Args.push_back(DriverArgs.MakeArgString(LibDeviceFile)); in addClangTargetOptions()