Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleHazardRecognizer.h43 unsigned getMaxLookAhead() const { return MaxLookAhead; } in getMaxLookAhead() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMultiHazardRecognizer.cpp24 MaxLookAhead = std::max(MaxLookAhead, R->getMaxLookAhead()); in AddHazardRecognizer()
H A DVLIWMachineScheduler.cpp497 assert(i <= (HazardRec->getMaxLookAhead() + MaxMinLatency) && in pickOnlyChoice()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNHazardRecognizer.cpp429 for (unsigned i = 1, e = std::min(NumWaitStates, getMaxLookAhead()); in AdvanceCycle()
437 EmittedInstrs.resize(getMaxLookAhead()); in AdvanceCycle()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp933 HazardRec->getMaxLookAhead()); in RestoreHazardCheckerBottomUp()