Lines Matching defs:SplatIndex
26112 int SplatIndex = -1;
26125 if (SplatIndex == -1)
26126 SplatIndex = InnerMaskElt;
26129 if (SplatIndex != InnerMaskElt)
26307 int SplatIndex = SVN->getSplatIndex();
26308 if (N0.hasOneUse() && TLI.isExtractVecEltCheap(VT, SplatIndex) &&
26315 SDValue Index = DAG.getVectorIdxConstant(SplatIndex, DL);
26329 if (N0.getOpcode() == ISD::SCALAR_TO_VECTOR && SplatIndex == 0)
26334 if (Idx->getAPIntValue() == SplatIndex)
26340 SplatIndex == 0 && DAG.getDataLayout().isLittleEndian() &&
26392 SDValue Splatted = V->getOperand(SplatIndex);