Searched refs:pickNode (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMachineScheduler.h42 SUnit *pickNode(bool &IsTopNode) override;
H A DPPCMachineScheduler.cpp79 SUnit *PPCPostRASchedStrategy::pickNode(bool &IsTopNode) { function in class:PPCPostRASchedStrategy
81 return PostGenericScheduler::pickNode(IsTopNode);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZMachineScheduler.h11 // the MachineScheduler. It has a sorted Available set of SUs and a pickNode()
139 SUnit *pickNode(bool &IsTopNode) override;
H A DSystemZMachineScheduler.cpp11 // the MachineScheduler. It has a sorted Available set of SUs and a pickNode()
158 SUnit *SystemZPostRASchedStrategy::pickNode(bool &IsTopNode) { function in class:SystemZPostRASchedStrategy
253 // pickNode().
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600MachineScheduler.h73 SUnit *pickNode(bool &IsTopNode) override;
H A DGCNSchedStrategy.h58 SUnit *pickNode(bool &IsTopNode) override;
H A DSIMachineScheduler.h207 SUnit* pickNode();
H A DR600MachineScheduler.cpp57 SUnit* R600SchedStrategy::pickNode(bool &IsTopNode) { function in class:R600SchedStrategy
H A DGCNSchedStrategy.cpp269 // GenericScheduler::pickNode()
270 SUnit *GCNMaxOccupancySchedStrategy::pickNode(bool &IsTopNode) { function in class:GCNMaxOccupancySchedStrategy
H A DGCNIterativeScheduler.cpp230 SUnit *pickNode(bool &IsTopNode) override { return nullptr; }
H A DSIMachineScheduler.cpp262 SUnit* SIScheduleBlock::pickNode() { function in class:SIScheduleBlock
417 SUnit *SU = pickNode();
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h240 virtual SUnit *pickNode(bool &IsTopNode) = 0;
845 /// lifetime of one invocation of pickNode().
959 SUnit *pickNode(bool &IsTopNode) override;
1018 /// initPolicy -> initialize(DAG) -> registerRoots -> pickNode ...
1044 SUnit *pickNode(bool &IsTopNode) override;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.h112 /// for the lifetime of one invocation of pickNode().
239 SUnit *pickNode(bool &IsTopNode) override;
H A DHexagonMachineScheduler.cpp228 SUnit *SU = SchedImpl->pickNode(IsTopNode);
945 SUnit *ConvergingVLIWScheduler::pickNode(bool &IsTopNode) { function in class:ConvergingVLIWScheduler
991 /// that was just returned by pickNode(). However, VLIWMachineScheduler needs
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp775 SUnit *SU = SchedImpl->pickNode(IsTopNode);
1223 SUnit *SU = SchedImpl->pickNode(IsTopNode);
3210 SUnit *GenericScheduler::pickNode(bool &IsTopNode) { function in class:GenericScheduler
3280 /// that was just returned by pickNode(). However, ScheduleDAGMILive needs to
3417 SUnit *PostGenericScheduler::pickNode(bool &IsTopNode) { function in class:PostGenericScheduler
3527 SUnit *pickNode(bool &IsTopNode) override {
3624 SUnit *pickNode(bool &IsTopNode) override {

Completed in 529 milliseconds