Lines Matching defs:VALUs
1558 // Transcendentals can execute in parallel to other VALUs.
1639 // intv1 + intv2 <= 2 VALUs
1640 // intv3 <= 4 VALUs
1652 int VALUs = 0;
1660 if (State.VALUs > NoHazardVALUWaitStates)
1675 State.DefPos[Src] = State.VALUs;
1682 State.ExecPos = State.VALUs;
1688 // Early expiration: too many VALUs in intv3
1689 if (State.VALUs > Intv3MaxVALUs && State.DefPos.empty())
1696 // Determine positions of VALUs pre/post exec change
1713 // Need a VALUs post exec change
1717 // Too many VALUs in intv3?
1722 // Too many VALUs in intv2?
1727 // Need a VALUs pre exec change
1731 // Too many VALUs in intv1?
1736 // Too many VALUs in intv1 + intv2
1744 State.VALUs += 1;
1780 // intv <= 5 VALUs / 1 TRANS
1788 int VALUs = 0;
1797 if (State.VALUs > IntvMaxVALUs || State.TRANS > IntvMaxTRANS)
1820 State.VALUs += 1;
3130 // For VALUReadSGPRHazard: pre-compute a bit vector of all SGPRs used by VALUs.
3143 // VALUs will be exposed to the hazard recognizer.
3155 // Perform a post ordered reverse scan to find VALUs which read an SGPR
3249 // Pre-compute set of SGPR pairs read by VALUs.
3253 // If no VALUs hazard SGPRs exist then nothing to do.
3271 // Only consider VCC implicit uses on VALUs.