Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUIGroupLP.cpp1584 unsigned CurrMFMAForTransPosition = 0; in applyIGLPStrategy() local
1587 &CurrMFMAForTransPosition]() { in applyIGLPStrategy()
1588 CurrMFMAForTransPosition += MFMAEnablement; in applyIGLPStrategy()
1589 PositionInChain = (CurrMFMAForTransPosition / MFMAChains); in applyIGLPStrategy()
1590 MFMAChain = CurrMFMAForTransPosition % MFMAChains; in applyIGLPStrategy()
1593 auto getNextTransPositionInChain = [&CurrMFMAForTransPosition]() { in applyIGLPStrategy()
1594 auto TempMFMAForTrans = CurrMFMAForTransPosition + MFMAEnablement; in applyIGLPStrategy()
1598 auto getNextTransMFMAChain = [&CurrMFMAForTransPosition]() { in applyIGLPStrategy()
1599 auto TempMFMAForTrans = CurrMFMAForTransPosition + MFMAEnablement; in applyIGLPStrategy()