Searched refs:LibDevicePath (Results 1 – 4 of 4) sorted by relevance
356 assert(LibDevicePath.empty()); in detectDeviceLibrary()359 LibDevicePath = RocmDeviceLibPathArg[RocmDeviceLibPathArg.size() - 1]; in detectDeviceLibrary()361 LibDevicePath = LibPathEnv; in detectDeviceLibrary()364 if (!LibDevicePath.empty()) { in detectDeviceLibrary()368 if (!FS.exists(LibDevicePath)) in detectDeviceLibrary()371 scanLibDevicePath(LibDevicePath); in detectDeviceLibrary()426 LibDevicePath = MakePath(SubDirs); in detectDeviceLibrary()427 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()