Lines Matching refs:InitiationInterval
3582 if (FirstCycle + InitiationInterval <= NewCycle) in normalizeNonPipelinedInstructions()
3794 ScheduledInstrs[cycle + (stage * InitiationInterval)]; in finalizeSchedule()
3860 for (int Slot = 0; Slot < InitiationInterval; ++Slot) { in dumpMRT()
3919 return DFAResources[positiveModulo(Cycle, InitiationInterval)] in canReserveResources()
3945 return DFAResources[positiveModulo(Cycle, InitiationInterval)] in reserveResources()
3973 ++MRT[positiveModulo(C, InitiationInterval)][PRE.ProcResourceIdx]; in reserveResources()
3976 ++NumScheduledMops[positiveModulo(C, InitiationInterval)]; in reserveResources()
3985 --MRT[positiveModulo(C, InitiationInterval)][PRE.ProcResourceIdx]; in unreserveResources()
3988 --NumScheduledMops[positiveModulo(C, InitiationInterval)]; in unreserveResources()
3993 for (int Slot = 0; Slot < InitiationInterval; ++Slot) { in isOverbooked()
4144 InitiationInterval = II; in init()