Lines Matching refs:NewLoad
15242 SDValue NewLoad = in performConcatVectorsCombine() local
15245 DAG.ReplaceAllUsesOfValueWith(SDValue(LD, 1), NewLoad.getValue(1)); in performConcatVectorsCombine()
15246 Ops.push_back(NewLoad); in performConcatVectorsCombine()
17257 SDValue NewLoad = DAG.getMaskedLoad( in performUnpackCombine() local
17262 DAG.ReplaceAllUsesOfValueWith(SDValue(MLD, 1), NewLoad.getValue(1)); in performUnpackCombine()
17264 return NewLoad; in performUnpackCombine()
20998 SDValue NewLoad = DAG.getMaskedLoad( in LowerFixedLengthVectorLoadToSVE() local
21003 SDValue Result = NewLoad; in LowerFixedLengthVectorLoadToSVE()
21014 SDValue MergedValues[2] = {Result, NewLoad.getValue(1)}; in LowerFixedLengthVectorLoadToSVE()
21062 SDValue NewLoad = DAG.getMaskedLoad( in LowerFixedLengthVectorMLoadToSVE() local
21067 SDValue Result = NewLoad; in LowerFixedLengthVectorMLoadToSVE()
21075 SDValue MergedValues[2] = {Result, NewLoad.getValue(1)}; in LowerFixedLengthVectorMLoadToSVE()