Searched refs:NumResultVecs (Results 1 – 2 of 2) sorted by relevance
16127 unsigned NumResultVecs = (isLoadOp ? NumVecs : 0); in TryCombineBaseUpdate() local16129 for (n = 0; n < NumResultVecs; ++n) in TryCombineBaseUpdate()16133 SDVTList SDTys = DAG.getVTList(ArrayRef(Tys, NumResultVecs + 2)); in TryCombineBaseUpdate()16169 for (unsigned i = 0; i < NumResultVecs; ++i) in TryCombineBaseUpdate()16179 NewResults.push_back(SDValue(UpdN.getNode(), NumResultVecs + 1)); // chain in TryCombineBaseUpdate()16181 DCI.CombineTo(User.N, SDValue(UpdN.getNode(), NumResultVecs)); in TryCombineBaseUpdate()16415 unsigned NumResultVecs = (isLoadOp ? NumVecs : 0); in PerformMVEVLDCombine() local16417 for (n = 0; n < NumResultVecs; ++n) in PerformMVEVLDCombine()16421 SDVTList SDTys = DAG.getVTList(ArrayRef(Tys, NumResultVecs + 2)); in PerformMVEVLDCombine()16437 for (unsigned i = 0; i < NumResultVecs; ++i) in PerformMVEVLDCombine()[all …]
24450 unsigned NumResultVecs = (IsStore ? 0 : NumVecs); in performNEONPostLDSTCombine() local24452 for (n = 0; n < NumResultVecs; ++n) in performNEONPostLDSTCombine()24456 SDVTList SDTys = DAG.getVTList(ArrayRef(Tys, NumResultVecs + 2)); in performNEONPostLDSTCombine()24465 for (unsigned i = 0; i < NumResultVecs; ++i) { in performNEONPostLDSTCombine()24468 NewResults.push_back(SDValue(UpdN.getNode(), NumResultVecs + 1)); in performNEONPostLDSTCombine()24470 DCI.CombineTo(User, SDValue(UpdN.getNode(), NumResultVecs)); in performNEONPostLDSTCombine()