Lines Matching refs:NeedWaitStates

2045     int NeedWaitStates = MFMAWritesAGPROverlappedSrcABWaitStates;  in checkMAIHazards908()  local
2049 NeedWaitStates = MFMAWritesAGPROverlappedSrcCWaitStates; in checkMAIHazards908()
2052 case 2: NeedWaitStates = MFMA4x4WritesAGPRAccVgprReadWaitStates; in checkMAIHazards908()
2054 case 8: NeedWaitStates = MFMA16x16WritesAGPRAccVgprReadWaitStates; in checkMAIHazards908()
2057 default: NeedWaitStates = MFMA32x32WritesAGPRAccVgprReadWaitStates; in checkMAIHazards908()
2062 case 2: NeedWaitStates = MFMA4x4WritesAGPRAccVgprWriteWaitStates; in checkMAIHazards908()
2064 case 8: NeedWaitStates = MFMA16x16WritesAGPRAccVgprWriteWaitStates; in checkMAIHazards908()
2067 default: NeedWaitStates = MFMA32x32WritesAGPRAccVgprWriteWaitStates; in checkMAIHazards908()
2072 int WaitStatesNeededForUse = NeedWaitStates - WaitStatesSinceDef; in checkMAIHazards908()
2088 NeedWaitStates = AccVGPRWriteMFMAReadSrcABWaitStates; in checkMAIHazards908()
2090 NeedWaitStates = AccVGPRWriteMFMAReadSrcCWaitStates; in checkMAIHazards908()
2092 NeedWaitStates = AccVGPRWriteAccVgprReadWaitStates; in checkMAIHazards908()
2094 WaitStatesNeededForUse = NeedWaitStates - in checkMAIHazards908()
2121 int NeedWaitStates; in checkMAIHazards908() local
2123 case 2: NeedWaitStates = MFMA4x4ReadSrcCAccVgprWriteWaitStates; in checkMAIHazards908()
2125 case 8: NeedWaitStates = MFMA16x16ReadSrcCAccVgprWriteWaitStates; in checkMAIHazards908()
2128 default: NeedWaitStates = MFMA32x32ReadSrcCAccVgprWriteWaitStates; in checkMAIHazards908()
2132 int WaitStatesNeededForUse = NeedWaitStates - WaitStatesSince; in checkMAIHazards908()
2248 int NeedWaitStates = 0; in checkMAIHazards90A() local
2251 NeedWaitStates = 0; in checkMAIHazards90A()
2257 NeedWaitStates = DMFMA4x4WritesVGPRFullSrcCWaitStates; in checkMAIHazards90A()
2260 NeedWaitStates = GFX940_SMFMA4x4WritesVGPRFullSrcCWaitStates; in checkMAIHazards90A()
2268 NeedWaitStates = DMFMA16x16WritesVGPROverlappedSrcCWaitStates; in checkMAIHazards90A()
2273 NeedWaitStates = DMFMA4x4WritesVGPROverlappedSrcCWaitStates; in checkMAIHazards90A()
2281 NeedWaitStates = in checkMAIHazards90A()
2292 NeedWaitStates = in checkMAIHazards90A()
2297 NeedWaitStates = in checkMAIHazards90A()
2303 NeedWaitStates = in checkMAIHazards90A()
2319 NeedWaitStates = DMFMA16x16WritesVGPROverlappedMFMASrcABWaitStates; in checkMAIHazards90A()
2323 NeedWaitStates = DMFMA4x4WritesVGPROverlappedMFMASrcABWaitStates; in checkMAIHazards90A()
2329 NeedWaitStates = in checkMAIHazards90A()
2340 NeedWaitStates = SMFMA4x4WritesVGPROverlappedSrcABWaitStates; in checkMAIHazards90A()
2345 NeedWaitStates = SMFMA16x16WritesVGPROverlappedSrcABWaitStates; in checkMAIHazards90A()
2349 NeedWaitStates = SMFMA32x32WritesVGPROverlappedSrcABWaitStates; in checkMAIHazards90A()
2353 if (WaitStatesNeeded >= NeedWaitStates) in checkMAIHazards90A()
2356 WaitStatesNeededForUse = NeedWaitStates - NumWaitStates; in checkMAIHazards90A()
2528 int NeedWaitStates = 0; in checkMAIVALUHazards() local
2531 NeedWaitStates = DotWriteSameDotReadSrcAB; in checkMAIVALUHazards()
2533 NeedWaitStates = DotWriteDifferentVALURead; in checkMAIVALUHazards()
2536 int WaitStatesNeededForUse = NeedWaitStates - WaitStatesSinceDef; in checkMAIVALUHazards()
2564 int NeedWaitStates = MaxWaitStates; in checkMAIVALUHazards() local
2569 NeedWaitStates = IsMemOrExport ? DMFMA4x4WriteVgprMemExpReadWaitStates in checkMAIVALUHazards()
2574 NeedWaitStates = IsMemOrExport in checkMAIVALUHazards()
2582 NeedWaitStates = in checkMAIVALUHazards()
2590 NeedWaitStates = SMFMA4x4WriteVgprVALUMemExpReadWaitStates; in checkMAIVALUHazards()
2593 NeedWaitStates = SMFMA16x16WriteVgprVALUMemExpReadWaitStates; in checkMAIVALUHazards()
2596 NeedWaitStates = SMFMA32x32WriteVgprVALUMemExpReadWaitStates; in checkMAIVALUHazards()
2603 int WaitStatesNeededForUse = NeedWaitStates - WaitStatesSinceDef; in checkMAIVALUHazards()
2652 int NeedWaitStates = MaxWaitStates; in checkMAIVALUHazards() local
2658 NeedWaitStates = DMFMA4x4WriteVgprVALUWriteWaitStates; in checkMAIVALUHazards()
2662 NeedWaitStates = DMFMA16x16WriteVgprVALUWriteWaitStates; in checkMAIVALUHazards()
2668 NeedWaitStates = in checkMAIVALUHazards()
2675 NeedWaitStates = SMFMA4x4WriteVgprVALUWawWaitStates; in checkMAIVALUHazards()
2678 NeedWaitStates = SMFMA16x16WriteVgprVALUWawWaitStates; in checkMAIVALUHazards()
2681 NeedWaitStates = SMFMA32x32WriteVgprVALUWawWaitStates; in checkMAIVALUHazards()
2688 int WaitStatesNeededForUse = NeedWaitStates - WaitStatesSinceDef; in checkMAIVALUHazards()
2720 int NeedWaitStates = MaxWaitStates; in checkMAIVALUHazards() local
2722 case 2: NeedWaitStates = SMFMA4x4ReadVgprVALUWarWaitStates; in checkMAIVALUHazards()
2725 NeedWaitStates = GFX940_XDL4PassReadVgprVALUWarWaitStates; in checkMAIVALUHazards()
2727 case 8: NeedWaitStates = SMFMA16x16ReadVgprVALUWarWaitStates; in checkMAIVALUHazards()
2730 default: NeedWaitStates = SMFMA32x32ReadVgprVALUWarWaitStates; in checkMAIVALUHazards()
2734 int WaitStatesNeededForUse = NeedWaitStates - WaitStatesSinceUse; in checkMAIVALUHazards()