Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp9058 auto SetBlendDomain = [&](unsigned ImmWidth, bool Is256) { in setExecutionDomainCustom() local
9097 return SetBlendDomain(2, false); in setExecutionDomainCustom()
9100 return SetBlendDomain(4, true); in setExecutionDomainCustom()
9107 return SetBlendDomain(4, false); in setExecutionDomainCustom()
9112 return SetBlendDomain(8, true); in setExecutionDomainCustom()
9117 return SetBlendDomain(8, false); in setExecutionDomainCustom()
9120 return SetBlendDomain(16, true); in setExecutionDomainCustom()