Lines Matching refs:BcastLd
40810 SDValue BcastLd = in combineTargetShuffle() local
40815 DCI.CombineTo(N.getNode(), BcastLd); in combineTargetShuffle()
40817 DAG.ReplaceAllUsesOfValueWith(SDValue(LN, 1), BcastLd.getValue(1)); in combineTargetShuffle()
40820 SDValue Scl = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, SrcVT, BcastLd, in combineTargetShuffle()
40822 DCI.CombineTo(LN, Scl, BcastLd.getValue(1)); in combineTargetShuffle()
40842 SDValue BcastLd = DAG.getMemIntrinsicNode( in combineTargetShuffle() local
40846 DCI.CombineTo(N.getNode(), BcastLd); in combineTargetShuffle()
40847 DAG.ReplaceAllUsesOfValueWith(SDValue(LN, 1), BcastLd.getValue(1)); in combineTargetShuffle()
40860 SDValue BcastLd = in combineTargetShuffle() local
40863 DCI.CombineTo(N.getNode(), BcastLd); in combineTargetShuffle()
40864 DAG.ReplaceAllUsesOfValueWith(SDValue(LN, 1), BcastLd.getValue(1)); in combineTargetShuffle()
40887 SDValue BcastLd = DAG.getMemIntrinsicNode( in combineTargetShuffle() local
40892 DCI.CombineTo(N.getNode(), BcastLd); in combineTargetShuffle()
40893 DAG.ReplaceAllUsesOfValueWith(SDValue(LN, 1), BcastLd.getValue(1)); in combineTargetShuffle()
40906 SDValue BcastLd = in combineTargetShuffle() local
40909 DCI.CombineTo(N.getNode(), BcastLd); in combineTargetShuffle()
40910 DAG.ReplaceAllUsesOfValueWith(SDValue(LN, 1), BcastLd.getValue(1)); in combineTargetShuffle()
40925 SDValue BcastLd = DAG.getMemIntrinsicNode( in combineTargetShuffle() local
40929 DCI.CombineTo(N.getNode(), BcastLd); in combineTargetShuffle()
40930 DAG.ReplaceAllUsesOfValueWith(SDValue(LN, 1), BcastLd.getValue(1)); in combineTargetShuffle()
56716 if (SDValue BcastLd = in combineConcatVectorOps() local
56719 extractSubVector(BcastLd, 0, DAG, DL, Op0.getValueSizeInBits()); in combineConcatVectorOps()
56721 return BcastLd; in combineConcatVectorOps()
56906 SDValue BcastLd = in combineINSERT_SUBVECTOR() local
56910 DAG.ReplaceAllUsesOfValueWith(SDValue(MemIntr, 1), BcastLd.getValue(1)); in combineINSERT_SUBVECTOR()
56911 return BcastLd; in combineINSERT_SUBVECTOR()