Lines Matching refs:cycle
113 int cycle = Stalls; in getHazardType() local
130 int StageCycle = cycle + (int)i; in getHazardType()
156 DEBUG(dbgs() << "*** Hazard in cycle " << (cycle + i) << ", "); in getHazardType()
164 cycle += IS->getNextCycles(); in getHazardType()
183 unsigned cycle = 0; in EmitInstruction() local
192 assert(((cycle + i) < RequiredScoreboard.getDepth()) && in EmitInstruction()
201 freeUnits &= ~ReservedScoreboard[cycle + i]; in EmitInstruction()
205 freeUnits &= ~RequiredScoreboard[cycle + i]; in EmitInstruction()
218 RequiredScoreboard[cycle + i] |= freeUnit; in EmitInstruction()
220 ReservedScoreboard[cycle + i] |= freeUnit; in EmitInstruction()
224 cycle += IS->getNextCycles(); in EmitInstruction()