Searched refs:LibDevicePath (Results 1 – 6 of 6) sorted by relevance
193 assert(LibDevicePath.empty()); in detectDeviceLibrary()196 LibDevicePath = RocmDeviceLibPathArg[RocmDeviceLibPathArg.size() - 1]; in detectDeviceLibrary()198 LibDevicePath = LibPathEnv; in detectDeviceLibrary()201 if (!LibDevicePath.empty()) { in detectDeviceLibrary()205 if (!FS.exists(LibDevicePath)) in detectDeviceLibrary()208 scanLibDevicePath(LibDevicePath); in detectDeviceLibrary()263 LibDevicePath = MakePath(SubDirs); in detectDeviceLibrary()264 HasDeviceLibrary = CheckDeviceLib(LibDevicePath); in detectDeviceLibrary()
79 SmallString<0> LibDevicePath; variable147 StringRef getLibDevicePath() const { return LibDevicePath; } in getLibDevicePath()
38 std::string LibDevicePath; variable75 StringRef getLibDevicePath() const { return LibDevicePath; } in getLibDevicePath()
186 LibDevicePath = InstallPath + "/nvvm/libdevice"; in CudaInstallationDetector()191 if (CheckLibDevice && !FS.exists(LibDevicePath)) in CudaInstallationDetector()218 VersionInfo.Version = (FS.exists(LibDevicePath + "/libdevice.10.bc")) in CudaInstallationDetector()234 std::string FilePath = LibDevicePath + "/libdevice.10.bc"; in CudaInstallationDetector()247 for (llvm::vfs::directory_iterator LI = FS.dir_begin(LibDevicePath, EC), in CudaInstallationDetector()
171 std::string LibDevicePath; variable205 StringRef getLibDevicePath() const { return LibDevicePath; } in getLibDevicePath()
1775 LibDevicePath = InstallPath + "/nvvm/libdevice"; in init()1780 FS.exists(LibDevicePath))) in init()1784 for (llvm::sys::fs::directory_iterator LI(LibDevicePath, EC), LE; in init()