Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUIGroupLP.cpp1618 bool UsesDSRead = IsLargeKernelType && !IsPostRA && FirstPipeDSR; in applyIGLPStrategy() local
1651 if (UsesDSRead) { in applyIGLPStrategy()
1775 if (UsesDSRead && !(I % 4)) { in applyIGLPStrategy()
1799 auto CurrentOffset = UsesDSRead * std::min(MaxDSROffset, DSROffset) + in applyIGLPStrategy()