Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp16941 bool SplatLo = isShuffleEquivalent(Mask, {0, 1, 0, 1}, V1); in lowerV2X128Shuffle() local
16943 if ((SplatLo || SplatHi) && !Subtarget.hasAVX512() && V1.hasOneUse() && in lowerV2X128Shuffle()
16946 unsigned Ofs = SplatLo ? 0 : MemVT.getStoreSize(); in lowerV2X128Shuffle()