Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:VectorWidth

2981   unsigned VectorWidth = I.getType()->isVectorTy() ?
2984 if (VectorWidth && !N.getValueType().isVector()) {
2985 MVT VT = MVT::getVectorVT(N.getValueType().getSimpleVT(), VectorWidth);
2986 SmallVector<SDValue, 16> Ops(VectorWidth, N);
3020 SDValue OffsVal = VectorWidth ?
3021 DAG.getConstant(Offs, dl, MVT::getVectorVT(PtrTy, VectorWidth)) :
3030 if (!IdxN.getValueType().isVector() && VectorWidth) {
3031 MVT VT = MVT::getVectorVT(IdxN.getValueType().getSimpleVT(), VectorWidth);
3032 SmallVector<SDValue, 16> Ops(VectorWidth, IdxN);