Searched refs:NumResultVecs (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 7244 unsigned NumResultVecs = (isLoad ? NumVecs : 0); in CombineBaseUpdate() local 7246 for (n = 0; n < NumResultVecs; ++n) in CombineBaseUpdate() 7250 SDVTList SDTys = DAG.getVTList(Tys, NumResultVecs+2); in CombineBaseUpdate() 7266 for (unsigned i = 0; i < NumResultVecs; ++i) { in CombineBaseUpdate() 7269 NewResults.push_back(SDValue(UpdN.getNode(), NumResultVecs+1)); // chain in CombineBaseUpdate() 7271 DCI.CombineTo(User, SDValue(UpdN.getNode(), NumResultVecs)); in CombineBaseUpdate()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 9305 unsigned NumResultVecs = (IsStore ? 0 : NumVecs); in performNEONPostLDSTCombine() local 9307 for (n = 0; n < NumResultVecs; ++n) in performNEONPostLDSTCombine() 9311 SDVTList SDTys = DAG.getVTList(makeArrayRef(Tys, NumResultVecs + 2)); in performNEONPostLDSTCombine() 9320 for (unsigned i = 0; i < NumResultVecs; ++i) { in performNEONPostLDSTCombine() 9323 NewResults.push_back(SDValue(UpdN.getNode(), NumResultVecs + 1)); in performNEONPostLDSTCombine() 9325 DCI.CombineTo(User, SDValue(UpdN.getNode(), NumResultVecs)); in performNEONPostLDSTCombine()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 10325 unsigned NumResultVecs = (IsStore ? 0 : NumVecs); in performNEONPostLDSTCombine() local 10327 for (n = 0; n < NumResultVecs; ++n) in performNEONPostLDSTCombine() 10331 SDVTList SDTys = DAG.getVTList(makeArrayRef(Tys, NumResultVecs + 2)); in performNEONPostLDSTCombine() 10340 for (unsigned i = 0; i < NumResultVecs; ++i) { in performNEONPostLDSTCombine() 10343 NewResults.push_back(SDValue(UpdN.getNode(), NumResultVecs + 1)); in performNEONPostLDSTCombine() 10345 DCI.CombineTo(User, SDValue(UpdN.getNode(), NumResultVecs)); in performNEONPostLDSTCombine()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 10041 unsigned NumResultVecs = (isLoadOp ? NumVecs : 0); in CombineBaseUpdate() local 10043 for (n = 0; n < NumResultVecs; ++n) in CombineBaseUpdate() 10047 SDVTList SDTys = DAG.getVTList(makeArrayRef(Tys, NumResultVecs+2)); in CombineBaseUpdate() 10081 for (unsigned i = 0; i < NumResultVecs; ++i) in CombineBaseUpdate() 10091 NewResults.push_back(SDValue(UpdN.getNode(), NumResultVecs+1)); // chain in CombineBaseUpdate() 10093 DCI.CombineTo(User, SDValue(UpdN.getNode(), NumResultVecs)); in CombineBaseUpdate()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 11674 unsigned NumResultVecs = (isLoadOp ? NumVecs : 0); in CombineBaseUpdate() local 11676 for (n = 0; n < NumResultVecs; ++n) in CombineBaseUpdate() 11680 SDVTList SDTys = DAG.getVTList(makeArrayRef(Tys, NumResultVecs+2)); in CombineBaseUpdate() 11714 for (unsigned i = 0; i < NumResultVecs; ++i) in CombineBaseUpdate() 11724 NewResults.push_back(SDValue(UpdN.getNode(), NumResultVecs+1)); // chain in CombineBaseUpdate() 11726 DCI.CombineTo(User, SDValue(UpdN.getNode(), NumResultVecs)); in CombineBaseUpdate()
|