Home
last modified time | relevance | path

Searched refs:NeedWaitStates (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNHazardRecognizer.cpp2136 int NeedWaitStates = MFMAWritesAGPROverlappedSrcABWaitStates; in checkMAIHazards908() local
2140 NeedWaitStates = MFMAWritesAGPROverlappedSrcCWaitStates; in checkMAIHazards908()
2143 case 2: NeedWaitStates = MFMA4x4WritesAGPRAccVgprReadWaitStates; in checkMAIHazards908()
2145 case 8: NeedWaitStates = MFMA16x16WritesAGPRAccVgprReadWaitStates; in checkMAIHazards908()
2148 default: NeedWaitStates = MFMA32x32WritesAGPRAccVgprReadWaitStates; in checkMAIHazards908()
2153 case 2: NeedWaitStates = MFMA4x4WritesAGPRAccVgprWriteWaitStates; in checkMAIHazards908()
2155 case 8: NeedWaitStates = MFMA16x16WritesAGPRAccVgprWriteWaitStates; in checkMAIHazards908()
2158 default: NeedWaitStates = MFMA32x32WritesAGPRAccVgprWriteWaitStates; in checkMAIHazards908()
2163 int WaitStatesNeededForUse = NeedWaitStates - WaitStatesSinceDef; in checkMAIHazards908()
2179 NeedWaitStates = AccVGPRWriteMFMAReadSrcABWaitStates; in checkMAIHazards908()
[all …]