HomeSort by: relevance | last modified time | path
    Searched refs:SchedImpl (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
GCNIterativeScheduler.cpp 170 , SaveSchedImpl(std::move(_Sch.SchedImpl))
172 Sch.SchedImpl.reset(&OverrideStrategy);
181 Sch.SchedImpl.release();
182 Sch.SchedImpl = std::move(SaveSchedImpl);
GCNSchedStrategy.cpp 336 GCNMaxOccupancySchedStrategy &S = (GCNMaxOccupancySchedStrategy&)*SchedImpl;
543 GCNMaxOccupancySchedStrategy &S = (GCNMaxOccupancySchedStrategy&)*SchedImpl;
SIMachineScheduler.cpp 1914 SchedImpl->initialize(this);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineScheduler.cpp 661 SchedImpl->releaseTopNode(SuccSU);
698 SchedImpl->releaseBottomNode(PredSU);
709 SchedImpl->enterMBB(bb);
713 SchedImpl->leaveMBB();
728 SchedImpl->initPolicy(begin, end, regioninstrs);
768 LLVM_DEBUG(SchedImpl->dumpPolicy());
784 SchedImpl->initialize(this);
792 SUnit *SU = SchedImpl->pickNode(IsTopNode);
823 SchedImpl->schedNode(SU, IsTopNode);
875 SchedImpl->releaseTopNode(SU)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineScheduler.h 270 std::unique_ptr<MachineSchedStrategy> SchedImpl;
295 LIS(C->LIS), SchedImpl(std::move(S)) {}
304 return SchedImpl->doMBBSchedRegionsTopDown();
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp 208 SchedImpl->initialize(this);
228 SUnit *SU = SchedImpl->pickNode(IsTopNode);
237 SchedImpl->schedNode(SU, IsTopNode);

Completed in 19 milliseconds