Home | History | Annotate | Download | only in CodeGen

Lines Matching full:cycles

1244     /// Number of cycles it takes to issue the instructions scheduled in this
1341 /// Get the number of latency cycles "covered" by the scheduled
1343 /// and the number of cycles required to issue the instructions.
1386 unsigned countResource(unsigned PIdx, unsigned Cycles, unsigned ReadyCycle);
1471 RemainingCounts[PIdx] += (Factor * PI->Cycles);
1647 // max height/depth of scheduled nodes minus the cycles since it was
1760 /// \param Cycles indicates the number of consecutive (non-pipelined) cycles
1766 countResource(unsigned PIdx, unsigned Cycles, unsigned ReadyCycle) {
1768 unsigned Count = Factor * Cycles;
1770 << " +" << Cycles << "x" << Factor << "u\n");
1859 countResource(PI->ProcResourceIdx, PI->Cycles, ReadyCycle);
1999 ResDelta.CritResources += PI->Cycles;
2001 ResDelta.DemandedResources += PI->Cycles;
2281 dbgs() << " " << Latency << " cycles ";