Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineScheduler.h812 struct SchedCandidate { struct
830 SchedCandidate() { reset(CandPolicy()); } in SchedCandidate() function
831 SchedCandidate(const CandPolicy &Policy) { reset(Policy); } in SchedCandidate() function
845 void setBest(SchedCandidate &Best) { in setBest() argument
872 void traceCandidate(const SchedCandidate &Cand);
886 SchedCandidate TopCand;
888 SchedCandidate BotCand;
931 void initCandidate(SchedCandidate &Cand, SUnit *SU, bool AtTop,
935 void tryCandidate(SchedCandidate &Cand,
936 SchedCandidate &TryCand,
[all …]
/external/llvm/lib/Target/Hexagon/
DHexagonMachineScheduler.h112 struct SchedCandidate { struct
122 SchedCandidate(): SU(nullptr), SCost(0) {} in SchedCandidate() function
228 SUnit *SU, SchedCandidate &Candidate,
233 SchedCandidate &Candidate);
DHexagonMachineScheduler.cpp475 SchedCandidate &Candidate, in SchedulingCost()
541 SchedCandidate &Candidate) { in pickNodeFromQueue()
596 SchedCandidate BotCand; in pickNodeBidrectional()
614 SchedCandidate TopCand; in pickNodeBidrectional()
653 SchedCandidate TopCand; in pickNode()
664 SchedCandidate BotCand; in pickNode()
/external/llvm/lib/CodeGen/
DMachineScheduler.cpp2300 void GenericSchedulerBase::SchedCandidate::
2415 void GenericSchedulerBase::traceCandidate(const SchedCandidate &Cand) { in traceCandidate()
2470 GenericSchedulerBase::SchedCandidate &TryCand, in tryLess()
2471 GenericSchedulerBase::SchedCandidate &Cand, in tryLess()
2486 GenericSchedulerBase::SchedCandidate &TryCand, in tryGreater()
2487 GenericSchedulerBase::SchedCandidate &Cand, in tryGreater()
2501 static bool tryLatency(GenericSchedulerBase::SchedCandidate &TryCand, in tryLatency()
2502 GenericSchedulerBase::SchedCandidate &Cand, in tryLatency()
2531 static void tracePick(const GenericSchedulerBase::SchedCandidate &Cand) { in tracePick()
2679 GenericSchedulerBase::SchedCandidate &TryCand, in tryPressure()
[all …]