Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp8975 auto SetBlendDomain = [&](unsigned ImmWidth, bool Is256) { in setExecutionDomainCustom() local
9014 return SetBlendDomain(2, false); in setExecutionDomainCustom()
9017 return SetBlendDomain(4, true); in setExecutionDomainCustom()
9024 return SetBlendDomain(4, false); in setExecutionDomainCustom()
9029 return SetBlendDomain(8, true); in setExecutionDomainCustom()
9034 return SetBlendDomain(8, false); in setExecutionDomainCustom()
9037 return SetBlendDomain(16, true); in setExecutionDomainCustom()