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.cpp1531 bool IsSmallKernelType = in applyIGLPStrategy() local
1536 if (!(IsSmallKernelType || IsLargeKernelType)) in applyIGLPStrategy()
1580 bool UsesFMA = IsSmallKernelType || !IsPostRA; in applyIGLPStrategy()
1582 bool UsesCvt = HasCvt && (IsSmallKernelType || !IsPostRA); in applyIGLPStrategy()
1583 bool UsesVALU = IsSmallKernelType; in applyIGLPStrategy()