Searched refs:SplatLo (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 15530 bool SplatLo = isShuffleEquivalent(Mask, {0, 1, 0, 1}, V1); in lowerV2X128Shuffle() local 15532 if ((SplatLo || SplatHi) && !Subtarget.hasAVX512() && V1.hasOneUse() && in lowerV2X128Shuffle() 15535 unsigned Ofs = SplatLo ? 0 : MemVT.getStoreSize(); in lowerV2X128Shuffle() 42764 bool SplatLo = isShuffleEquivalent(Mask, {0, 1, 0, 1}, LHS); in combineTargetShuffle() local 42766 if ((SplatLo || SplatHi) && !Subtarget.hasAVX512() && in combineTargetShuffle() 42769 unsigned Ofs = SplatLo ? 0 : MemVT.getStoreSize(); in combineTargetShuffle()
|