HomeSort by relevance Sort by last modified time
    Searched refs:TopRoots (Results 1 - 11 of 11) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
GCNMinRegStrategy.cpp 81 std::vector<const SUnit*> schedule(ArrayRef<const SUnit*> TopRoots,
233 GCNMinRegScheduler::schedule(ArrayRef<const SUnit*> TopRoots,
243 for (auto SU : TopRoots) {
279 std::vector<const SUnit*> makeMinRegSchedule(ArrayRef<const SUnit*> TopRoots,
282 return S.schedule(TopRoots, DAG);
GCNIterativeScheduler.cpp 41 std::vector<const SUnit *> makeMinRegSchedule(ArrayRef<const SUnit *> TopRoots,
146 SmallVector<SUnit *, 8> TopRoots;
159 Sch.findRootsAndBiasEdges(TopRoots, BotRoots);
168 return TopRoots;
GCNILPSched.cpp 51 std::vector<const SUnit*> schedule(ArrayRef<const SUnit*> TopRoots,
SIMachineScheduler.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineScheduler.h 329 void initQueues(ArrayRef<SUnit*> TopRoots, ArrayRef<SUnit*> BotRoots);
343 void findRootsAndBiasEdges(SmallVectorImpl<SUnit*> &TopRoots,
464 void initQueues(ArrayRef<SUnit*> TopRoots, ArrayRef<SUnit*> BotRoots);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp 156 SmallVector<SUnit*, 8> TopRoots, BotRoots;
157 findRootsAndBiasEdges(TopRoots, BotRoots);
179 initQueues(TopRoots, BotRoots);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
MachineScheduler.h 369 void initQueues(ArrayRef<SUnit*> TopRoots, ArrayRef<SUnit*> BotRoots);
383 void findRootsAndBiasEdges(SmallVectorImpl<SUnit*> &TopRoots,
505 void initQueues(ArrayRef<SUnit*> TopRoots, ArrayRef<SUnit*> BotRoots);
    [all...]
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp 688 SmallVector<SUnit*, 8> TopRoots, BotRoots;
689 findRootsAndBiasEdges(TopRoots, BotRoots);
700 initQueues(TopRoots, BotRoots);
760 findRootsAndBiasEdges(SmallVectorImpl<SUnit*> &TopRoots,
772 TopRoots.push_back(SU);
781 void ScheduleDAGMI::initQueues(ArrayRef<SUnit*> TopRoots,
791 I = TopRoots.begin(), E = TopRoots.end(); I != E; ++I) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
MachineScheduler.cpp 764 SmallVector<SUnit*, 8> TopRoots, BotRoots;
765 findRootsAndBiasEdges(TopRoots, BotRoots);
778 initQueues(TopRoots, BotRoots);
837 findRootsAndBiasEdges(SmallVectorImpl<SUnit*> &TopRoots,
847 TopRoots.push_back(&SU);
856 void ScheduleDAGMI::initQueues(ArrayRef<SUnit*> TopRoots,
865 for (SUnit *SU : TopRoots)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp 203 SmallVector<SUnit*, 8> TopRoots, BotRoots;
204 findRootsAndBiasEdges(TopRoots, BotRoots);
222 initQueues(TopRoots, BotRoots);
    [all...]
  /external/llvm/lib/Target/AMDGPU/
SIMachineScheduler.cpp     [all...]

Completed in 538 milliseconds