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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
GCNILPSched.cpp 291 GCNILPScheduler::schedule(ArrayRef<const SUnit*> BotRoots,
307 for (auto SU : BotRoots) {
358 std::vector<const SUnit*> makeGCNILPScheduler(ArrayRef<const SUnit*> BotRoots,
361 return S.schedule(BotRoots, DAG);
GCNIterativeScheduler.cpp 44 std::vector<const SUnit*> makeGCNILPScheduler(ArrayRef<const SUnit*> BotRoots,
148 SmallVector<SUnit*, 8> BotRoots;
159 Sch.findRootsAndBiasEdges(TopRoots, BotRoots);
171 return BotRoots;
SIMachineScheduler.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineScheduler.h 329 void initQueues(ArrayRef<SUnit*> TopRoots, ArrayRef<SUnit*> BotRoots);
344 SmallVectorImpl<SUnit*> &BotRoots);
464 void initQueues(ArrayRef<SUnit*> TopRoots, ArrayRef<SUnit*> BotRoots);
957 SmallVector<SUnit*, 8> BotRoots;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
MachineScheduler.h 369 void initQueues(ArrayRef<SUnit*> TopRoots, ArrayRef<SUnit*> BotRoots);
384 SmallVectorImpl<SUnit*> &BotRoots);
505 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/llvm/lib/CodeGen/
MachineScheduler.cpp 688 SmallVector<SUnit*, 8> TopRoots, BotRoots;
689 findRootsAndBiasEdges(TopRoots, BotRoots);
700 initQueues(TopRoots, BotRoots);
761 SmallVectorImpl<SUnit*> &BotRoots) {
775 BotRoots.push_back(SU);
782 ArrayRef<SUnit*> BotRoots) {
797 I = BotRoots.rbegin(), E = BotRoots.rend(); 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);
838 SmallVectorImpl<SUnit*> &BotRoots) {
850 BotRoots.push_back(&SU);
857 ArrayRef<SUnit*> BotRoots) {
871 I = BotRoots.rbegin(), E = BotRoots.rend(); I != E; ++I) {
    [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 136 milliseconds