Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp12228 int V2Index = in lowerShuffleAsElementInsertion() local
12234 if (i != V2Index && !Zeroable[i]) { in lowerShuffleAsElementInsertion()
12242 V1Mask[V2Index] = -1; in lowerShuffleAsElementInsertion()
12252 SDValue V2S = getScalarValueForVectorElement(V2, Mask[V2Index] - Mask.size(), in lowerShuffleAsElementInsertion()
12261 if (!IsV1Zeroable && !(IsV1Constant && V2Index == 0)) in lowerShuffleAsElementInsertion()
12272 Bits[V2Index] = APInt::getZero(EltBits); in lowerShuffleAsElementInsertion()
12281 } else if (Mask[V2Index] != (int)Mask.size() || EltVT == MVT::i8 || in lowerShuffleAsElementInsertion()
12292 if (!VT.isFloatingPoint() || V2Index != 0) in lowerShuffleAsElementInsertion()
12311 if (VT.isFloatingPoint() && V2Index != 0) in lowerShuffleAsElementInsertion()
12318 if (V2Index != 0) { in lowerShuffleAsElementInsertion()
[all …]