Searched refs:SchedCandidate (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Target/Hexagon/ |
D | HexagonMachineScheduler.h | 113 struct SchedCandidate { struct 123 SchedCandidate(): SU(nullptr), SCost(0) {} in SchedCandidate() argument 229 SUnit *SU, SchedCandidate &Candidate, 234 SchedCandidate &Candidate);
|
D | HexagonMachineScheduler.cpp | 471 SchedCandidate &Candidate, in SchedulingCost() 537 SchedCandidate &Candidate) { in pickNodeFromQueue() 592 SchedCandidate BotCand; in pickNodeBidrectional() 610 SchedCandidate TopCand; in pickNodeBidrectional() 649 SchedCandidate TopCand; in pickNode() 660 SchedCandidate BotCand; in pickNode()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineScheduler.h | 785 struct SchedCandidate { struct 803 SchedCandidate(const CandPolicy &policy) in SchedCandidate() function 809 void setBest(SchedCandidate &Best) { in setBest() argument 838 void traceCandidate(const SchedCandidate &Cand); argument 884 void tryCandidate(SchedCandidate &Cand, 885 SchedCandidate &TryCand, 894 SchedCandidate &Candidate); 945 void tryCandidate(SchedCandidate &Cand, SchedCandidate &TryCand); 947 void pickNodeFromQueue(SchedCandidate &Cand);
|
/external/llvm/lib/CodeGen/ |
D | MachineScheduler.cpp | 2129 void GenericSchedulerBase::SchedCandidate:: 2244 void GenericSchedulerBase::traceCandidate(const SchedCandidate &Cand) { in traceCandidate() 2299 GenericSchedulerBase::SchedCandidate &TryCand, in tryLess() 2300 GenericSchedulerBase::SchedCandidate &Cand, in tryLess() 2316 GenericSchedulerBase::SchedCandidate &TryCand, in tryGreater() 2317 GenericSchedulerBase::SchedCandidate &Cand, in tryGreater() 2332 static bool tryLatency(GenericSchedulerBase::SchedCandidate &TryCand, in tryLatency() 2333 GenericSchedulerBase::SchedCandidate &Cand, in tryLatency() 2358 static void tracePick(const GenericSchedulerBase::SchedCandidate &Cand, in tracePick() 2499 GenericSchedulerBase::SchedCandidate &TryCand, in tryPressure() [all …]
|