Home
last modified time | relevance | path

Searched refs:NumResultVecs (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp15821 unsigned NumResultVecs = (isLoadOp ? NumVecs : 0); in TryCombineBaseUpdate() local
15823 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() local
16134 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 …]
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp17903 unsigned NumResultVecs = (IsStore ? 0 : NumVecs); in performNEONPostLDSTCombine() local
17905 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()