Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp8102 auto SetBlendDomain = [&](unsigned ImmWidth, bool Is256) { in setExecutionDomainCustom() local
8141 return SetBlendDomain(2, false); in setExecutionDomainCustom()
8144 return SetBlendDomain(4, true); in setExecutionDomainCustom()
8151 return SetBlendDomain(4, false); in setExecutionDomainCustom()
8156 return SetBlendDomain(8, true); in setExecutionDomainCustom()
8161 return SetBlendDomain(8, false); in setExecutionDomainCustom()
8164 return SetBlendDomain(16, true); in setExecutionDomainCustom()