Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DScheduleHazardRecognizer.h43 unsigned getMaxLookAhead() const { return MaxLookAhead; } in getMaxLookAhead() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DGCNHazardRecognizer.cpp335 for (unsigned i = 1, e = std::min(NumWaitStates, getMaxLookAhead()); in AdvanceCycle()
343 EmittedInstrs.resize(getMaxLookAhead()); in AdvanceCycle()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonMachineScheduler.cpp472 assert(i <= (HazardRec->getMaxLookAhead() + MaxMinLatency) && in pickOnlyChoice()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp931 HazardRec->getMaxLookAhead()); in RestoreHazardCheckerBottomUp()