Lines Matching refs:Candidate
42 RocmInstallationDetector::findSPACKPackage(const Candidate &Cand, in findSPACKPackage()
180 const SmallVectorImpl<RocmInstallationDetector::Candidate> &
240 return Candidate(ParentDir.str(), /*StrictChecking=*/true, in getInstallationPathCandidates()
250 return Candidate(ParentDir.str(), /*StrictChecking=*/true); in getInstallationPathCandidates()
439 for (const auto &Candidate : ROCmDirs) { in detectDeviceLibrary() local
440 LibDevicePath = Candidate.Path; in detectDeviceLibrary()
442 HasDeviceLibrary = CheckDeviceLib(LibDevicePath, Candidate.StrictChecking); in detectDeviceLibrary()
449 SmallVector<Candidate, 4> HIPSearchDirs; in detectHIPRuntime()
461 for (const auto &Candidate : HIPSearchDirs) { in detectHIPRuntime() local
462 InstallPath = Candidate.Path; in detectHIPRuntime()
467 auto SPACKPath = findSPACKPackage(Candidate, "hip"); in detectHIPRuntime()
513 if (!Candidate.StrictChecking) { in detectHIPRuntime()