Lines Matching refs:Candidate
41 RocmInstallationDetector::findSPACKPackage(const Candidate &Cand, in findSPACKPackage()
179 const SmallVectorImpl<RocmInstallationDetector::Candidate> &
239 return Candidate(ParentDir.str(), /*StrictChecking=*/true, in getInstallationPathCandidates()
249 return Candidate(ParentDir.str(), /*StrictChecking=*/true); in getInstallationPathCandidates()
438 for (const auto &Candidate : ROCmDirs) { in detectDeviceLibrary() local
439 LibDevicePath = Candidate.Path; in detectDeviceLibrary()
441 HasDeviceLibrary = CheckDeviceLib(LibDevicePath, Candidate.StrictChecking); in detectDeviceLibrary()
448 SmallVector<Candidate, 4> HIPSearchDirs; in detectHIPRuntime()
460 for (const auto &Candidate : HIPSearchDirs) { in detectHIPRuntime() local
461 InstallPath = Candidate.Path; in detectHIPRuntime()
466 auto SPACKPath = findSPACKPackage(Candidate, "hip"); in detectHIPRuntime()
506 if (!Candidate.StrictChecking) { in detectHIPRuntime()