Searched refs:getMicroOpFactor (Results 1 – 2 of 2) sorted by relevance
121 unsigned getMicroOpFactor() const { in getMicroOpFactor() function
1574 return RetiredMOps * SchedModel->getMicroOpFactor(); in getCriticalCount()1690 * SchedModel->getMicroOpFactor(); in init()1841 SchedModel->getMicroOpBufferSize() * SchedModel->getMicroOpFactor(); in checkAcyclicLatency()1849 << " InFlight=" << InFlightCount / SchedModel->getMicroOpFactor() in checkAcyclicLatency()1928 + (RetiredMOps * SchedModel->getMicroOpFactor()); in getOtherResourceCount()1930 << OtherCritCount / SchedModel->getMicroOpFactor() << '\n'); in getOtherResourceCount()2151 unsigned DecRemIssue = IncMOps * SchedModel->getMicroOpFactor(); in bumpNode()2157 RetiredMOps * SchedModel->getMicroOpFactor(); in bumpNode()2286 ResFactor = SchedModel->getMicroOpFactor(); in dumpScheduledState()2287 ResCount = RetiredMOps * SchedModel->getMicroOpFactor(); in dumpScheduledState()