Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DGCNHazardRecognizer.cpp94 for (unsigned i = 1, e = std::min(NumWaitStates, getMaxLookAhead()); in AdvanceCycle()
102 EmittedInstrs.resize(getMaxLookAhead()); in AdvanceCycle()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DScheduleHazardRecognizer.h43 unsigned getMaxLookAhead() const { return MaxLookAhead; } in getMaxLookAhead() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DScheduleHazardRecognizer.h44 unsigned getMaxLookAhead() const { return MaxLookAhead; } in getMaxLookAhead() function
/external/llvm/include/llvm/CodeGen/
DScheduleHazardRecognizer.h44 unsigned getMaxLookAhead() const { return MaxLookAhead; } in getMaxLookAhead() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DGCNHazardRecognizer.cpp226 for (unsigned i = 1, e = std::min(NumWaitStates, getMaxLookAhead()); in AdvanceCycle()
234 EmittedInstrs.resize(getMaxLookAhead()); in AdvanceCycle()
/external/llvm/lib/Target/Hexagon/
DHexagonMachineScheduler.cpp404 assert(i <= (HazardRec->getMaxLookAhead() + MaxMinLatency) && in pickOnlyChoice()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonMachineScheduler.cpp472 assert(i <= (HazardRec->getMaxLookAhead() + MaxMinLatency) && in pickOnlyChoice()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp925 HazardRec->getMaxLookAhead()); in RestoreHazardCheckerBottomUp()
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp896 HazardRec->getMaxLookAhead()); in RestoreHazardCheckerBottomUp()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp726 HazardRec->getMaxLookAhead()); in RestoreHazardCheckerBottomUp()