Lines Matching refs:LibDevicePath
386 assert(LibDevicePath.empty());
389 LibDevicePath = RocmDeviceLibPathArg[RocmDeviceLibPathArg.size() - 1];
392 LibDevicePath = std::move(*LibPathEnv);
395 if (!LibDevicePath.empty()) {
399 if (!FS.exists(LibDevicePath))
402 scanLibDevicePath(LibDevicePath);
429 LibDevicePath = D.ResourceDir;
430 llvm::sys::path::append(LibDevicePath, CLANG_INSTALL_LIBDIR_BASENAME,
432 HasDeviceLibrary = CheckDeviceLib(LibDevicePath, true);
440 LibDevicePath = Candidate.Path;
441 llvm::sys::path::append(LibDevicePath, "amdgcn", "bitcode");
442 HasDeviceLibrary = CheckDeviceLib(LibDevicePath, Candidate.StrictChecking);