Lines Matching defs:V2Index
12228 int V2Index =
12234 if (i != V2Index && !Zeroable[i]) {
12242 V1Mask[V2Index] = -1;
12252 SDValue V2S = getScalarValueForVectorElement(V2, Mask[V2Index] - Mask.size(),
12261 if (!IsV1Zeroable && !(IsV1Constant && V2Index == 0))
12272 Bits[V2Index] = APInt::getZero(EltBits);
12281 } else if (Mask[V2Index] != (int)Mask.size() || EltVT == MVT::i8 ||
12292 if (!VT.isFloatingPoint() || V2Index != 0)
12311 if (VT.isFloatingPoint() && V2Index != 0)
12318 if (V2Index != 0) {
12325 V2Shuffle[V2Index] = 0;
12331 DAG.getTargetConstant(V2Index * EltBits / 8, DL, MVT::i8));
12982 int V2Index = find_if(Mask, [](int M) { return M >= 4; }) - Mask.begin();
12984 // Compute the index adjacent to V2Index and in the same half by toggling
12986 int V2AdjIndex = V2Index ^ 1;
12992 if (V2Index < 2)
12994 NewMask[V2Index] -= 4;
12999 int BlendMask[4] = {Mask[V2Index] - 4, 0, Mask[V1Index], 0};
13005 if (V2Index < 2) {
13012 NewMask[V2Index] = 0; // We shifted the V2 element into V2[0].
16685 int V2Index = -1;
16699 if (V2Index >= 0 || Widened128Mask[i] != 4) {
16703 V2Index = i;
16706 if (IsInsert && V2Index >= 0) {
16710 return insert128BitVector(V1, Subvec, V2Index * 2, DAG, DL);