/external/llvm/lib/CodeGen/ |
D | ScoreboardHazardRecognizer.cpp | 32 DAG(SchedDAG), IssueWidth(0), IssueCount(0) { in ScoreboardHazardRecognizer() 79 IssueCount = 0; in Reset() 106 return IssueCount == IssueWidth; in atIssueLimit() 181 ++IssueCount; in EmitInstruction() 229 IssueCount = 0; in AdvanceCycle() 235 IssueCount = 0; in RecedeCycle()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | ScoreboardHazardRecognizer.cpp | 81 IssueCount = 0; in Reset() 108 return IssueCount == IssueWidth; in atIssueLimit() 182 ++IssueCount; in EmitInstruction() 230 IssueCount = 0; in AdvanceCycle() 236 IssueCount = 0; in RecedeCycle()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | ScoreboardHazardRecognizer.cpp | 81 IssueCount = 0; in Reset() 109 return IssueCount == IssueWidth; in atIssueLimit() 183 ++IssueCount; in EmitInstruction() 231 IssueCount = 0; in AdvanceCycle() 237 IssueCount = 0; in RecedeCycle()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonMachineScheduler.cpp | 282 if (IssueCount + uops > SchedModel->getIssueWidth()) in checkHazard() 305 IssueCount = (IssueCount <= Width) ? 0 : IssueCount - Width; in bumpCycle() 347 IssueCount += SchedModel->getNumMicroOps(SU->getInstr()); in bumpNode() 353 DEBUG(dbgs() << "*** IssueCount " << IssueCount in bumpNode()
|
D | HexagonMachineScheduler.h | 144 unsigned IssueCount; member 158 CurrCycle(0), IssueCount(0), in VLIWSchedBoundary()
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonMachineScheduler.h | 145 unsigned IssueCount = 0; member 169 IssueCount = 0; in init()
|
D | HexagonMachineScheduler.cpp | 341 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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonMachineScheduler.h | 145 unsigned IssueCount = 0; member 169 IssueCount = 0; in init()
|
D | HexagonMachineScheduler.cpp | 341 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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ScoreboardHazardRecognizer.h | 102 unsigned IssueCount = 0; variable
|
/external/llvm/include/llvm/CodeGen/ |
D | ScoreboardHazardRecognizer.h | 99 unsigned IssueCount; variable
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | ScoreboardHazardRecognizer.h | 102 unsigned IssueCount = 0; variable
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGRRList.cpp | 138 unsigned IssueCount; member in __anon751ee6370111::ScheduleDAGRRList 326 IssueCount = 0; in Schedule() 604 IssueCount = 0; in AdvanceToCycle() 781 ++IssueCount; in ScheduleNodeBottomUp() 783 || (!HazardRec->isEnabled() && IssueCount == AvgIPC)) in ScheduleNodeBottomUp()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGRRList.cpp | 163 unsigned IssueCount; member in __anonf983a0250111::ScheduleDAGRRList 359 IssueCount = 0; in Schedule() 633 IssueCount = 0; in AdvanceToCycle() 810 ++IssueCount; in ScheduleNodeBottomUp() 812 || (!HazardRec->isEnabled() && IssueCount == AvgIPC)) in ScheduleNodeBottomUp()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGRRList.cpp | 163 unsigned IssueCount; member in __anon98946a990111::ScheduleDAGRRList 359 IssueCount = 0; in Schedule() 633 IssueCount = 0; in AdvanceToCycle() 810 ++IssueCount; in ScheduleNodeBottomUp() 812 || (!HazardRec->isEnabled() && IssueCount == AvgIPC)) in ScheduleNodeBottomUp()
|