Home | History | Annotate | Download | only in X86

Lines Matching refs:Elt1

8471     int Elt1 = MaskVals[i*2+1];
8474 if (Elt0 < 0 && Elt1 < 0)
8478 if ((Elt0 == i*2) && (Elt1 == i*2+1))
8482 SDValue Elt1Src = Elt1 < 16 ? V1 : V2;
8485 // If Elt0 and Elt1 are defined, are consecutive, and can be load
8487 if ((Elt0 >= 0) && ((Elt0 + 1) == Elt1) && ((Elt0 & 1) == 0)) {
8489 DAG.getIntPtrConstant(Elt1 / 2));
8495 // If Elt1 is defined, extract it from the appropriate source. If the
8498 if (Elt1 >= 0) {
8500 DAG.getIntPtrConstant(Elt1 / 2));
8501 if ((Elt1 & 1) == 0)
8511 // Elt1 was also defined, OR the extracted values together before
8520 else if (Elt1 >= 0)
8523 InsElt = Elt1 >= 0 ? DAG.getNode(ISD::OR, dl, MVT::i16, InsElt, InsElt0)