Searched refs:NumResultVecs (Results 1 – 2 of 2) sorted by relevance
11733 unsigned NumResultVecs = (IsStore ? 0 : NumVecs); in performNEONPostLDSTCombine() local11735 for (n = 0; n < NumResultVecs; ++n) in performNEONPostLDSTCombine()11739 SDVTList SDTys = DAG.getVTList(makeArrayRef(Tys, NumResultVecs + 2)); in performNEONPostLDSTCombine()11748 for (unsigned i = 0; i < NumResultVecs; ++i) { in performNEONPostLDSTCombine()11751 NewResults.push_back(SDValue(UpdN.getNode(), NumResultVecs + 1)); in performNEONPostLDSTCombine()11753 DCI.CombineTo(User, SDValue(UpdN.getNode(), NumResultVecs)); in performNEONPostLDSTCombine()
13230 unsigned NumResultVecs = (isLoadOp ? NumVecs : 0); in CombineBaseUpdate() local13232 for (n = 0; n < NumResultVecs; ++n) in CombineBaseUpdate()13236 SDVTList SDTys = DAG.getVTList(makeArrayRef(Tys, NumResultVecs+2)); in CombineBaseUpdate()13270 for (unsigned i = 0; i < NumResultVecs; ++i) in CombineBaseUpdate()13280 NewResults.push_back(SDValue(UpdN.getNode(), NumResultVecs+1)); // chain in CombineBaseUpdate()13282 DCI.CombineTo(User, SDValue(UpdN.getNode(), NumResultVecs)); in CombineBaseUpdate()