Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp8903 static bool AdjustBlendMask(unsigned OldMask, unsigned OldWidth, in AdjustBlendMask() function
8942 if (AdjustBlendMask(Imm, ImmWidth, Is256 ? 8 : 4)) in getExecutionDomainCustom()
8944 if (AdjustBlendMask(Imm, ImmWidth, Is256 ? 4 : 2)) in getExecutionDomainCustom()
9069 AdjustBlendMask(Imm, ImmWidth, Is256 ? 8 : 4, &NewImm); in setExecutionDomainCustom()
9071 AdjustBlendMask(Imm, ImmWidth, Is256 ? 4 : 2, &NewImm); in setExecutionDomainCustom()
9077 AdjustBlendMask(Imm, ImmWidth, Is256 ? 8 : 4, &NewImm); in setExecutionDomainCustom()
9081 AdjustBlendMask(Imm, ImmWidth, 8, &NewImm); in setExecutionDomainCustom()