Home
last modified time | relevance | path

Searched refs:LibDevicePath (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DAMDGPU.cpp349 assert(LibDevicePath.empty()); in detectDeviceLibrary()
352 LibDevicePath = RocmDeviceLibPathArg[RocmDeviceLibPathArg.size() - 1]; in detectDeviceLibrary()
354 LibDevicePath = LibPathEnv; in detectDeviceLibrary()
357 if (!LibDevicePath.empty()) { in detectDeviceLibrary()
361 if (!FS.exists(LibDevicePath)) in detectDeviceLibrary()
364 scanLibDevicePath(LibDevicePath); in detectDeviceLibrary()
422 LibDevicePath = MakePath(SubDirs); in detectDeviceLibrary()
423 HasDeviceLibrary = CheckDeviceLib(LibDevicePath); in detectDeviceLibrary()
H A DROCm.h88 SmallString<0> LibDevicePath; variable
172 StringRef getLibDevicePath() const { return LibDevicePath; } in getLibDevicePath()
H A DCuda.h38 std::string LibDevicePath; variable
75 StringRef getLibDevicePath() const { return LibDevicePath; } in getLibDevicePath()
H A DCuda.cpp188 LibDevicePath = InstallPath + "/nvvm/libdevice"; in CudaInstallationDetector()
193 if (CheckLibDevice && !FS.exists(LibDevicePath)) in CudaInstallationDetector()
220 VersionInfo.Version = (FS.exists(LibDevicePath + "/libdevice.10.bc")) in CudaInstallationDetector()
236 std::string FilePath = LibDevicePath + "/libdevice.10.bc"; in CudaInstallationDetector()
249 for (llvm::vfs::directory_iterator LI = FS.dir_begin(LibDevicePath, EC), in CudaInstallationDetector()