Searched refs:IssueWidth (Results 1 – 25 of 61) sorted by relevance
123
75 IssueWidth = ItinData->SchedModel.IssueWidth; in ScoreboardHazardRecognizer()106 if (IssueWidth == 0) in atIssueLimit()109 return IssueCount == IssueWidth; in atIssueLimit()
72 ResourceLCM = SchedModel.IssueWidth; in init()78 MicroOpFactor = ResourceLCM / SchedModel.IssueWidth; in init()
107 return ((double)SCDesc.NumMicroOps) / SM.IssueWidth; in getReciprocalThroughput()120 return 1.0 / IssueWidth; in getReciprocalThroughput()
209 unsigned IssueWidth = TSM.getIssueWidth(); in addPadding() local211 for (unsigned i = 0, e = IssueWidth * NOOPsToAdd; i != e; ++i) in addPadding()
15 let IssueWidth = 1; // Only IT can be dual-issued, so assume single-issue
100 unsigned IssueWidth = 0; variable
96 unsigned getIssueWidth() const { return SchedModel.IssueWidth; } in getIssueWidth()
29 let IssueWidth = 4;
32 let IssueWidth = 4;
38 let IssueWidth = 4;
40 let IssueWidth = 4;
73 let IssueWidth = 4;
40 let IssueWidth = 1;
256 unsigned IssueWidth; member
160 let IssueWidth = 1; // 1 instruction is dispatched per cycle.
119 let IssueWidth = 4; // 4 (non-branch) instructions are dispatched per cycle.
272 let IssueWidth = 2; // 2 micro-ops are dispatched per cycle.
327 let IssueWidth = 2; // 2 micro-ops are dispatched per cycle.
54 let IssueWidth = 1;
20 let IssueWidth = 8; // 8 uops are dispatched per cycle.
21 let IssueWidth = 5; // 5-wide issue for expanded uops
90 // global IssueWidth property, which constrains the number of microops
380 unsigned Width = SM.IssueWidth; in main()
312 if (Packet.size() >= InstrItins->SchedModel.IssueWidth) { in reserveResources()