Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Driver/ToolChains/
DAMDGPU.cpp193 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()
DROCm.h79 SmallString<0> LibDevicePath; variable
147 StringRef getLibDevicePath() const { return LibDevicePath; } in getLibDevicePath()
DCuda.h38 std::string LibDevicePath; variable
75 StringRef getLibDevicePath() const { return LibDevicePath; } in getLibDevicePath()
DCuda.cpp186 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()
/external/clang/lib/Driver/
DToolChains.h171 std::string LibDevicePath; variable
205 StringRef getLibDevicePath() const { return LibDevicePath; } in getLibDevicePath()
DToolChains.cpp1775 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()