Lines Matching refs:MaxWaitStates

1989     const int MaxWaitStates = 4;  in checkMAIHazards908()  local
1992 getWaitStatesSinceDef(AMDGPU::EXEC, IsVALUFn, MaxWaitStates); in checkMAIHazards908()
1995 if (WaitStatesNeeded < MaxWaitStates) { in checkMAIHazards908()
1997 const int MaxWaitStates = 2; in checkMAIHazards908() local
2003 getWaitStatesSinceDef(Use.getReg(), IsVALUFn, MaxWaitStates); in checkMAIHazards908()
2006 if (WaitStatesNeeded == MaxWaitStates) in checkMAIHazards908()
2027 const int MaxWaitStates = 18; in checkMAIHazards908() local
2044 MaxWaitStates); in checkMAIHazards908()
2075 if (WaitStatesNeeded == MaxWaitStates) in checkMAIHazards908()
2095 getWaitStatesSinceDef(Reg, IsAccVgprWriteFn, MaxWaitStates); in checkMAIHazards908()
2098 if (WaitStatesNeeded == MaxWaitStates) in checkMAIHazards908()
2106 const int MaxWaitStates = 13; in checkMAIHazards908() local
2120 int WaitStatesSince = getWaitStatesSince(IsSrcCMFMAFn, MaxWaitStates); in checkMAIHazards908()
2219 const int MaxWaitStates = 19; in checkMAIHazards90A() local
2238 getWaitStatesSinceDef(Reg, IsLegacyVALUNotDotFn, MaxWaitStates); in checkMAIHazards90A()
2242 getWaitStatesSinceDef(Reg, IsOverlappedMFMAFn, MaxWaitStates); in checkMAIHazards90A()
2359 if (WaitStatesNeeded == MaxWaitStates) in checkMAIHazards90A()
2388 const int MaxWaitStates = 2; in checkMAILdStHazards() local
2391 getWaitStatesSinceDef(Reg, IsAccVgprReadFn, MaxWaitStates); in checkMAILdStHazards()
2394 if (WaitStatesNeeded == MaxWaitStates) in checkMAILdStHazards()
2409 getWaitStatesSince(IsVALUAccVgprRdWrCheckFn, MaxWaitStates); in checkMAILdStHazards()
2517 const int MaxWaitStates = 19; in checkMAIVALUHazards() local
2526 MaxWaitStates); in checkMAIVALUHazards()
2558 getWaitStatesSinceDef(Reg, IsMFMAWriteFn, MaxWaitStates); in checkMAIVALUHazards()
2564 int NeedWaitStates = MaxWaitStates; in checkMAIVALUHazards()
2606 if (WaitStatesNeeded == MaxWaitStates) in checkMAIVALUHazards()
2636 const int MaxWaitStates = 19; in checkMAIVALUHazards() local
2643 MaxWaitStates); in checkMAIVALUHazards()
2650 getWaitStatesSinceDef(Reg, IsMFMAWriteFn, MaxWaitStates); in checkMAIVALUHazards()
2652 int NeedWaitStates = MaxWaitStates; in checkMAIVALUHazards()
2691 if (WaitStatesNeeded == MaxWaitStates) in checkMAIVALUHazards()
2720 int NeedWaitStates = MaxWaitStates; in checkMAIVALUHazards()