Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp16127 unsigned NumResultVecs = (isLoadOp ? NumVecs : 0); in TryCombineBaseUpdate() local
16129 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() local
16417 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 …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp24450 unsigned NumResultVecs = (IsStore ? 0 : NumVecs); in performNEONPostLDSTCombine() local
24452 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()