HomeSort by: relevance | last modified time | path
    Searched refs:SIBlockSchedCandidate (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIMachineScheduler.h 358 struct SIBlockSchedCandidate : SISchedulerCandidate {
369 SIBlockSchedCandidate() = default;
374 void setBest(SIBlockSchedCandidate &Best) {
387 bool tryCandidateLatency(SIBlockSchedCandidate &Cand,
388 SIBlockSchedCandidate &TryCand);
389 bool tryCandidateRegUsage(SIBlockSchedCandidate &Cand,
390 SIBlockSchedCandidate &TryCand);
SIMachineScheduler.cpp 1542 bool SIScheduleBlockScheduler::tryCandidateLatency(SIBlockSchedCandidate &Cand,
1543 SIBlockSchedCandidate &TryCand) {
1567 bool SIScheduleBlockScheduler::tryCandidateRegUsage(SIBlockSchedCandidate &Cand,
1568 SIBlockSchedCandidate &TryCand) {
1590 SIBlockSchedCandidate Cand;
1617 SIBlockSchedCandidate TryCand;

Completed in 25 milliseconds