/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
GCNIterativeScheduler.cpp | 187 , SaveSchedImpl(std::move(_Sch.SchedImpl)) 189 Sch.SchedImpl.reset(&OverrideStrategy); 198 Sch.SchedImpl.release(); 199 Sch.SchedImpl = std::move(SaveSchedImpl);
|
GCNSchedStrategy.cpp | 337 GCNMaxOccupancySchedStrategy &S = (GCNMaxOccupancySchedStrategy&)*SchedImpl; 482 GCNMaxOccupancySchedStrategy &S = (GCNMaxOccupancySchedStrategy&)*SchedImpl;
|
SIMachineScheduler.cpp | [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
MachineScheduler.cpp | 648 SchedImpl->releaseTopNode(SuccSU); 685 SchedImpl->releaseBottomNode(PredSU); 696 SchedImpl->enterMBB(bb); 700 SchedImpl->leaveMBB(); 715 SchedImpl->initPolicy(begin, end, regioninstrs); 755 LLVM_DEBUG(SchedImpl->dumpPolicy()); 775 SchedImpl->initialize(this); 783 SUnit *SU = SchedImpl->pickNode(IsTopNode); 814 SchedImpl->schedNode(SU, IsTopNode); 866 SchedImpl->releaseTopNode(SU) [all...] |
/external/llvm/lib/Target/Hexagon/ |
HexagonMachineScheduler.cpp | 160 SchedImpl->initialize(this); 184 SUnit *SU = SchedImpl->pickNode(IsTopNode); 195 SchedImpl->schedNode(SU, IsTopNode);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
MachineScheduler.h | 264 std::unique_ptr<MachineSchedStrategy> SchedImpl; 293 LIS(C->LIS), SchedImpl(std::move(S)), Topo(SUnits, &ExitSU) {} 302 return SchedImpl->doMBBSchedRegionsTopDown(); [all...] |
/external/llvm/lib/CodeGen/ |
MachineScheduler.cpp | 578 SchedImpl->releaseTopNode(SuccSU); 617 SchedImpl->releaseBottomNode(PredSU); 639 SchedImpl->initPolicy(begin, end, regioninstrs); 679 DEBUG(SchedImpl->dumpPolicy()); 693 SchedImpl->initialize(this); 705 SUnit *SU = SchedImpl->pickNode(IsTopNode); 736 SchedImpl->schedNode(SU, IsTopNode); 792 SchedImpl->releaseTopNode(*I); 798 SchedImpl->releaseBottomNode(*I); 804 SchedImpl->registerRoots() [all...] |
/external/llvm/include/llvm/CodeGen/ |
MachineScheduler.h | 230 std::unique_ptr<MachineSchedStrategy> SchedImpl; 258 LIS(C->LIS), SchedImpl(std::move(S)), Topo(SUnits, &ExitSU), [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
HexagonMachineScheduler.cpp | 207 SchedImpl->initialize(this); 228 SUnit *SU = SchedImpl->pickNode(IsTopNode); 237 SchedImpl->schedNode(SU, IsTopNode); [all...] |
/external/llvm/lib/Target/AMDGPU/ |
SIMachineScheduler.cpp | [all...] |