Searched refs:NumResultVecs (Results 1 – 2 of 2) sorted by relevance
16016 unsigned NumResultVecs = (isLoadOp ? NumVecs : 0); in TryCombineBaseUpdate() local16018 for (n = 0; n < NumResultVecs; ++n) in TryCombineBaseUpdate()16022 SDVTList SDTys = DAG.getVTList(ArrayRef(Tys, NumResultVecs + 2)); in TryCombineBaseUpdate()16058 for (unsigned i = 0; i < NumResultVecs; ++i) in TryCombineBaseUpdate()16068 NewResults.push_back(SDValue(UpdN.getNode(), NumResultVecs + 1)); // chain in TryCombineBaseUpdate()16070 DCI.CombineTo(User.N, SDValue(UpdN.getNode(), NumResultVecs)); in TryCombineBaseUpdate()16325 unsigned NumResultVecs = (isLoadOp ? NumVecs : 0); in PerformMVEVLDCombine() local16327 for (n = 0; n < NumResultVecs; ++n) in PerformMVEVLDCombine()16331 SDVTList SDTys = DAG.getVTList(ArrayRef(Tys, NumResultVecs + 2)); in PerformMVEVLDCombine()16347 for (unsigned i = 0; i < NumResultVecs; ++i) in PerformMVEVLDCombine()[all …]
21860 unsigned NumResultVecs = (IsStore ? 0 : NumVecs); in performNEONPostLDSTCombine() local21862 for (n = 0; n < NumResultVecs; ++n) in performNEONPostLDSTCombine()21866 SDVTList SDTys = DAG.getVTList(ArrayRef(Tys, NumResultVecs + 2)); in performNEONPostLDSTCombine()21875 for (unsigned i = 0; i < NumResultVecs; ++i) { in performNEONPostLDSTCombine()21878 NewResults.push_back(SDValue(UpdN.getNode(), NumResultVecs + 1)); in performNEONPostLDSTCombine()21880 DCI.CombineTo(User, SDValue(UpdN.getNode(), NumResultVecs)); in performNEONPostLDSTCombine()