Searched refs:NumResultVecs (Results 1 – 2 of 2) sorted by relevance
15821 unsigned NumResultVecs = (isLoadOp ? NumVecs : 0); in TryCombineBaseUpdate() local15823 for (n = 0; n < NumResultVecs; ++n) in TryCombineBaseUpdate()15827 SDVTList SDTys = DAG.getVTList(makeArrayRef(Tys, NumResultVecs + 2)); in TryCombineBaseUpdate()15863 for (unsigned i = 0; i < NumResultVecs; ++i) in TryCombineBaseUpdate()15873 NewResults.push_back(SDValue(UpdN.getNode(), NumResultVecs + 1)); // chain in TryCombineBaseUpdate()15875 DCI.CombineTo(User.N, SDValue(UpdN.getNode(), NumResultVecs)); in TryCombineBaseUpdate()16132 unsigned NumResultVecs = (isLoadOp ? NumVecs : 0); in PerformMVEVLDCombine() local16134 for (n = 0; n < NumResultVecs; ++n) in PerformMVEVLDCombine()16138 SDVTList SDTys = DAG.getVTList(makeArrayRef(Tys, NumResultVecs + 2)); in PerformMVEVLDCombine()16154 for (unsigned i = 0; i < NumResultVecs; ++i) in PerformMVEVLDCombine()[all …]
17903 unsigned NumResultVecs = (IsStore ? 0 : NumVecs); in performNEONPostLDSTCombine() local17905 for (n = 0; n < NumResultVecs; ++n) in performNEONPostLDSTCombine()17909 SDVTList SDTys = DAG.getVTList(makeArrayRef(Tys, NumResultVecs + 2)); in performNEONPostLDSTCombine()17918 for (unsigned i = 0; i < NumResultVecs; ++i) { in performNEONPostLDSTCombine()17921 NewResults.push_back(SDValue(UpdN.getNode(), NumResultVecs + 1)); in performNEONPostLDSTCombine()17923 DCI.CombineTo(User, SDValue(UpdN.getNode(), NumResultVecs)); in performNEONPostLDSTCombine()