Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Factor

1611       unsigned Factor = SchedModel->getResourceFactor(PIdx);
1612 RemainingCounts[PIdx] += (Factor * PI->Cycles);
1847 unsigned Factor = SchedModel->getResourceFactor(PIdx);
1848 unsigned Count = Factor * Cycles;
1850 << " +" << Cycles << "x" << Factor << "u\n");