Home
last modified time | relevance | path

Searched refs:getIssueWidth (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DInOrderIssueStage.cpp52 unsigned InOrderIssueStage::getIssueWidth() const { in getIssueWidth() function in llvm::mca::InOrderIssueStage
67 bool ShouldCarryOver = NumMicroOps > getIssueWidth(); in isAvailable()
399 Bandwidth = getIssueWidth(); in cycleStart()
435 assert((NumIssued <= getIssueWidth()) && "Overflow."); in cycleStart()
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/Stages/
H A DInOrderIssueStage.h118 unsigned getIssueWidth() const;
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetSchedule.h98 unsigned getIssueWidth() const { return SchedModel.IssueWidth; } in getIssueWidth() function
H A DVLIWMachineScheduler.h169 CriticalPathLength = BBSize / SchedModel->getIssueWidth(); in init()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DVLIWMachineScheduler.cpp74 Packet.reserve(SchedModel->getIssueWidth()); in VLIWResourceModel()
156 Packet.size() >= SchedModel->getIssueWidth()) { in reserveResources()
366 if (IssueCount + uops > SchedModel->getIssueWidth()) in checkHazard()
388 unsigned Width = SchedModel->getIssueWidth(); in bumpCycle()
H A DMachineTraceMetrics.cpp1222 if (unsigned IW = TE.MTM.SchedModel.getIssueWidth()) in getResourceDepth()
1276 if (unsigned IW = TE.MTM.SchedModel.getIssueWidth()) in getResourceLength()
H A DMachineScheduler.cpp2464 if ((CurrMOps > 0) && (CurrMOps + uops > SchedModel->getIssueWidth())) { in checkHazard()
2595 unsigned DecMOps = SchedModel->getIssueWidth() * (NextCycle - CurrCycle); in bumpCycle()
2695 (CurrMOps == 0 || (CurrMOps + IncMOps) <= SchedModel->getIssueWidth()) && in bumpNode()
2833 while (CurrMOps >= SchedModel->getIssueWidth()) { in bumpNode()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86PadShortFunction.cpp221 unsigned IssueWidth = TSM.getIssueWidth(); in addPadding()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp357 if (Metrics.NumInsts <= (6 * SchedModel.getIssueWidth())) in isHardwareLoopProfitable()