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.cpp1547 unsigned CurrMFMAForTransPosition = 0; in applyIGLPStrategy() local
1550 &CurrMFMAForTransPosition]() { in applyIGLPStrategy()
1551 CurrMFMAForTransPosition += MFMAEnablement; in applyIGLPStrategy()
1552 PositionInChain = (CurrMFMAForTransPosition / MFMAChains); in applyIGLPStrategy()
1553 MFMAChain = CurrMFMAForTransPosition % MFMAChains; in applyIGLPStrategy()
1556 auto getNextTransPositionInChain = [&CurrMFMAForTransPosition]() { in applyIGLPStrategy()
1557 auto TempMFMAForTrans = CurrMFMAForTransPosition + MFMAEnablement; in applyIGLPStrategy()
1561 auto getNextTransMFMAChain = [&CurrMFMAForTransPosition]() { in applyIGLPStrategy()
1562 auto TempMFMAForTrans = CurrMFMAForTransPosition + MFMAEnablement; in applyIGLPStrategy()