Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getNumMicroOps

1209     RemainingMicroOps += SchedModel->getNumMicroOps(I->getInstr(), SC);
1327 unsigned uops = SchedModel->getNumMicroOps(SU->getInstr());
1330 << SchedModel->getNumMicroOps(SU->getInstr()) << '\n');
1448 Rem->RemainingMicroOps -= SchedModel->getNumMicroOps(SU->getInstr(), SC);
1468 IssueCount += SchedModel->getNumMicroOps(SU->getInstr());