Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp16016 unsigned NumResultVecs = (isLoadOp ? NumVecs : 0); in TryCombineBaseUpdate() local
16018 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() local
16327 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 …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp21860 unsigned NumResultVecs = (IsStore ? 0 : NumVecs); in performNEONPostLDSTCombine() local
21862 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()