Lines Matching refs:NumVecs
9923 unsigned NumVecs = 0; in CombineBaseUpdate() local
9929 NumVecs = 1; break; in CombineBaseUpdate()
9931 NumVecs = 2; break; in CombineBaseUpdate()
9933 NumVecs = 3; break; in CombineBaseUpdate()
9935 NumVecs = 4; break; in CombineBaseUpdate()
9937 NumVecs = 2; isLaneOp = true; break; in CombineBaseUpdate()
9939 NumVecs = 3; isLaneOp = true; break; in CombineBaseUpdate()
9941 NumVecs = 4; isLaneOp = true; break; in CombineBaseUpdate()
9943 NumVecs = 1; isLoadOp = false; break; in CombineBaseUpdate()
9945 NumVecs = 2; isLoadOp = false; break; in CombineBaseUpdate()
9947 NumVecs = 3; isLoadOp = false; break; in CombineBaseUpdate()
9949 NumVecs = 4; isLoadOp = false; break; in CombineBaseUpdate()
9951 NumVecs = 2; isLoadOp = false; isLaneOp = true; break; in CombineBaseUpdate()
9953 NumVecs = 3; isLoadOp = false; isLaneOp = true; break; in CombineBaseUpdate()
9955 NumVecs = 4; isLoadOp = false; isLaneOp = true; break; in CombineBaseUpdate()
9961 case ARMISD::VLD2DUP: NewOpc = ARMISD::VLD2DUP_UPD; NumVecs = 2; break; in CombineBaseUpdate()
9962 case ARMISD::VLD3DUP: NewOpc = ARMISD::VLD3DUP_UPD; NumVecs = 3; break; in CombineBaseUpdate()
9963 case ARMISD::VLD4DUP: NewOpc = ARMISD::VLD4DUP_UPD; NumVecs = 4; break; in CombineBaseUpdate()
9965 NumVecs = 1; isLaneOp = false; break; in CombineBaseUpdate()
9967 NumVecs = 1; isLaneOp = false; isLoadOp = false; break; in CombineBaseUpdate()
9982 unsigned NumBytes = NumVecs * VecTy.getSizeInBits() / 8; in CombineBaseUpdate()
10023 assert(NumVecs == 1 && "Unexpected multi-element generic load/store."); in CombineBaseUpdate()
10041 unsigned NumResultVecs = (isLoadOp ? NumVecs : 0); in CombineBaseUpdate()
10123 unsigned NumVecs = 0; in CombineVLDDUP() local
10127 NumVecs = 2; in CombineVLDDUP()
10130 NumVecs = 3; in CombineVLDDUP()
10133 NumVecs = 4; in CombineVLDDUP()
10142 cast<ConstantSDNode>(VLD->getOperand(NumVecs+3))->getZExtValue(); in CombineVLDDUP()
10146 if (UI.getUse().getResNo() == NumVecs) in CombineVLDDUP()
10157 for (n = 0; n < NumVecs; ++n) in CombineVLDDUP()
10160 SDVTList SDTys = DAG.getVTList(makeArrayRef(Tys, NumVecs+1)); in CombineVLDDUP()
10172 if (ResNo == NumVecs) in CombineVLDDUP()
10181 for (unsigned n = 0; n < NumVecs; ++n) in CombineVLDDUP()
10183 VLDDupResults.push_back(SDValue(VLDDup.getNode(), NumVecs)); in CombineVLDDUP()