Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUIGroupLP.cpp1568 bool IsSmallKernelType = in applyIGLPStrategy() local
1573 if (!(IsSmallKernelType || IsLargeKernelType)) in applyIGLPStrategy()
1617 bool UsesFMA = IsSmallKernelType || !IsPostRA; in applyIGLPStrategy()
1619 bool UsesCvt = HasCvt && (IsSmallKernelType || !IsPostRA); in applyIGLPStrategy()
1620 bool UsesVALU = IsSmallKernelType; in applyIGLPStrategy()