HomeSort by relevance Sort by last modified time
    Searched refs:IssueCount (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/CodeGen/
ScoreboardHazardRecognizer.cpp 37 IssueCount(0) {
88 IssueCount = 0;
115 return IssueCount == IssueWidth;
190 ++IssueCount;
238 IssueCount = 0;
244 IssueCount = 0;
  /external/llvm/include/llvm/CodeGen/
ScoreboardHazardRecognizer.h 100 /// IssueCount - Count instructions issued in this cycle.
101 unsigned IssueCount;
  /external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.h 145 unsigned IssueCount;
159 CurrCycle(0), IssueCount(0),
HexagonMachineScheduler.cpp 277 if (IssueCount + uops > SchedModel->getIssueWidth())
300 IssueCount = (IssueCount <= Width) ? 0 : IssueCount - Width;
342 IssueCount += SchedModel->getNumMicroOps(SU->getInstr());
348 DEBUG(dbgs() << "*** IssueCount " << IssueCount
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp 136 /// IssueCount - Count instructions issued in this cycle
138 unsigned IssueCount;
327 IssueCount = 0;
605 IssueCount = 0;
777 // ReleasePredecessors. In that case, IssueCount should remain 0.
782 ++IssueCount;
784 || (!HazardRec->isEnabled() && IssueCount == AvgIPC))
    [all...]

Completed in 694 milliseconds