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