Home
last modified time | relevance | path

Searched refs:DisableSchedCycles (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DGCNILPSched.cpp221 bool const DisableSchedCycles = false; in pickBest() local
222 if (!DisableSchedCycles) { in pickBest()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp69 static cl::opt<bool> DisableSchedCycles( variable
174 if (DisableSchedCycles || !NeedLatency) in ScheduleDAGRRList()
218 return DisableSchedCycles || !AvailableQueue->hasReadyFilter() || in isReady()
330 MinAvailableCycle = DisableSchedCycles ? 0 : UINT_MAX; in Schedule()
448 if (DisableSchedCycles) { in ReleasePending()
504 if (DisableSchedCycles) in AdvancePastStalls()
709 if (!DisableSchedCycles && AvailableQueue->hasReadyFilter()) { in UnscheduleNodeBottomUp()
2264 if (DisableSchedCycles) { in BUCompareLatency()
2382 if (!DisableSchedCycles && in BURRSort()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp93 static cl::opt<bool> DisableSchedCycles( variable
197 if (DisableSchedCycles || !NeedLatency) in ScheduleDAGRRList()
241 return DisableSchedCycles || !AvailableQueue->hasReadyFilter() || in isReady()
356 DisableSchedCycles ? 0 : std::numeric_limits<unsigned>::max(); in Schedule()
595 if (DisableSchedCycles) { in ReleasePending()
647 if (DisableSchedCycles) in AdvancePastStalls()
908 if (!DisableSchedCycles && AvailableQueue->hasReadyFilter()) { in UnscheduleNodeBottomUp()
2589 if (!DisableSchedCycles && in BURRSort()
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp67 static cl::opt<bool> DisableSchedCycles( variable
170 if (DisableSchedCycles || !NeedLatency) in ScheduleDAGRRList()
214 return DisableSchedCycles || !AvailableQueue->hasReadyFilter() || in isReady()
327 MinAvailableCycle = DisableSchedCycles ? 0 : UINT_MAX; in Schedule()
571 if (DisableSchedCycles) { in ReleasePending()
623 if (DisableSchedCycles) in AdvancePastStalls()
879 if (!DisableSchedCycles && AvailableQueue->hasReadyFilter()) { in UnscheduleNodeBottomUp()
2464 if (!DisableSchedCycles && in BURRSort()