Home
last modified time | relevance | path

Searched refs:SISchedCandidate (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.h166 struct SISchedCandidate : SISchedulerCandidate { struct
176 SISchedCandidate() = default; argument
181 void setBest(SISchedCandidate &Best) { in setBest() argument
202 void tryCandidateTopDown(SISchedCandidate &Cand, SISchedCandidate &TryCand);
203 void tryCandidateBottomUp(SISchedCandidate &Cand, SISchedCandidate &TryCand);
205 void traceCandidate(const SISchedCandidate &Cand);
H A DSIMachineScheduler.cpp182 void SIScheduleBlock::traceCandidate(const SISchedCandidate &Cand) { in traceCandidate()
189 void SIScheduleBlock::tryCandidateTopDown(SISchedCandidate &Cand, in tryCandidateTopDown()
190 SISchedCandidate &TryCand) { in tryCandidateTopDown()
242 SISchedCandidate TopCand; in pickNode()
245 SISchedCandidate TryCand; in pickNode()