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.cpp1508 bool SIScheduleBlockScheduler::tryCandidateLatency(SIBlockSchedCandidate &Cand, in tryCandidateLatency()
1509 SIBlockSchedCandidate &TryCand) { in tryCandidateLatency()
1533 bool SIScheduleBlockScheduler::tryCandidateRegUsage(SIBlockSchedCandidate &Cand, in tryCandidateRegUsage()
1534 SIBlockSchedCandidate &TryCand) { in tryCandidateRegUsage()
1556 SIBlockSchedCandidate Cand; in pickBlock()
1581 SIBlockSchedCandidate TryCand; in pickBlock()