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.cpp1736 unsigned ExpRatio = in applyIGLPStrategy() local
1742 unsigned ExpLoopCount = RemainingExp / ExpRatio; in applyIGLPStrategy()
1753 if (!(I * ExpRatio % ExpRequirement)) in applyIGLPStrategy()
1784 for (unsigned J = 0; J < ExpRatio; J++) { in applyIGLPStrategy()
1787 (1 + UsesVALU) * ExpRequirement * MFMARatio / ExpRatio; in applyIGLPStrategy()
1798 auto ExpOffset = I * ExpRatio + J >= ExpRequirement ? 0 : 1; in applyIGLPStrategy()
1822 (((I * ExpRatio + J) / ExpRequirement) + 3) * MFMAEnablement + 1, in applyIGLPStrategy()
1837 (((I * ExpRatio + J) / ExpRequirement) + 2) * MFMAEnablement + 1, in applyIGLPStrategy()