Home
last modified time | relevance | path

Searched refs:SchedCandidate (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DHexagonMachineScheduler.h113 struct SchedCandidate { struct
123 SchedCandidate(): SU(NULL), SCost(0) {} in SchedCandidate() argument
229 SUnit *SU, SchedCandidate &Candidate,
234 SchedCandidate &Candidate);
DHexagonMachineScheduler.cpp468 SchedCandidate &Candidate, in SchedulingCost()
534 SchedCandidate &Candidate) { in pickNodeFromQueue()
589 SchedCandidate BotCand; in pickNodeBidrectional()
607 SchedCandidate TopCand; in pickNodeBidrectional()
646 SchedCandidate TopCand; in pickNode()
657 SchedCandidate BotCand; in pickNode()
/external/llvm/lib/CodeGen/
DMachineScheduler.cpp958 struct SchedCandidate { struct in __anon029210900411::ConvergingScheduler
973 SchedCandidate(const CandPolicy &policy) in SchedCandidate() argument
979 void setBest(SchedCandidate &Best) { in setBest() argument
1175 ConvergingScheduler::SchedCandidate &CriticalCand,
1177 ConvergingScheduler::SchedCandidate &OppositeCand);
1179 void checkResourceLimits(ConvergingScheduler::SchedCandidate &TopCand,
1180 ConvergingScheduler::SchedCandidate &BotCand);
1182 void tryCandidate(SchedCandidate &Cand,
1183 SchedCandidate &TryCand,
1192 SchedCandidate &Candidate);
[all …]