Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64ISelLowering.cpp11733 unsigned NumResultVecs = (IsStore ? 0 : NumVecs); in performNEONPostLDSTCombine() local
11735 for (n = 0; n < NumResultVecs; ++n) in performNEONPostLDSTCombine()
11739 SDVTList SDTys = DAG.getVTList(makeArrayRef(Tys, NumResultVecs + 2)); in performNEONPostLDSTCombine()
11748 for (unsigned i = 0; i < NumResultVecs; ++i) { in performNEONPostLDSTCombine()
11751 NewResults.push_back(SDValue(UpdN.getNode(), NumResultVecs + 1)); in performNEONPostLDSTCombine()
11753 DCI.CombineTo(User, SDValue(UpdN.getNode(), NumResultVecs)); in performNEONPostLDSTCombine()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMISelLowering.cpp13230 unsigned NumResultVecs = (isLoadOp ? NumVecs : 0); in CombineBaseUpdate() local
13232 for (n = 0; n < NumResultVecs; ++n) in CombineBaseUpdate()
13236 SDVTList SDTys = DAG.getVTList(makeArrayRef(Tys, NumResultVecs+2)); in CombineBaseUpdate()
13270 for (unsigned i = 0; i < NumResultVecs; ++i) in CombineBaseUpdate()
13280 NewResults.push_back(SDValue(UpdN.getNode(), NumResultVecs+1)); // chain in CombineBaseUpdate()
13282 DCI.CombineTo(User, SDValue(UpdN.getNode(), NumResultVecs)); in CombineBaseUpdate()