Searched refs:ReadyQueue (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | VLIWMachineScheduler.h | 131 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 D | MachineScheduler.h | 540 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 D | VLIWMachineScheduler.cpp | 511 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 D | MachineScheduler.cpp | 685 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 D | HexagonMachineScheduler.h | 36 int SchedulingCost(ReadyQueue &Q, SUnit *SU, SchedCandidate &Candidate,
|
H A D | HexagonMachineScheduler.cpp | 45 int HexagonConvergingVLIWScheduler::SchedulingCost(ReadyQueue &Q, SUnit *SU, in SchedulingCost()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | GCNSchedStrategy.cpp | 300 ReadyQueue &Q = Zone.Available; in pickNodeFromQueue()
|