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.cpp2045 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()
[all …]