Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DSIMachineScheduler.h352 struct SIBlockSchedCandidate : SISchedulerCandidate { struct
363 SIBlockSchedCandidate() in SIBlockSchedCandidate() argument
369 void setBest(SIBlockSchedCandidate &Best) { in setBest() argument
382 bool tryCandidateLatency(SIBlockSchedCandidate &Cand,
383 SIBlockSchedCandidate &TryCand);
384 bool tryCandidateRegUsage(SIBlockSchedCandidate &Cand,
385 SIBlockSchedCandidate &TryCand);
DSIMachineScheduler.cpp1409 bool SIScheduleBlockScheduler::tryCandidateLatency(SIBlockSchedCandidate &Cand, in tryCandidateLatency()
1410 SIBlockSchedCandidate &TryCand) { in tryCandidateLatency()
1434 bool SIScheduleBlockScheduler::tryCandidateRegUsage(SIBlockSchedCandidate &Cand, in tryCandidateRegUsage()
1435 SIBlockSchedCandidate &TryCand) { in tryCandidateRegUsage()
1457 SIBlockSchedCandidate Cand; in pickBlock()
1485 SIBlockSchedCandidate TryCand; in pickBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIMachineScheduler.h362 struct SIBlockSchedCandidate : SISchedulerCandidate { struct
373 SIBlockSchedCandidate() = default; argument
378 void setBest(SIBlockSchedCandidate &Best) { in setBest() argument
391 bool tryCandidateLatency(SIBlockSchedCandidate &Cand,
392 SIBlockSchedCandidate &TryCand);
393 bool tryCandidateRegUsage(SIBlockSchedCandidate &Cand,
394 SIBlockSchedCandidate &TryCand);
DSIMachineScheduler.cpp1571 bool SIScheduleBlockScheduler::tryCandidateLatency(SIBlockSchedCandidate &Cand, in tryCandidateLatency()
1572 SIBlockSchedCandidate &TryCand) { in tryCandidateLatency()
1596 bool SIScheduleBlockScheduler::tryCandidateRegUsage(SIBlockSchedCandidate &Cand, in tryCandidateRegUsage()
1597 SIBlockSchedCandidate &TryCand) { in tryCandidateRegUsage()
1619 SIBlockSchedCandidate Cand; in pickBlock()
1646 SIBlockSchedCandidate TryCand; in pickBlock()