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

  /external/llvm/lib/CodeGen/
ScoreboardHazardRecognizer.cpp 32 DAG(SchedDAG), IssueWidth(0), IssueCount(0) {
79 IssueCount = 0;
106 return IssueCount == IssueWidth;
181 ++IssueCount;
229 IssueCount = 0;
235 IssueCount = 0;
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ScoreboardHazardRecognizer.cpp 36 IssueCount(0) {
79 IssueCount = 0;
104 return IssueCount == IssueWidth;
181 ++IssueCount;
231 IssueCount = 0;
237 IssueCount = 0;
  /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;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
ScoreboardHazardRecognizer.h 102 /// IssueCount - Count instructions issued in this cycle.
103 unsigned IssueCount = 0;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
ScoreboardHazardRecognizer.h 102 /// IssueCount - Count instructions issued in this cycle.
103 unsigned IssueCount = 0;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
ScoreboardHazardRecognizer.h 102 /// IssueCount - Count instructions issued in this cycle.
103 unsigned IssueCount = 0;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
ScoreboardHazardRecognizer.h 102 /// IssueCount - Count instructions issued in this cycle.
103 unsigned IssueCount = 0;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
ScoreboardHazardRecognizer.h 102 /// IssueCount - Count instructions issued in this cycle.
103 unsigned IssueCount = 0;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
ScoreboardHazardRecognizer.h 102 /// IssueCount - Count instructions issued in this cycle.
103 unsigned IssueCount = 0;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
ScoreboardHazardRecognizer.h 102 /// IssueCount - Count instructions issued in this cycle.
103 unsigned IssueCount = 0;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
ScoreboardHazardRecognizer.h 102 /// IssueCount - Count instructions issued in this cycle.
103 unsigned IssueCount = 0;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
ScoreboardHazardRecognizer.h 102 /// IssueCount - Count instructions issued in this cycle.
103 unsigned IssueCount = 0;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
ScoreboardHazardRecognizer.h 102 /// IssueCount - Count instructions issued in this cycle.
103 unsigned IssueCount = 0;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
ScoreboardHazardRecognizer.h 102 /// IssueCount - Count instructions issued in this cycle.
103 unsigned IssueCount = 0;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
ScoreboardHazardRecognizer.h 102 /// IssueCount - Count instructions issued in this cycle.
103 unsigned IssueCount = 0;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
ScoreboardHazardRecognizer.h 102 /// IssueCount - Count instructions issued in this cycle.
103 unsigned IssueCount = 0;
  /prebuilts/clang/host/linux-x86/clang-4691093/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),
HexagonMachineScheduler.cpp 282 if (IssueCount + uops > SchedModel->getIssueWidth())
305 IssueCount = (IssueCount <= Width) ? 0 : IssueCount - Width;
347 IssueCount += SchedModel->getNumMicroOps(SU->getInstr());
353 DEBUG(dbgs() << "*** IssueCount " << IssueCount
  /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/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 1716 milliseconds