Home
last modified time | relevance | path

Searched refs:ReadyQueue (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DVLIWMachineScheduler.h131 ReadyQueue Available;
132 ReadyQueue Pending;
252 virtual int SchedulingCost(ReadyQueue &Q, SUnit *SU,
260 void traceCandidate(const char *Label, const ReadyQueue &Q, SUnit *SU,
264 SchedCandidate &Candidate, ReadyQueue &Q);
H A DMachineScheduler.h540 class ReadyQueue {
546 ReadyQueue(unsigned id, const Twine &name): ID(id), Name(name.str()) {} in ReadyQueue() function
845 ReadyQueue Available;
846 ReadyQueue Pending;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DVLIWMachineScheduler.cpp511 const ReadyQueue &Q, SUnit *SU, in traceCandidate()
526 ReadyQueue &Q) { in readyQueueVerboseDump()
530 for (ReadyQueue::iterator I = Q.begin(), E = Q.end(); I != E; ++I) { in readyQueueVerboseDump()
596 int ConvergingVLIWScheduler::SchedulingCost(ReadyQueue &Q, SUnit *SU, in SchedulingCost()
772 ReadyQueue &Q = Zone.Available; in pickNodeFromQueue()
782 for (ReadyQueue::iterator I = Q.begin(), E = Q.end(); I != E; ++I) { in pickNodeFromQueue()
H A DMachineScheduler.cpp685 LLVM_DUMP_METHOD void ReadyQueue::dump() const { in dump()
2887 for (ReadyQueue::iterator I = Available.begin(); I != Available.end();) { in pickOnlyChoice()
3649 ReadyQueue &Q = Zone.Available; in pickNodeFromQueue()
3980 ReadyQueue &Q = Zone.Available; in pickNodeFromQueue()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.h36 int SchedulingCost(ReadyQueue &Q, SUnit *SU, SchedCandidate &Candidate,
H A DHexagonMachineScheduler.cpp45 int HexagonConvergingVLIWScheduler::SchedulingCost(ReadyQueue &Q, SUnit *SU, in SchedulingCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.cpp300 ReadyQueue &Q = Zone.Available; in pickNodeFromQueue()