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

  /external/llvm/include/llvm/CodeGen/
ScoreboardHazardRecognizer.h 98 /// IssueCount - Count instructions issued in this cycle.
99 unsigned IssueCount;
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ScoreboardHazardRecognizer.h 101 /// IssueCount - Count instructions issued in this cycle.
102 unsigned IssueCount;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
ScoreboardHazardRecognizer.h 102 /// IssueCount - Count instructions issued in this cycle.
103 unsigned IssueCount = 0;
  /external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.h 144 unsigned IssueCount;
158 CurrCycle(0), IssueCount(0),
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.h 146 unsigned IssueCount = 0;
170 IssueCount = 0;
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp 136 /// IssueCount - Count instructions issued in this cycle
138 unsigned IssueCount;
326 IssueCount = 0;
604 IssueCount = 0;
776 // ReleasePredecessors. In that case, IssueCount should remain 0.
781 ++IssueCount;
783 || (!HazardRec->isEnabled() && IssueCount == AvgIPC))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp 162 /// IssueCount - Count instructions issued in this cycle
164 unsigned IssueCount;
354 IssueCount = 0;
628 IssueCount = 0;
799 // ReleasePredecessors. In that case, IssueCount should remain 0.
804 ++IssueCount;
806 || (!HazardRec->isEnabled() && IssueCount == AvgIPC))
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp 150 /// IssueCount - Count instructions issued in this cycle
152 unsigned IssueCount;
329 IssueCount = 0;
482 IssueCount = 0;
643 // ReleasePredecessors. In that case, IssueCount should remain 0.
648 ++IssueCount;
650 || (!HazardRec->isEnabled() && IssueCount == AvgIPC))
    [all...]

Completed in 801 milliseconds