Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:uops

1327   unsigned uops = SchedModel->getNumMicroOps(SU->getInstr());
1328 if ((IssueCount > 0) && (IssueCount + uops > SchedModel->getIssueWidth())) {
1329 DEBUG(dbgs() << " SU(" << SU->NodeNum << ") uops="