Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp7511 auto SetBlendDomain = [&](unsigned ImmWidth, bool Is256) { in setExecutionDomainCustom() local
7550 return SetBlendDomain(2, false); in setExecutionDomainCustom()
7553 return SetBlendDomain(4, true); in setExecutionDomainCustom()
7560 return SetBlendDomain(4, false); in setExecutionDomainCustom()
7565 return SetBlendDomain(8, true); in setExecutionDomainCustom()
7570 return SetBlendDomain(8, false); in setExecutionDomainCustom()
7573 return SetBlendDomain(16, true); in setExecutionDomainCustom()