Lines Matching refs:SourceVec
11969 SDValue SourceVec; in ReconstructShuffleWithRuntimeMask() local
11979 if (!SourceVec) in ReconstructShuffleWithRuntimeMask()
11980 SourceVec = OperandSourceVec; in ReconstructShuffleWithRuntimeMask()
11981 else if (SourceVec != OperandSourceVec) in ReconstructShuffleWithRuntimeMask()
12028 SourceVec = DAG.getNode(ISD::CONCAT_VECTORS, dl, MVT::v16i8, SourceVec, in ReconstructShuffleWithRuntimeMask()
12038 DAG.getConstant(Intrinsic::aarch64_neon_tbl1, dl, MVT::i32), SourceVec, in ReconstructShuffleWithRuntimeMask()
12095 SDValue SourceVec = V.getOperand(0); in ReconstructShuffle() local
12096 auto Source = find(Sources, SourceVec); in ReconstructShuffle()
12098 Source = Sources.insert(Sources.end(), ShuffleSourceInfo(SourceVec)); in ReconstructShuffle()
22158 SDValue SourceVec = Op0.getOperand(0); in performUzpCombine() local
22161 uint64_t NumElements = SourceVec.getValueType().getVectorMinNumElements(); in performUzpCombine()
22165 SDValue Uzp = DAG.getNode(N->getOpcode(), DL, WidenedResVT, SourceVec, in performUzpCombine()