Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp1526 bool SIScheduleBlockScheduler::tryCandidateLatency(SIBlockSchedCandidate &Cand, in tryCandidateLatency()
1527 SIBlockSchedCandidate &TryCand) { in tryCandidateLatency()
1551 bool SIScheduleBlockScheduler::tryCandidateRegUsage(SIBlockSchedCandidate &Cand, in tryCandidateRegUsage()
1552 SIBlockSchedCandidate &TryCand) { in tryCandidateRegUsage()
1574 SIBlockSchedCandidate Cand; in pickBlock()
1601 SIBlockSchedCandidate TryCand; in pickBlock()