Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DScoreboardHazardRecognizer.cpp81 IssueCount = 0; in Reset()
108 return IssueCount == IssueWidth; in atIssueLimit()
182 ++IssueCount; in EmitInstruction()
230 IssueCount = 0; in AdvanceCycle()
236 IssueCount = 0; in RecedeCycle()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonMachineScheduler.cpp341 if (IssueCount + uops > SchedModel->getIssueWidth()) in checkHazard()
364 IssueCount = (IssueCount <= Width) ? 0 : IssueCount - Width; in bumpCycle()
407 IssueCount += SchedModel->getNumMicroOps(SU->getInstr()); in bumpNode()
413 LLVM_DEBUG(dbgs() << "*** IssueCount " << IssueCount << " at cycle " in bumpNode()
DHexagonMachineScheduler.h145 unsigned IssueCount = 0; member
169 IssueCount = 0; in init()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DScoreboardHazardRecognizer.h102 unsigned IssueCount = 0; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp163 unsigned IssueCount; member in __anon1da133450111::ScheduleDAGRRList
359 IssueCount = 0; in Schedule()
633 IssueCount = 0; in AdvanceToCycle()
810 ++IssueCount; in ScheduleNodeBottomUp()
812 || (!HazardRec->isEnabled() && IssueCount == AvgIPC)) in ScheduleNodeBottomUp()