Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DScoreboardHazardRecognizer.cpp36 IssueCount(0) { in ScoreboardHazardRecognizer()
87 IssueCount = 0; in Reset()
114 return IssueCount == IssueWidth; in atIssueLimit()
189 ++IssueCount; in EmitInstruction()
237 IssueCount = 0; in AdvanceCycle()
243 IssueCount = 0; in RecedeCycle()
DMachineScheduler.cpp809 unsigned IssueCount; member
822 CheckPending(false), HazardRec(0), CurrCycle(0), IssueCount(0), in SchedBoundary()
956 if (IssueCount + DAG->getNumMicroOps(SU->getInstr()) > DAG->getIssueWidth()) in checkHazard()
978 IssueCount = (IssueCount <= Width) ? 0 : IssueCount - Width; in bumpCycle()
1015 IssueCount += DAG->getNumMicroOps(SU->getInstr()); in bumpNode()
1016 if (IssueCount >= DAG->getIssueWidth()) { in bumpNode()
/external/llvm/lib/Target/Hexagon/
DHexagonMachineScheduler.cpp533 if (IssueCount + DAG->getNumMicroOps(SU->getInstr()) > DAG->getIssueWidth()) in checkHazard()
556 IssueCount = (IssueCount <= Width) ? 0 : IssueCount - Width; in bumpCycle()
598 IssueCount += DAG->getNumMicroOps(SU->getInstr()); in bumpNode()
604 DEBUG(dbgs() << "*** IssueCount " << IssueCount in bumpNode()
DHexagonMachineScheduler.h349 unsigned IssueCount; member
363 CurrCycle(0), IssueCount(0), in SchedBoundary()
/external/llvm/include/llvm/CodeGen/
DScoreboardHazardRecognizer.h102 unsigned IssueCount; variable
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp136 unsigned IssueCount; member in __anonf3b964960111::ScheduleDAGRRList
307 IssueCount = 0; in Schedule()
584 IssueCount = 0; in AdvanceToCycle()
759 ++IssueCount; in ScheduleNodeBottomUp()
761 || (!HazardRec->isEnabled() && IssueCount == AvgIPC)) in ScheduleNodeBottomUp()