Lines Matching defs:SplatIndex
25608 int SplatIndex = -1;
25621 if (SplatIndex == -1)
25622 SplatIndex = InnerMaskElt;
25625 if (SplatIndex != InnerMaskElt)
25802 int SplatIndex = SVN->getSplatIndex();
25803 if (N0.hasOneUse() && TLI.isExtractVecEltCheap(VT, SplatIndex) &&
25810 SDValue Index = DAG.getVectorIdxConstant(SplatIndex, DL);
25824 if (N0.getOpcode() == ISD::SCALAR_TO_VECTOR && SplatIndex == 0)
25829 if (Idx->getAPIntValue() == SplatIndex)
25835 SplatIndex == 0 && DAG.getDataLayout().isLittleEndian() &&
25886 SDValue Splatted = V->getOperand(SplatIndex);