Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUIGroupLP.cpp1699 unsigned ExpRatio = in applyIGLPStrategy() local
1705 unsigned ExpLoopCount = RemainingExp / ExpRatio; in applyIGLPStrategy()
1716 if (!(I * ExpRatio % ExpRequirement)) in applyIGLPStrategy()
1747 for (unsigned J = 0; J < ExpRatio; J++) { in applyIGLPStrategy()
1750 (1 + UsesVALU) * ExpRequirement * MFMARatio / ExpRatio; in applyIGLPStrategy()
1761 auto ExpOffset = I * ExpRatio + J >= ExpRequirement ? 0 : 1; in applyIGLPStrategy()
1785 (((I * ExpRatio + J) / ExpRequirement) + 3) * MFMAEnablement + 1, in applyIGLPStrategy()
1800 (((I * ExpRatio + J) / ExpRequirement) + 2) * MFMAEnablement + 1, in applyIGLPStrategy()