Lines Matching refs:Cycle
394 // only be fetched during the first cycle.
409 unsigned Cycle = getTransSwizzle(TransSwz, i);
414 if (Vector[Src.second][Cycle] < 0)
415 Vector[Src.second][Cycle] = Src.first;
416 if (Vector[Src.second][Cycle] != Src.first)
459 /// Instructions in Trans slot can't read gpr at cycle 0 if they also read
460 /// a const, and can't read a gpr at cycle 1 if they read 2 const.
467 unsigned Cycle = getTransSwizzle(TransSwz, i);
470 if (ConstCount > 0 && Cycle == 0)
472 if (ConstCount > 1 && Cycle == 1)