Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.h357 struct SIBlockSchedCandidate : SISchedulerCandidate { struct
368 SIBlockSchedCandidate() = default; argument
373 void setBest(SIBlockSchedCandidate &Best) { in setBest() argument
386 bool tryCandidateLatency(SIBlockSchedCandidate &Cand,
387 SIBlockSchedCandidate &TryCand);
388 bool tryCandidateRegUsage(SIBlockSchedCandidate &Cand,
389 SIBlockSchedCandidate &TryCand);
H A DSIMachineScheduler.cpp1518 bool SIScheduleBlockScheduler::tryCandidateLatency(SIBlockSchedCandidate &Cand, in tryCandidateLatency()
1519 SIBlockSchedCandidate &TryCand) { in tryCandidateLatency()
1543 bool SIScheduleBlockScheduler::tryCandidateRegUsage(SIBlockSchedCandidate &Cand, in tryCandidateRegUsage()
1544 SIBlockSchedCandidate &TryCand) { in tryCandidateRegUsage()
1566 SIBlockSchedCandidate Cand; in pickBlock()
1593 SIBlockSchedCandidate TryCand; in pickBlock()