Searched refs:LibDevicePath (Results 1 – 4 of 4) sorted by relevance
363 assert(LibDevicePath.empty()); in detectDeviceLibrary()366 LibDevicePath = RocmDeviceLibPathArg[RocmDeviceLibPathArg.size() - 1]; in detectDeviceLibrary()368 LibDevicePath = LibPathEnv; in detectDeviceLibrary()371 if (!LibDevicePath.empty()) { in detectDeviceLibrary()375 if (!FS.exists(LibDevicePath)) in detectDeviceLibrary()378 scanLibDevicePath(LibDevicePath); in detectDeviceLibrary()433 LibDevicePath = MakePath(SubDirs); in detectDeviceLibrary()434 HasDeviceLibrary = CheckDeviceLib(LibDevicePath); in detectDeviceLibrary()
108 SmallString<0> LibDevicePath; variable201 StringRef getLibDevicePath() const { return LibDevicePath; } in getLibDevicePath()
36 std::string LibDevicePath; variable76 StringRef getLibDevicePath() const { return LibDevicePath; } in getLibDevicePath()
184 LibDevicePath = InstallPath + "/nvvm/libdevice"; in CudaInstallationDetector()189 if (CheckLibDevice && !FS.exists(LibDevicePath)) in CudaInstallationDetector()211 Version = FS.exists(LibDevicePath + "/libdevice.10.bc") in CudaInstallationDetector()218 std::string FilePath = LibDevicePath + "/libdevice.10.bc"; in CudaInstallationDetector()231 for (llvm::vfs::directory_iterator LI = FS.dir_begin(LibDevicePath, EC), in CudaInstallationDetector()