Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstrInfo.cpp6527 auto SetBlendDomain = [&](unsigned ImmWidth, bool Is256) { in setExecutionDomainCustom() local
6566 return SetBlendDomain(2, false); in setExecutionDomainCustom()
6569 return SetBlendDomain(4, true); in setExecutionDomainCustom()
6576 return SetBlendDomain(4, false); in setExecutionDomainCustom()
6581 return SetBlendDomain(8, true); in setExecutionDomainCustom()
6586 return SetBlendDomain(8, false); in setExecutionDomainCustom()
6589 return SetBlendDomain(16, true); in setExecutionDomainCustom()