Searched refs:LibDevicePath (Results 1 – 4 of 4) sorted by relevance
349 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()
88 SmallString<0> LibDevicePath; variable172 StringRef getLibDevicePath() const { return LibDevicePath; } in getLibDevicePath()
38 std::string LibDevicePath; variable75 StringRef getLibDevicePath() const { return LibDevicePath; } in getLibDevicePath()
188 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()