[RISCV] Support postRA vsetvl insertion pass (#70549)
[llvm-project.git] / llvm / test / CodeGen / RISCV / rvv / vwsll.ll
blob9711afb2aafbf058f2679208b17bc00b3c50a344
1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2 ; RUN: sed 's/iXLen/i32/g' %s | llc -mtriple=riscv32 -mattr=+v,+zvbb \
3 ; RUN:   -verify-machineinstrs | FileCheck %s --check-prefixes=CHECK
4 ; RUN: sed 's/iXLen/i64/g' %s | llc -mtriple=riscv64 -mattr=+v,+zvbb \
5 ; RUN:   -verify-machineinstrs | FileCheck %s --check-prefixes=CHECK
7 declare <vscale x 1 x i16> @llvm.riscv.vwsll.nxv1i16.nxv1i8.nxv1i8(
8   <vscale x 1 x i16>,
9   <vscale x 1 x i8>,
10   <vscale x 1 x i8>,
11   iXLen);
13 define <vscale x 1 x i16> @intrinsic_vwsll_vv_nxv1i16_nxv1i8_nxv1i8(<vscale x 1 x i8> %0, <vscale x 1 x i8> %1, iXLen %2) nounwind {
14 ; CHECK-LABEL: intrinsic_vwsll_vv_nxv1i16_nxv1i8_nxv1i8:
15 ; CHECK:       # %bb.0: # %entry
16 ; CHECK-NEXT:    vsetvli zero, a0, e8, mf8, ta, ma
17 ; CHECK-NEXT:    vwsll.vv v10, v8, v9
18 ; CHECK-NEXT:    vmv1r.v v8, v10
19 ; CHECK-NEXT:    ret
20 entry:
21   %a = call <vscale x 1 x i16> @llvm.riscv.vwsll.nxv1i16.nxv1i8.nxv1i8(
22     <vscale x 1 x i16> undef,
23     <vscale x 1 x i8> %0,
24     <vscale x 1 x i8> %1,
25     iXLen %2)
27   ret <vscale x 1 x i16> %a
30 declare <vscale x 1 x i16> @llvm.riscv.vwsll.mask.nxv1i16.nxv1i8.nxv1i8(
31   <vscale x 1 x i16>,
32   <vscale x 1 x i8>,
33   <vscale x 1 x i8>,
34   <vscale x 1 x i1>,
35   iXLen,
36   iXLen);
38 define <vscale x 1 x i16> @intrinsic_vwsll_mask_vv_nxv1i16_nxv1i8_nxv1i8(<vscale x 1 x i16> %0, <vscale x 1 x i8> %1, <vscale x 1 x i8> %2, <vscale x 1 x i1> %3, iXLen %4) nounwind {
39 ; CHECK-LABEL: intrinsic_vwsll_mask_vv_nxv1i16_nxv1i8_nxv1i8:
40 ; CHECK:       # %bb.0: # %entry
41 ; CHECK-NEXT:    vsetvli zero, a0, e8, mf8, ta, mu
42 ; CHECK-NEXT:    vwsll.vv v8, v9, v10, v0.t
43 ; CHECK-NEXT:    ret
44 entry:
45   %a = call <vscale x 1 x i16> @llvm.riscv.vwsll.mask.nxv1i16.nxv1i8.nxv1i8(
46     <vscale x 1 x i16> %0,
47     <vscale x 1 x i8> %1,
48     <vscale x 1 x i8> %2,
49     <vscale x 1 x i1> %3,
50     iXLen %4, iXLen 1)
52   ret <vscale x 1 x i16> %a
55 declare <vscale x 2 x i16> @llvm.riscv.vwsll.nxv2i16.nxv2i8.nxv2i8(
56   <vscale x 2 x i16>,
57   <vscale x 2 x i8>,
58   <vscale x 2 x i8>,
59   iXLen);
61 define <vscale x 2 x i16> @intrinsic_vwsll_vv_nxv2i16_nxv2i8_nxv2i8(<vscale x 2 x i8> %0, <vscale x 2 x i8> %1, iXLen %2) nounwind {
62 ; CHECK-LABEL: intrinsic_vwsll_vv_nxv2i16_nxv2i8_nxv2i8:
63 ; CHECK:       # %bb.0: # %entry
64 ; CHECK-NEXT:    vsetvli zero, a0, e8, mf4, ta, ma
65 ; CHECK-NEXT:    vwsll.vv v10, v8, v9
66 ; CHECK-NEXT:    vmv1r.v v8, v10
67 ; CHECK-NEXT:    ret
68 entry:
69   %a = call <vscale x 2 x i16> @llvm.riscv.vwsll.nxv2i16.nxv2i8.nxv2i8(
70     <vscale x 2 x i16> undef,
71     <vscale x 2 x i8> %0,
72     <vscale x 2 x i8> %1,
73     iXLen %2)
75   ret <vscale x 2 x i16> %a
78 declare <vscale x 2 x i16> @llvm.riscv.vwsll.mask.nxv2i16.nxv2i8.nxv2i8(
79   <vscale x 2 x i16>,
80   <vscale x 2 x i8>,
81   <vscale x 2 x i8>,
82   <vscale x 2 x i1>,
83   iXLen,
84   iXLen);
86 define <vscale x 2 x i16> @intrinsic_vwsll_mask_vv_nxv2i16_nxv2i8_nxv2i8(<vscale x 2 x i16> %0, <vscale x 2 x i8> %1, <vscale x 2 x i8> %2, <vscale x 2 x i1> %3, iXLen %4) nounwind {
87 ; CHECK-LABEL: intrinsic_vwsll_mask_vv_nxv2i16_nxv2i8_nxv2i8:
88 ; CHECK:       # %bb.0: # %entry
89 ; CHECK-NEXT:    vsetvli zero, a0, e8, mf4, ta, mu
90 ; CHECK-NEXT:    vwsll.vv v8, v9, v10, v0.t
91 ; CHECK-NEXT:    ret
92 entry:
93   %a = call <vscale x 2 x i16> @llvm.riscv.vwsll.mask.nxv2i16.nxv2i8.nxv2i8(
94     <vscale x 2 x i16> %0,
95     <vscale x 2 x i8> %1,
96     <vscale x 2 x i8> %2,
97     <vscale x 2 x i1> %3,
98     iXLen %4, iXLen 1)
100   ret <vscale x 2 x i16> %a
103 declare <vscale x 4 x i16> @llvm.riscv.vwsll.nxv4i16.nxv4i8.nxv4i8(
104   <vscale x 4 x i16>,
105   <vscale x 4 x i8>,
106   <vscale x 4 x i8>,
107   iXLen);
109 define <vscale x 4 x i16> @intrinsic_vwsll_vv_nxv4i16_nxv4i8_nxv4i8(<vscale x 4 x i8> %0, <vscale x 4 x i8> %1, iXLen %2) nounwind {
110 ; CHECK-LABEL: intrinsic_vwsll_vv_nxv4i16_nxv4i8_nxv4i8:
111 ; CHECK:       # %bb.0: # %entry
112 ; CHECK-NEXT:    vsetvli zero, a0, e8, mf2, ta, ma
113 ; CHECK-NEXT:    vwsll.vv v10, v8, v9
114 ; CHECK-NEXT:    vmv1r.v v8, v10
115 ; CHECK-NEXT:    ret
116 entry:
117   %a = call <vscale x 4 x i16> @llvm.riscv.vwsll.nxv4i16.nxv4i8.nxv4i8(
118     <vscale x 4 x i16> undef,
119     <vscale x 4 x i8> %0,
120     <vscale x 4 x i8> %1,
121     iXLen %2)
123   ret <vscale x 4 x i16> %a
126 declare <vscale x 4 x i16> @llvm.riscv.vwsll.mask.nxv4i16.nxv4i8.nxv4i8(
127   <vscale x 4 x i16>,
128   <vscale x 4 x i8>,
129   <vscale x 4 x i8>,
130   <vscale x 4 x i1>,
131   iXLen,
132   iXLen);
134 define <vscale x 4 x i16> @intrinsic_vwsll_mask_vv_nxv4i16_nxv4i8_nxv4i8(<vscale x 4 x i16> %0, <vscale x 4 x i8> %1, <vscale x 4 x i8> %2, <vscale x 4 x i1> %3, iXLen %4) nounwind {
135 ; CHECK-LABEL: intrinsic_vwsll_mask_vv_nxv4i16_nxv4i8_nxv4i8:
136 ; CHECK:       # %bb.0: # %entry
137 ; CHECK-NEXT:    vsetvli zero, a0, e8, mf2, ta, mu
138 ; CHECK-NEXT:    vwsll.vv v8, v9, v10, v0.t
139 ; CHECK-NEXT:    ret
140 entry:
141   %a = call <vscale x 4 x i16> @llvm.riscv.vwsll.mask.nxv4i16.nxv4i8.nxv4i8(
142     <vscale x 4 x i16> %0,
143     <vscale x 4 x i8> %1,
144     <vscale x 4 x i8> %2,
145     <vscale x 4 x i1> %3,
146     iXLen %4, iXLen 1)
148   ret <vscale x 4 x i16> %a
151 declare <vscale x 8 x i16> @llvm.riscv.vwsll.nxv8i16.nxv8i8.nxv8i8(
152   <vscale x 8 x i16>,
153   <vscale x 8 x i8>,
154   <vscale x 8 x i8>,
155   iXLen);
157 define <vscale x 8 x i16> @intrinsic_vwsll_vv_nxv8i16_nxv8i8_nxv8i8(<vscale x 8 x i8> %0, <vscale x 8 x i8> %1, iXLen %2) nounwind {
158 ; CHECK-LABEL: intrinsic_vwsll_vv_nxv8i16_nxv8i8_nxv8i8:
159 ; CHECK:       # %bb.0: # %entry
160 ; CHECK-NEXT:    vsetvli zero, a0, e8, m1, ta, ma
161 ; CHECK-NEXT:    vwsll.vv v10, v8, v9
162 ; CHECK-NEXT:    vmv2r.v v8, v10
163 ; CHECK-NEXT:    ret
164 entry:
165   %a = call <vscale x 8 x i16> @llvm.riscv.vwsll.nxv8i16.nxv8i8.nxv8i8(
166     <vscale x 8 x i16> undef,
167     <vscale x 8 x i8> %0,
168     <vscale x 8 x i8> %1,
169     iXLen %2)
171   ret <vscale x 8 x i16> %a
174 declare <vscale x 8 x i16> @llvm.riscv.vwsll.mask.nxv8i16.nxv8i8.nxv8i8(
175   <vscale x 8 x i16>,
176   <vscale x 8 x i8>,
177   <vscale x 8 x i8>,
178   <vscale x 8 x i1>,
179   iXLen,
180   iXLen);
182 define <vscale x 8 x i16> @intrinsic_vwsll_mask_vv_nxv8i16_nxv8i8_nxv8i8(<vscale x 8 x i16> %0, <vscale x 8 x i8> %1, <vscale x 8 x i8> %2, <vscale x 8 x i1> %3, iXLen %4) nounwind {
183 ; CHECK-LABEL: intrinsic_vwsll_mask_vv_nxv8i16_nxv8i8_nxv8i8:
184 ; CHECK:       # %bb.0: # %entry
185 ; CHECK-NEXT:    vsetvli zero, a0, e8, m1, ta, mu
186 ; CHECK-NEXT:    vwsll.vv v8, v10, v11, v0.t
187 ; CHECK-NEXT:    ret
188 entry:
189   %a = call <vscale x 8 x i16> @llvm.riscv.vwsll.mask.nxv8i16.nxv8i8.nxv8i8(
190     <vscale x 8 x i16> %0,
191     <vscale x 8 x i8> %1,
192     <vscale x 8 x i8> %2,
193     <vscale x 8 x i1> %3,
194     iXLen %4, iXLen 1)
196   ret <vscale x 8 x i16> %a
199 declare <vscale x 16 x i16> @llvm.riscv.vwsll.nxv16i16.nxv16i8.nxv16i8(
200   <vscale x 16 x i16>,
201   <vscale x 16 x i8>,
202   <vscale x 16 x i8>,
203   iXLen);
205 define <vscale x 16 x i16> @intrinsic_vwsll_vv_nxv16i16_nxv16i8_nxv16i8(<vscale x 16 x i8> %0, <vscale x 16 x i8> %1, iXLen %2) nounwind {
206 ; CHECK-LABEL: intrinsic_vwsll_vv_nxv16i16_nxv16i8_nxv16i8:
207 ; CHECK:       # %bb.0: # %entry
208 ; CHECK-NEXT:    vsetvli zero, a0, e8, m2, ta, ma
209 ; CHECK-NEXT:    vwsll.vv v12, v8, v10
210 ; CHECK-NEXT:    vmv4r.v v8, v12
211 ; CHECK-NEXT:    ret
212 entry:
213   %a = call <vscale x 16 x i16> @llvm.riscv.vwsll.nxv16i16.nxv16i8.nxv16i8(
214     <vscale x 16 x i16> undef,
215     <vscale x 16 x i8> %0,
216     <vscale x 16 x i8> %1,
217     iXLen %2)
219   ret <vscale x 16 x i16> %a
222 declare <vscale x 16 x i16> @llvm.riscv.vwsll.mask.nxv16i16.nxv16i8.nxv16i8(
223   <vscale x 16 x i16>,
224   <vscale x 16 x i8>,
225   <vscale x 16 x i8>,
226   <vscale x 16 x i1>,
227   iXLen,
228   iXLen);
230 define <vscale x 16 x i16> @intrinsic_vwsll_mask_vv_nxv16i16_nxv16i8_nxv16i8(<vscale x 16 x i16> %0, <vscale x 16 x i8> %1, <vscale x 16 x i8> %2, <vscale x 16 x i1> %3, iXLen %4) nounwind {
231 ; CHECK-LABEL: intrinsic_vwsll_mask_vv_nxv16i16_nxv16i8_nxv16i8:
232 ; CHECK:       # %bb.0: # %entry
233 ; CHECK-NEXT:    vsetvli zero, a0, e8, m2, ta, mu
234 ; CHECK-NEXT:    vwsll.vv v8, v12, v14, v0.t
235 ; CHECK-NEXT:    ret
236 entry:
237   %a = call <vscale x 16 x i16> @llvm.riscv.vwsll.mask.nxv16i16.nxv16i8.nxv16i8(
238     <vscale x 16 x i16> %0,
239     <vscale x 16 x i8> %1,
240     <vscale x 16 x i8> %2,
241     <vscale x 16 x i1> %3,
242     iXLen %4, iXLen 1)
244   ret <vscale x 16 x i16> %a
247 declare <vscale x 32 x i16> @llvm.riscv.vwsll.nxv32i16.nxv32i8.nxv32i8(
248   <vscale x 32 x i16>,
249   <vscale x 32 x i8>,
250   <vscale x 32 x i8>,
251   iXLen);
253 define <vscale x 32 x i16> @intrinsic_vwsll_vv_nxv32i16_nxv32i8_nxv32i8(<vscale x 32 x i8> %0, <vscale x 32 x i8> %1, iXLen %2) nounwind {
254 ; CHECK-LABEL: intrinsic_vwsll_vv_nxv32i16_nxv32i8_nxv32i8:
255 ; CHECK:       # %bb.0: # %entry
256 ; CHECK-NEXT:    vsetvli zero, a0, e8, m4, ta, ma
257 ; CHECK-NEXT:    vwsll.vv v16, v8, v12
258 ; CHECK-NEXT:    vmv8r.v v8, v16
259 ; CHECK-NEXT:    ret
260 entry:
261   %a = call <vscale x 32 x i16> @llvm.riscv.vwsll.nxv32i16.nxv32i8.nxv32i8(
262     <vscale x 32 x i16> undef,
263     <vscale x 32 x i8> %0,
264     <vscale x 32 x i8> %1,
265     iXLen %2)
267   ret <vscale x 32 x i16> %a
270 declare <vscale x 32 x i16> @llvm.riscv.vwsll.mask.nxv32i16.nxv32i8.nxv32i8(
271   <vscale x 32 x i16>,
272   <vscale x 32 x i8>,
273   <vscale x 32 x i8>,
274   <vscale x 32 x i1>,
275   iXLen,
276   iXLen);
278 define <vscale x 32 x i16> @intrinsic_vwsll_mask_vv_nxv32i16_nxv32i8_nxv32i8(<vscale x 32 x i16> %0, <vscale x 32 x i8> %1, <vscale x 32 x i8> %2, <vscale x 32 x i1> %3, iXLen %4) nounwind {
279 ; CHECK-LABEL: intrinsic_vwsll_mask_vv_nxv32i16_nxv32i8_nxv32i8:
280 ; CHECK:       # %bb.0: # %entry
281 ; CHECK-NEXT:    vsetvli zero, a0, e8, m4, ta, mu
282 ; CHECK-NEXT:    vwsll.vv v8, v16, v20, v0.t
283 ; CHECK-NEXT:    ret
284 entry:
285   %a = call <vscale x 32 x i16> @llvm.riscv.vwsll.mask.nxv32i16.nxv32i8.nxv32i8(
286     <vscale x 32 x i16> %0,
287     <vscale x 32 x i8> %1,
288     <vscale x 32 x i8> %2,
289     <vscale x 32 x i1> %3,
290     iXLen %4, iXLen 1)
292   ret <vscale x 32 x i16> %a
295 declare <vscale x 1 x i32> @llvm.riscv.vwsll.nxv1i32.nxv1i16.nxv1i16(
296   <vscale x 1 x i32>,
297   <vscale x 1 x i16>,
298   <vscale x 1 x i16>,
299   iXLen);
301 define <vscale x 1 x i32> @intrinsic_vwsll_vv_nxv1i32_nxv1i16_nxv1i16(<vscale x 1 x i16> %0, <vscale x 1 x i16> %1, iXLen %2) nounwind {
302 ; CHECK-LABEL: intrinsic_vwsll_vv_nxv1i32_nxv1i16_nxv1i16:
303 ; CHECK:       # %bb.0: # %entry
304 ; CHECK-NEXT:    vsetvli zero, a0, e16, mf4, ta, ma
305 ; CHECK-NEXT:    vwsll.vv v10, v8, v9
306 ; CHECK-NEXT:    vmv1r.v v8, v10
307 ; CHECK-NEXT:    ret
308 entry:
309   %a = call <vscale x 1 x i32> @llvm.riscv.vwsll.nxv1i32.nxv1i16.nxv1i16(
310     <vscale x 1 x i32> undef,
311     <vscale x 1 x i16> %0,
312     <vscale x 1 x i16> %1,
313     iXLen %2)
315   ret <vscale x 1 x i32> %a
318 declare <vscale x 1 x i32> @llvm.riscv.vwsll.mask.nxv1i32.nxv1i16.nxv1i16(
319   <vscale x 1 x i32>,
320   <vscale x 1 x i16>,
321   <vscale x 1 x i16>,
322   <vscale x 1 x i1>,
323   iXLen,
324   iXLen);
326 define <vscale x 1 x i32> @intrinsic_vwsll_mask_vv_nxv1i32_nxv1i16_nxv1i16(<vscale x 1 x i32> %0, <vscale x 1 x i16> %1, <vscale x 1 x i16> %2, <vscale x 1 x i1> %3, iXLen %4) nounwind {
327 ; CHECK-LABEL: intrinsic_vwsll_mask_vv_nxv1i32_nxv1i16_nxv1i16:
328 ; CHECK:       # %bb.0: # %entry
329 ; CHECK-NEXT:    vsetvli zero, a0, e16, mf4, ta, mu
330 ; CHECK-NEXT:    vwsll.vv v8, v9, v10, v0.t
331 ; CHECK-NEXT:    ret
332 entry:
333   %a = call <vscale x 1 x i32> @llvm.riscv.vwsll.mask.nxv1i32.nxv1i16.nxv1i16(
334     <vscale x 1 x i32> %0,
335     <vscale x 1 x i16> %1,
336     <vscale x 1 x i16> %2,
337     <vscale x 1 x i1> %3,
338     iXLen %4, iXLen 1)
340   ret <vscale x 1 x i32> %a
343 declare <vscale x 2 x i32> @llvm.riscv.vwsll.nxv2i32.nxv2i16.nxv2i16(
344   <vscale x 2 x i32>,
345   <vscale x 2 x i16>,
346   <vscale x 2 x i16>,
347   iXLen);
349 define <vscale x 2 x i32> @intrinsic_vwsll_vv_nxv2i32_nxv2i16_nxv2i16(<vscale x 2 x i16> %0, <vscale x 2 x i16> %1, iXLen %2) nounwind {
350 ; CHECK-LABEL: intrinsic_vwsll_vv_nxv2i32_nxv2i16_nxv2i16:
351 ; CHECK:       # %bb.0: # %entry
352 ; CHECK-NEXT:    vsetvli zero, a0, e16, mf2, ta, ma
353 ; CHECK-NEXT:    vwsll.vv v10, v8, v9
354 ; CHECK-NEXT:    vmv1r.v v8, v10
355 ; CHECK-NEXT:    ret
356 entry:
357   %a = call <vscale x 2 x i32> @llvm.riscv.vwsll.nxv2i32.nxv2i16.nxv2i16(
358     <vscale x 2 x i32> undef,
359     <vscale x 2 x i16> %0,
360     <vscale x 2 x i16> %1,
361     iXLen %2)
363   ret <vscale x 2 x i32> %a
366 declare <vscale x 2 x i32> @llvm.riscv.vwsll.mask.nxv2i32.nxv2i16.nxv2i16(
367   <vscale x 2 x i32>,
368   <vscale x 2 x i16>,
369   <vscale x 2 x i16>,
370   <vscale x 2 x i1>,
371   iXLen,
372   iXLen);
374 define <vscale x 2 x i32> @intrinsic_vwsll_mask_vv_nxv2i32_nxv2i16_nxv2i16(<vscale x 2 x i32> %0, <vscale x 2 x i16> %1, <vscale x 2 x i16> %2, <vscale x 2 x i1> %3, iXLen %4) nounwind {
375 ; CHECK-LABEL: intrinsic_vwsll_mask_vv_nxv2i32_nxv2i16_nxv2i16:
376 ; CHECK:       # %bb.0: # %entry
377 ; CHECK-NEXT:    vsetvli zero, a0, e16, mf2, ta, mu
378 ; CHECK-NEXT:    vwsll.vv v8, v9, v10, v0.t
379 ; CHECK-NEXT:    ret
380 entry:
381   %a = call <vscale x 2 x i32> @llvm.riscv.vwsll.mask.nxv2i32.nxv2i16.nxv2i16(
382     <vscale x 2 x i32> %0,
383     <vscale x 2 x i16> %1,
384     <vscale x 2 x i16> %2,
385     <vscale x 2 x i1> %3,
386     iXLen %4, iXLen 1)
388   ret <vscale x 2 x i32> %a
391 declare <vscale x 4 x i32> @llvm.riscv.vwsll.nxv4i32.nxv4i16.nxv4i16(
392   <vscale x 4 x i32>,
393   <vscale x 4 x i16>,
394   <vscale x 4 x i16>,
395   iXLen);
397 define <vscale x 4 x i32> @intrinsic_vwsll_vv_nxv4i32_nxv4i16_nxv4i16(<vscale x 4 x i16> %0, <vscale x 4 x i16> %1, iXLen %2) nounwind {
398 ; CHECK-LABEL: intrinsic_vwsll_vv_nxv4i32_nxv4i16_nxv4i16:
399 ; CHECK:       # %bb.0: # %entry
400 ; CHECK-NEXT:    vsetvli zero, a0, e16, m1, ta, ma
401 ; CHECK-NEXT:    vwsll.vv v10, v8, v9
402 ; CHECK-NEXT:    vmv2r.v v8, v10
403 ; CHECK-NEXT:    ret
404 entry:
405   %a = call <vscale x 4 x i32> @llvm.riscv.vwsll.nxv4i32.nxv4i16.nxv4i16(
406     <vscale x 4 x i32> undef,
407     <vscale x 4 x i16> %0,
408     <vscale x 4 x i16> %1,
409     iXLen %2)
411   ret <vscale x 4 x i32> %a
414 declare <vscale x 4 x i32> @llvm.riscv.vwsll.mask.nxv4i32.nxv4i16.nxv4i16(
415   <vscale x 4 x i32>,
416   <vscale x 4 x i16>,
417   <vscale x 4 x i16>,
418   <vscale x 4 x i1>,
419   iXLen,
420   iXLen);
422 define <vscale x 4 x i32> @intrinsic_vwsll_mask_vv_nxv4i32_nxv4i16_nxv4i16(<vscale x 4 x i32> %0, <vscale x 4 x i16> %1, <vscale x 4 x i16> %2, <vscale x 4 x i1> %3, iXLen %4) nounwind {
423 ; CHECK-LABEL: intrinsic_vwsll_mask_vv_nxv4i32_nxv4i16_nxv4i16:
424 ; CHECK:       # %bb.0: # %entry
425 ; CHECK-NEXT:    vsetvli zero, a0, e16, m1, ta, mu
426 ; CHECK-NEXT:    vwsll.vv v8, v10, v11, v0.t
427 ; CHECK-NEXT:    ret
428 entry:
429   %a = call <vscale x 4 x i32> @llvm.riscv.vwsll.mask.nxv4i32.nxv4i16.nxv4i16(
430     <vscale x 4 x i32> %0,
431     <vscale x 4 x i16> %1,
432     <vscale x 4 x i16> %2,
433     <vscale x 4 x i1> %3,
434     iXLen %4, iXLen 1)
436   ret <vscale x 4 x i32> %a
439 declare <vscale x 8 x i32> @llvm.riscv.vwsll.nxv8i32.nxv8i16.nxv8i16(
440   <vscale x 8 x i32>,
441   <vscale x 8 x i16>,
442   <vscale x 8 x i16>,
443   iXLen);
445 define <vscale x 8 x i32> @intrinsic_vwsll_vv_nxv8i32_nxv8i16_nxv8i16(<vscale x 8 x i16> %0, <vscale x 8 x i16> %1, iXLen %2) nounwind {
446 ; CHECK-LABEL: intrinsic_vwsll_vv_nxv8i32_nxv8i16_nxv8i16:
447 ; CHECK:       # %bb.0: # %entry
448 ; CHECK-NEXT:    vsetvli zero, a0, e16, m2, ta, ma
449 ; CHECK-NEXT:    vwsll.vv v12, v8, v10
450 ; CHECK-NEXT:    vmv4r.v v8, v12
451 ; CHECK-NEXT:    ret
452 entry:
453   %a = call <vscale x 8 x i32> @llvm.riscv.vwsll.nxv8i32.nxv8i16.nxv8i16(
454     <vscale x 8 x i32> undef,
455     <vscale x 8 x i16> %0,
456     <vscale x 8 x i16> %1,
457     iXLen %2)
459   ret <vscale x 8 x i32> %a
462 declare <vscale x 8 x i32> @llvm.riscv.vwsll.mask.nxv8i32.nxv8i16.nxv8i16(
463   <vscale x 8 x i32>,
464   <vscale x 8 x i16>,
465   <vscale x 8 x i16>,
466   <vscale x 8 x i1>,
467   iXLen,
468   iXLen);
470 define <vscale x 8 x i32> @intrinsic_vwsll_mask_vv_nxv8i32_nxv8i16_nxv8i16(<vscale x 8 x i32> %0, <vscale x 8 x i16> %1, <vscale x 8 x i16> %2, <vscale x 8 x i1> %3, iXLen %4) nounwind {
471 ; CHECK-LABEL: intrinsic_vwsll_mask_vv_nxv8i32_nxv8i16_nxv8i16:
472 ; CHECK:       # %bb.0: # %entry
473 ; CHECK-NEXT:    vsetvli zero, a0, e16, m2, ta, mu
474 ; CHECK-NEXT:    vwsll.vv v8, v12, v14, v0.t
475 ; CHECK-NEXT:    ret
476 entry:
477   %a = call <vscale x 8 x i32> @llvm.riscv.vwsll.mask.nxv8i32.nxv8i16.nxv8i16(
478     <vscale x 8 x i32> %0,
479     <vscale x 8 x i16> %1,
480     <vscale x 8 x i16> %2,
481     <vscale x 8 x i1> %3,
482     iXLen %4, iXLen 1)
484   ret <vscale x 8 x i32> %a
487 declare <vscale x 16 x i32> @llvm.riscv.vwsll.nxv16i32.nxv16i16.nxv16i16(
488   <vscale x 16 x i32>,
489   <vscale x 16 x i16>,
490   <vscale x 16 x i16>,
491   iXLen);
493 define <vscale x 16 x i32> @intrinsic_vwsll_vv_nxv16i32_nxv16i16_nxv16i16(<vscale x 16 x i16> %0, <vscale x 16 x i16> %1, iXLen %2) nounwind {
494 ; CHECK-LABEL: intrinsic_vwsll_vv_nxv16i32_nxv16i16_nxv16i16:
495 ; CHECK:       # %bb.0: # %entry
496 ; CHECK-NEXT:    vsetvli zero, a0, e16, m4, ta, ma
497 ; CHECK-NEXT:    vwsll.vv v16, v8, v12
498 ; CHECK-NEXT:    vmv8r.v v8, v16
499 ; CHECK-NEXT:    ret
500 entry:
501   %a = call <vscale x 16 x i32> @llvm.riscv.vwsll.nxv16i32.nxv16i16.nxv16i16(
502     <vscale x 16 x i32> undef,
503     <vscale x 16 x i16> %0,
504     <vscale x 16 x i16> %1,
505     iXLen %2)
507   ret <vscale x 16 x i32> %a
510 declare <vscale x 16 x i32> @llvm.riscv.vwsll.mask.nxv16i32.nxv16i16.nxv16i16(
511   <vscale x 16 x i32>,
512   <vscale x 16 x i16>,
513   <vscale x 16 x i16>,
514   <vscale x 16 x i1>,
515   iXLen,
516   iXLen);
518 define <vscale x 16 x i32> @intrinsic_vwsll_mask_vv_nxv16i32_nxv16i16_nxv16i16(<vscale x 16 x i32> %0, <vscale x 16 x i16> %1, <vscale x 16 x i16> %2, <vscale x 16 x i1> %3, iXLen %4) nounwind {
519 ; CHECK-LABEL: intrinsic_vwsll_mask_vv_nxv16i32_nxv16i16_nxv16i16:
520 ; CHECK:       # %bb.0: # %entry
521 ; CHECK-NEXT:    vsetvli zero, a0, e16, m4, ta, mu
522 ; CHECK-NEXT:    vwsll.vv v8, v16, v20, v0.t
523 ; CHECK-NEXT:    ret
524 entry:
525   %a = call <vscale x 16 x i32> @llvm.riscv.vwsll.mask.nxv16i32.nxv16i16.nxv16i16(
526     <vscale x 16 x i32> %0,
527     <vscale x 16 x i16> %1,
528     <vscale x 16 x i16> %2,
529     <vscale x 16 x i1> %3,
530     iXLen %4, iXLen 1)
532   ret <vscale x 16 x i32> %a
535 declare <vscale x 1 x i64> @llvm.riscv.vwsll.nxv1i64.nxv1i32.nxv1i32(
536   <vscale x 1 x i64>,
537   <vscale x 1 x i32>,
538   <vscale x 1 x i32>,
539   iXLen);
541 define <vscale x 1 x i64> @intrinsic_vwsll_vv_nxv1i64_nxv1i32_nxv1i32(<vscale x 1 x i32> %0, <vscale x 1 x i32> %1, iXLen %2) nounwind {
542 ; CHECK-LABEL: intrinsic_vwsll_vv_nxv1i64_nxv1i32_nxv1i32:
543 ; CHECK:       # %bb.0: # %entry
544 ; CHECK-NEXT:    vsetvli zero, a0, e32, mf2, ta, ma
545 ; CHECK-NEXT:    vwsll.vv v10, v8, v9
546 ; CHECK-NEXT:    vmv1r.v v8, v10
547 ; CHECK-NEXT:    ret
548 entry:
549   %a = call <vscale x 1 x i64> @llvm.riscv.vwsll.nxv1i64.nxv1i32.nxv1i32(
550     <vscale x 1 x i64> undef,
551     <vscale x 1 x i32> %0,
552     <vscale x 1 x i32> %1,
553     iXLen %2)
555   ret <vscale x 1 x i64> %a
558 declare <vscale x 1 x i64> @llvm.riscv.vwsll.mask.nxv1i64.nxv1i32.nxv1i32(
559   <vscale x 1 x i64>,
560   <vscale x 1 x i32>,
561   <vscale x 1 x i32>,
562   <vscale x 1 x i1>,
563   iXLen,
564   iXLen);
566 define <vscale x 1 x i64> @intrinsic_vwsll_mask_vv_nxv1i64_nxv1i32_nxv1i32(<vscale x 1 x i64> %0, <vscale x 1 x i32> %1, <vscale x 1 x i32> %2, <vscale x 1 x i1> %3, iXLen %4) nounwind {
567 ; CHECK-LABEL: intrinsic_vwsll_mask_vv_nxv1i64_nxv1i32_nxv1i32:
568 ; CHECK:       # %bb.0: # %entry
569 ; CHECK-NEXT:    vsetvli zero, a0, e32, mf2, ta, mu
570 ; CHECK-NEXT:    vwsll.vv v8, v9, v10, v0.t
571 ; CHECK-NEXT:    ret
572 entry:
573   %a = call <vscale x 1 x i64> @llvm.riscv.vwsll.mask.nxv1i64.nxv1i32.nxv1i32(
574     <vscale x 1 x i64> %0,
575     <vscale x 1 x i32> %1,
576     <vscale x 1 x i32> %2,
577     <vscale x 1 x i1> %3,
578     iXLen %4, iXLen 1)
580   ret <vscale x 1 x i64> %a
583 declare <vscale x 2 x i64> @llvm.riscv.vwsll.nxv2i64.nxv2i32.nxv2i32(
584   <vscale x 2 x i64>,
585   <vscale x 2 x i32>,
586   <vscale x 2 x i32>,
587   iXLen);
589 define <vscale x 2 x i64> @intrinsic_vwsll_vv_nxv2i64_nxv2i32_nxv2i32(<vscale x 2 x i32> %0, <vscale x 2 x i32> %1, iXLen %2) nounwind {
590 ; CHECK-LABEL: intrinsic_vwsll_vv_nxv2i64_nxv2i32_nxv2i32:
591 ; CHECK:       # %bb.0: # %entry
592 ; CHECK-NEXT:    vsetvli zero, a0, e32, m1, ta, ma
593 ; CHECK-NEXT:    vwsll.vv v10, v8, v9
594 ; CHECK-NEXT:    vmv2r.v v8, v10
595 ; CHECK-NEXT:    ret
596 entry:
597   %a = call <vscale x 2 x i64> @llvm.riscv.vwsll.nxv2i64.nxv2i32.nxv2i32(
598     <vscale x 2 x i64> undef,
599     <vscale x 2 x i32> %0,
600     <vscale x 2 x i32> %1,
601     iXLen %2)
603   ret <vscale x 2 x i64> %a
606 declare <vscale x 2 x i64> @llvm.riscv.vwsll.mask.nxv2i64.nxv2i32.nxv2i32(
607   <vscale x 2 x i64>,
608   <vscale x 2 x i32>,
609   <vscale x 2 x i32>,
610   <vscale x 2 x i1>,
611   iXLen,
612   iXLen);
614 define <vscale x 2 x i64> @intrinsic_vwsll_mask_vv_nxv2i64_nxv2i32_nxv2i32(<vscale x 2 x i64> %0, <vscale x 2 x i32> %1, <vscale x 2 x i32> %2, <vscale x 2 x i1> %3, iXLen %4) nounwind {
615 ; CHECK-LABEL: intrinsic_vwsll_mask_vv_nxv2i64_nxv2i32_nxv2i32:
616 ; CHECK:       # %bb.0: # %entry
617 ; CHECK-NEXT:    vsetvli zero, a0, e32, m1, ta, mu
618 ; CHECK-NEXT:    vwsll.vv v8, v10, v11, v0.t
619 ; CHECK-NEXT:    ret
620 entry:
621   %a = call <vscale x 2 x i64> @llvm.riscv.vwsll.mask.nxv2i64.nxv2i32.nxv2i32(
622     <vscale x 2 x i64> %0,
623     <vscale x 2 x i32> %1,
624     <vscale x 2 x i32> %2,
625     <vscale x 2 x i1> %3,
626     iXLen %4, iXLen 1)
628   ret <vscale x 2 x i64> %a
631 declare <vscale x 4 x i64> @llvm.riscv.vwsll.nxv4i64.nxv4i32.nxv4i32(
632   <vscale x 4 x i64>,
633   <vscale x 4 x i32>,
634   <vscale x 4 x i32>,
635   iXLen);
637 define <vscale x 4 x i64> @intrinsic_vwsll_vv_nxv4i64_nxv4i32_nxv4i32(<vscale x 4 x i32> %0, <vscale x 4 x i32> %1, iXLen %2) nounwind {
638 ; CHECK-LABEL: intrinsic_vwsll_vv_nxv4i64_nxv4i32_nxv4i32:
639 ; CHECK:       # %bb.0: # %entry
640 ; CHECK-NEXT:    vsetvli zero, a0, e32, m2, ta, ma
641 ; CHECK-NEXT:    vwsll.vv v12, v8, v10
642 ; CHECK-NEXT:    vmv4r.v v8, v12
643 ; CHECK-NEXT:    ret
644 entry:
645   %a = call <vscale x 4 x i64> @llvm.riscv.vwsll.nxv4i64.nxv4i32.nxv4i32(
646     <vscale x 4 x i64> undef,
647     <vscale x 4 x i32> %0,
648     <vscale x 4 x i32> %1,
649     iXLen %2)
651   ret <vscale x 4 x i64> %a
654 declare <vscale x 4 x i64> @llvm.riscv.vwsll.mask.nxv4i64.nxv4i32.nxv4i32(
655   <vscale x 4 x i64>,
656   <vscale x 4 x i32>,
657   <vscale x 4 x i32>,
658   <vscale x 4 x i1>,
659   iXLen,
660   iXLen);
662 define <vscale x 4 x i64> @intrinsic_vwsll_mask_vv_nxv4i64_nxv4i32_nxv4i32(<vscale x 4 x i64> %0, <vscale x 4 x i32> %1, <vscale x 4 x i32> %2, <vscale x 4 x i1> %3, iXLen %4) nounwind {
663 ; CHECK-LABEL: intrinsic_vwsll_mask_vv_nxv4i64_nxv4i32_nxv4i32:
664 ; CHECK:       # %bb.0: # %entry
665 ; CHECK-NEXT:    vsetvli zero, a0, e32, m2, ta, mu
666 ; CHECK-NEXT:    vwsll.vv v8, v12, v14, v0.t
667 ; CHECK-NEXT:    ret
668 entry:
669   %a = call <vscale x 4 x i64> @llvm.riscv.vwsll.mask.nxv4i64.nxv4i32.nxv4i32(
670     <vscale x 4 x i64> %0,
671     <vscale x 4 x i32> %1,
672     <vscale x 4 x i32> %2,
673     <vscale x 4 x i1> %3,
674     iXLen %4, iXLen 1)
676   ret <vscale x 4 x i64> %a
679 declare <vscale x 8 x i64> @llvm.riscv.vwsll.nxv8i64.nxv8i32.nxv8i32(
680   <vscale x 8 x i64>,
681   <vscale x 8 x i32>,
682   <vscale x 8 x i32>,
683   iXLen);
685 define <vscale x 8 x i64> @intrinsic_vwsll_vv_nxv8i64_nxv8i32_nxv8i32(<vscale x 8 x i32> %0, <vscale x 8 x i32> %1, iXLen %2) nounwind {
686 ; CHECK-LABEL: intrinsic_vwsll_vv_nxv8i64_nxv8i32_nxv8i32:
687 ; CHECK:       # %bb.0: # %entry
688 ; CHECK-NEXT:    vsetvli zero, a0, e32, m4, ta, ma
689 ; CHECK-NEXT:    vwsll.vv v16, v8, v12
690 ; CHECK-NEXT:    vmv8r.v v8, v16
691 ; CHECK-NEXT:    ret
692 entry:
693   %a = call <vscale x 8 x i64> @llvm.riscv.vwsll.nxv8i64.nxv8i32.nxv8i32(
694     <vscale x 8 x i64> undef,
695     <vscale x 8 x i32> %0,
696     <vscale x 8 x i32> %1,
697     iXLen %2)
699   ret <vscale x 8 x i64> %a
702 declare <vscale x 8 x i64> @llvm.riscv.vwsll.mask.nxv8i64.nxv8i32.nxv8i32(
703   <vscale x 8 x i64>,
704   <vscale x 8 x i32>,
705   <vscale x 8 x i32>,
706   <vscale x 8 x i1>,
707   iXLen,
708   iXLen);
710 define <vscale x 8 x i64> @intrinsic_vwsll_mask_vv_nxv8i64_nxv8i32_nxv8i32(<vscale x 8 x i64> %0, <vscale x 8 x i32> %1, <vscale x 8 x i32> %2, <vscale x 8 x i1> %3, iXLen %4) nounwind {
711 ; CHECK-LABEL: intrinsic_vwsll_mask_vv_nxv8i64_nxv8i32_nxv8i32:
712 ; CHECK:       # %bb.0: # %entry
713 ; CHECK-NEXT:    vsetvli zero, a0, e32, m4, ta, mu
714 ; CHECK-NEXT:    vwsll.vv v8, v16, v20, v0.t
715 ; CHECK-NEXT:    ret
716 entry:
717   %a = call <vscale x 8 x i64> @llvm.riscv.vwsll.mask.nxv8i64.nxv8i32.nxv8i32(
718     <vscale x 8 x i64> %0,
719     <vscale x 8 x i32> %1,
720     <vscale x 8 x i32> %2,
721     <vscale x 8 x i1> %3,
722     iXLen %4, iXLen 1)
724   ret <vscale x 8 x i64> %a
727 declare <vscale x 1 x i16> @llvm.riscv.vwsll.nxv1i16.nxv1i8(
728   <vscale x 1 x i16>,
729   <vscale x 1 x i8>,
730   iXLen,
731   iXLen);
733 define <vscale x 1 x i16> @intrinsic_vwsll_vx_nxv1i16_nxv1i8(<vscale x 1 x i8> %0, iXLen%1, iXLen %2) nounwind {
734 ; CHECK-LABEL: intrinsic_vwsll_vx_nxv1i16_nxv1i8:
735 ; CHECK:       # %bb.0: # %entry
736 ; CHECK-NEXT:    vsetvli zero, a1, e8, mf8, ta, ma
737 ; CHECK-NEXT:    vwsll.vx v9, v8, a0
738 ; CHECK-NEXT:    vmv1r.v v8, v9
739 ; CHECK-NEXT:    ret
740 entry:
741   %a = call <vscale x 1 x i16> @llvm.riscv.vwsll.nxv1i16.nxv1i8(
742     <vscale x 1 x i16> undef,
743     <vscale x 1 x i8> %0,
744     iXLen %1,
745     iXLen %2)
747   ret <vscale x 1 x i16> %a
750 declare <vscale x 1 x i16> @llvm.riscv.vwsll.mask.nxv1i16.nxv1i8.i8(
751   <vscale x 1 x i16>,
752   <vscale x 1 x i8>,
753   iXLen,
754   <vscale x 1 x i1>,
755   iXLen,
756   iXLen);
758 define <vscale x 1 x i16> @intrinsic_vwsll_mask_vx_nxv1i16_nxv1i8(<vscale x 1 x i16> %0, <vscale x 1 x i8> %1, iXLen%2, <vscale x 1 x i1> %3, iXLen %4) nounwind {
759 ; CHECK-LABEL: intrinsic_vwsll_mask_vx_nxv1i16_nxv1i8:
760 ; CHECK:       # %bb.0: # %entry
761 ; CHECK-NEXT:    vsetvli zero, a1, e8, mf8, ta, mu
762 ; CHECK-NEXT:    vwsll.vx v8, v9, a0, v0.t
763 ; CHECK-NEXT:    ret
764 entry:
765   %a = call <vscale x 1 x i16> @llvm.riscv.vwsll.mask.nxv1i16.nxv1i8.i8(
766     <vscale x 1 x i16> %0,
767     <vscale x 1 x i8> %1,
768     iXLen %2,
769     <vscale x 1 x i1> %3,
770     iXLen %4, iXLen 1)
772   ret <vscale x 1 x i16> %a
775 declare <vscale x 2 x i16> @llvm.riscv.vwsll.nxv2i16.nxv2i8(
776   <vscale x 2 x i16>,
777   <vscale x 2 x i8>,
778   iXLen,
779   iXLen);
781 define <vscale x 2 x i16> @intrinsic_vwsll_vx_nxv2i16_nxv2i8(<vscale x 2 x i8> %0, iXLen%1, iXLen %2) nounwind {
782 ; CHECK-LABEL: intrinsic_vwsll_vx_nxv2i16_nxv2i8:
783 ; CHECK:       # %bb.0: # %entry
784 ; CHECK-NEXT:    vsetvli zero, a1, e8, mf4, ta, ma
785 ; CHECK-NEXT:    vwsll.vx v9, v8, a0
786 ; CHECK-NEXT:    vmv1r.v v8, v9
787 ; CHECK-NEXT:    ret
788 entry:
789   %a = call <vscale x 2 x i16> @llvm.riscv.vwsll.nxv2i16.nxv2i8(
790     <vscale x 2 x i16> undef,
791     <vscale x 2 x i8> %0,
792     iXLen%1,
793     iXLen %2)
795   ret <vscale x 2 x i16> %a
798 declare <vscale x 2 x i16> @llvm.riscv.vwsll.mask.nxv2i16.nxv2i8.i8(
799   <vscale x 2 x i16>,
800   <vscale x 2 x i8>,
801   iXLen,
802   <vscale x 2 x i1>,
803   iXLen,
804   iXLen);
806 define <vscale x 2 x i16> @intrinsic_vwsll_mask_vx_nxv2i16_nxv2i8(<vscale x 2 x i16> %0, <vscale x 2 x i8> %1, iXLen%2, <vscale x 2 x i1> %3, iXLen %4) nounwind {
807 ; CHECK-LABEL: intrinsic_vwsll_mask_vx_nxv2i16_nxv2i8:
808 ; CHECK:       # %bb.0: # %entry
809 ; CHECK-NEXT:    vsetvli zero, a1, e8, mf4, ta, mu
810 ; CHECK-NEXT:    vwsll.vx v8, v9, a0, v0.t
811 ; CHECK-NEXT:    ret
812 entry:
813   %a = call <vscale x 2 x i16> @llvm.riscv.vwsll.mask.nxv2i16.nxv2i8.i8(
814     <vscale x 2 x i16> %0,
815     <vscale x 2 x i8> %1,
816     iXLen%2,
817     <vscale x 2 x i1> %3,
818     iXLen %4, iXLen 1)
820   ret <vscale x 2 x i16> %a
823 declare <vscale x 4 x i16> @llvm.riscv.vwsll.nxv4i16.nxv4i8(
824   <vscale x 4 x i16>,
825   <vscale x 4 x i8>,
826   iXLen,
827   iXLen);
829 define <vscale x 4 x i16> @intrinsic_vwsll_vx_nxv4i16_nxv4i8(<vscale x 4 x i8> %0, iXLen%1, iXLen %2) nounwind {
830 ; CHECK-LABEL: intrinsic_vwsll_vx_nxv4i16_nxv4i8:
831 ; CHECK:       # %bb.0: # %entry
832 ; CHECK-NEXT:    vsetvli zero, a1, e8, mf2, ta, ma
833 ; CHECK-NEXT:    vwsll.vx v9, v8, a0
834 ; CHECK-NEXT:    vmv1r.v v8, v9
835 ; CHECK-NEXT:    ret
836 entry:
837   %a = call <vscale x 4 x i16> @llvm.riscv.vwsll.nxv4i16.nxv4i8(
838     <vscale x 4 x i16> undef,
839     <vscale x 4 x i8> %0,
840     iXLen%1,
841     iXLen %2)
843   ret <vscale x 4 x i16> %a
846 declare <vscale x 4 x i16> @llvm.riscv.vwsll.mask.nxv4i16.nxv4i8.i8(
847   <vscale x 4 x i16>,
848   <vscale x 4 x i8>,
849   iXLen,
850   <vscale x 4 x i1>,
851   iXLen,
852   iXLen);
854 define <vscale x 4 x i16> @intrinsic_vwsll_mask_vx_nxv4i16_nxv4i8(<vscale x 4 x i16> %0, <vscale x 4 x i8> %1, iXLen%2, <vscale x 4 x i1> %3, iXLen %4) nounwind {
855 ; CHECK-LABEL: intrinsic_vwsll_mask_vx_nxv4i16_nxv4i8:
856 ; CHECK:       # %bb.0: # %entry
857 ; CHECK-NEXT:    vsetvli zero, a1, e8, mf2, ta, mu
858 ; CHECK-NEXT:    vwsll.vx v8, v9, a0, v0.t
859 ; CHECK-NEXT:    ret
860 entry:
861   %a = call <vscale x 4 x i16> @llvm.riscv.vwsll.mask.nxv4i16.nxv4i8.i8(
862     <vscale x 4 x i16> %0,
863     <vscale x 4 x i8> %1,
864     iXLen%2,
865     <vscale x 4 x i1> %3,
866     iXLen %4, iXLen 1)
868   ret <vscale x 4 x i16> %a
871 declare <vscale x 8 x i16> @llvm.riscv.vwsll.nxv8i16.nxv8i8(
872   <vscale x 8 x i16>,
873   <vscale x 8 x i8>,
874   iXLen,
875   iXLen);
877 define <vscale x 8 x i16> @intrinsic_vwsll_vx_nxv8i16_nxv8i8(<vscale x 8 x i8> %0, iXLen%1, iXLen %2) nounwind {
878 ; CHECK-LABEL: intrinsic_vwsll_vx_nxv8i16_nxv8i8:
879 ; CHECK:       # %bb.0: # %entry
880 ; CHECK-NEXT:    vsetvli zero, a1, e8, m1, ta, ma
881 ; CHECK-NEXT:    vwsll.vx v10, v8, a0
882 ; CHECK-NEXT:    vmv2r.v v8, v10
883 ; CHECK-NEXT:    ret
884 entry:
885   %a = call <vscale x 8 x i16> @llvm.riscv.vwsll.nxv8i16.nxv8i8(
886     <vscale x 8 x i16> undef,
887     <vscale x 8 x i8> %0,
888     iXLen%1,
889     iXLen %2)
891   ret <vscale x 8 x i16> %a
894 declare <vscale x 8 x i16> @llvm.riscv.vwsll.mask.nxv8i16.nxv8i8.i8(
895   <vscale x 8 x i16>,
896   <vscale x 8 x i8>,
897   iXLen,
898   <vscale x 8 x i1>,
899   iXLen,
900   iXLen);
902 define <vscale x 8 x i16> @intrinsic_vwsll_mask_vx_nxv8i16_nxv8i8(<vscale x 8 x i16> %0, <vscale x 8 x i8> %1, iXLen%2, <vscale x 8 x i1> %3, iXLen %4) nounwind {
903 ; CHECK-LABEL: intrinsic_vwsll_mask_vx_nxv8i16_nxv8i8:
904 ; CHECK:       # %bb.0: # %entry
905 ; CHECK-NEXT:    vsetvli zero, a1, e8, m1, ta, mu
906 ; CHECK-NEXT:    vwsll.vx v8, v10, a0, v0.t
907 ; CHECK-NEXT:    ret
908 entry:
909   %a = call <vscale x 8 x i16> @llvm.riscv.vwsll.mask.nxv8i16.nxv8i8.i8(
910     <vscale x 8 x i16> %0,
911     <vscale x 8 x i8> %1,
912     iXLen%2,
913     <vscale x 8 x i1> %3,
914     iXLen %4, iXLen 1)
916   ret <vscale x 8 x i16> %a
919 declare <vscale x 16 x i16> @llvm.riscv.vwsll.nxv16i16.nxv16i8(
920   <vscale x 16 x i16>,
921   <vscale x 16 x i8>,
922   iXLen,
923   iXLen);
925 define <vscale x 16 x i16> @intrinsic_vwsll_vx_nxv16i16_nxv16i8(<vscale x 16 x i8> %0, iXLen%1, iXLen %2) nounwind {
926 ; CHECK-LABEL: intrinsic_vwsll_vx_nxv16i16_nxv16i8:
927 ; CHECK:       # %bb.0: # %entry
928 ; CHECK-NEXT:    vsetvli zero, a1, e8, m2, ta, ma
929 ; CHECK-NEXT:    vwsll.vx v12, v8, a0
930 ; CHECK-NEXT:    vmv4r.v v8, v12
931 ; CHECK-NEXT:    ret
932 entry:
933   %a = call <vscale x 16 x i16> @llvm.riscv.vwsll.nxv16i16.nxv16i8(
934     <vscale x 16 x i16> undef,
935     <vscale x 16 x i8> %0,
936     iXLen%1,
937     iXLen %2)
939   ret <vscale x 16 x i16> %a
942 declare <vscale x 16 x i16> @llvm.riscv.vwsll.mask.nxv16i16.nxv16i8.i8(
943   <vscale x 16 x i16>,
944   <vscale x 16 x i8>,
945   iXLen,
946   <vscale x 16 x i1>,
947   iXLen,
948   iXLen);
950 define <vscale x 16 x i16> @intrinsic_vwsll_mask_vx_nxv16i16_nxv16i8(<vscale x 16 x i16> %0, <vscale x 16 x i8> %1, iXLen%2, <vscale x 16 x i1> %3, iXLen %4) nounwind {
951 ; CHECK-LABEL: intrinsic_vwsll_mask_vx_nxv16i16_nxv16i8:
952 ; CHECK:       # %bb.0: # %entry
953 ; CHECK-NEXT:    vsetvli zero, a1, e8, m2, ta, mu
954 ; CHECK-NEXT:    vwsll.vx v8, v12, a0, v0.t
955 ; CHECK-NEXT:    ret
956 entry:
957   %a = call <vscale x 16 x i16> @llvm.riscv.vwsll.mask.nxv16i16.nxv16i8.i8(
958     <vscale x 16 x i16> %0,
959     <vscale x 16 x i8> %1,
960     iXLen%2,
961     <vscale x 16 x i1> %3,
962     iXLen %4, iXLen 1)
964   ret <vscale x 16 x i16> %a
967 declare <vscale x 32 x i16> @llvm.riscv.vwsll.nxv32i16.nxv32i8(
968   <vscale x 32 x i16>,
969   <vscale x 32 x i8>,
970   iXLen,
971   iXLen);
973 define <vscale x 32 x i16> @intrinsic_vwsll_vx_nxv32i16_nxv32i8(<vscale x 32 x i8> %0, iXLen%1, iXLen %2) nounwind {
974 ; CHECK-LABEL: intrinsic_vwsll_vx_nxv32i16_nxv32i8:
975 ; CHECK:       # %bb.0: # %entry
976 ; CHECK-NEXT:    vsetvli zero, a1, e8, m4, ta, ma
977 ; CHECK-NEXT:    vwsll.vx v16, v8, a0
978 ; CHECK-NEXT:    vmv8r.v v8, v16
979 ; CHECK-NEXT:    ret
980 entry:
981   %a = call <vscale x 32 x i16> @llvm.riscv.vwsll.nxv32i16.nxv32i8(
982     <vscale x 32 x i16> undef,
983     <vscale x 32 x i8> %0,
984     iXLen%1,
985     iXLen %2)
987   ret <vscale x 32 x i16> %a
990 declare <vscale x 32 x i16> @llvm.riscv.vwsll.mask.nxv32i16.nxv32i8.i8(
991   <vscale x 32 x i16>,
992   <vscale x 32 x i8>,
993   iXLen,
994   <vscale x 32 x i1>,
995   iXLen,
996   iXLen);
998 define <vscale x 32 x i16> @intrinsic_vwsll_mask_vx_nxv32i16_nxv32i8(<vscale x 32 x i16> %0, <vscale x 32 x i8> %1, iXLen%2, <vscale x 32 x i1> %3, iXLen %4) nounwind {
999 ; CHECK-LABEL: intrinsic_vwsll_mask_vx_nxv32i16_nxv32i8:
1000 ; CHECK:       # %bb.0: # %entry
1001 ; CHECK-NEXT:    vsetvli zero, a1, e8, m4, ta, mu
1002 ; CHECK-NEXT:    vwsll.vx v8, v16, a0, v0.t
1003 ; CHECK-NEXT:    ret
1004 entry:
1005   %a = call <vscale x 32 x i16> @llvm.riscv.vwsll.mask.nxv32i16.nxv32i8.i8(
1006     <vscale x 32 x i16> %0,
1007     <vscale x 32 x i8> %1,
1008     iXLen%2,
1009     <vscale x 32 x i1> %3,
1010     iXLen %4, iXLen 1)
1012   ret <vscale x 32 x i16> %a
1015 declare <vscale x 1 x i32> @llvm.riscv.vwsll.nxv1i32.nxv1i16(
1016   <vscale x 1 x i32>,
1017   <vscale x 1 x i16>,
1018   iXLen,
1019   iXLen);
1021 define <vscale x 1 x i32> @intrinsic_vwsll_vx_nxv1i32_nxv1i16(<vscale x 1 x i16> %0, iXLen%1, iXLen %2) nounwind {
1022 ; CHECK-LABEL: intrinsic_vwsll_vx_nxv1i32_nxv1i16:
1023 ; CHECK:       # %bb.0: # %entry
1024 ; CHECK-NEXT:    vsetvli zero, a1, e16, mf4, ta, ma
1025 ; CHECK-NEXT:    vwsll.vx v9, v8, a0
1026 ; CHECK-NEXT:    vmv1r.v v8, v9
1027 ; CHECK-NEXT:    ret
1028 entry:
1029   %a = call <vscale x 1 x i32> @llvm.riscv.vwsll.nxv1i32.nxv1i16(
1030     <vscale x 1 x i32> undef,
1031     <vscale x 1 x i16> %0,
1032     iXLen%1,
1033     iXLen %2)
1035   ret <vscale x 1 x i32> %a
1038 declare <vscale x 1 x i32> @llvm.riscv.vwsll.mask.nxv1i32.nxv1i16.i16(
1039   <vscale x 1 x i32>,
1040   <vscale x 1 x i16>,
1041   iXLen,
1042   <vscale x 1 x i1>,
1043   iXLen,
1044   iXLen);
1046 define <vscale x 1 x i32> @intrinsic_vwsll_mask_vx_nxv1i32_nxv1i16(<vscale x 1 x i32> %0, <vscale x 1 x i16> %1, iXLen%2, <vscale x 1 x i1> %3, iXLen %4) nounwind {
1047 ; CHECK-LABEL: intrinsic_vwsll_mask_vx_nxv1i32_nxv1i16:
1048 ; CHECK:       # %bb.0: # %entry
1049 ; CHECK-NEXT:    vsetvli zero, a1, e16, mf4, ta, mu
1050 ; CHECK-NEXT:    vwsll.vx v8, v9, a0, v0.t
1051 ; CHECK-NEXT:    ret
1052 entry:
1053   %a = call <vscale x 1 x i32> @llvm.riscv.vwsll.mask.nxv1i32.nxv1i16.i16(
1054     <vscale x 1 x i32> %0,
1055     <vscale x 1 x i16> %1,
1056     iXLen%2,
1057     <vscale x 1 x i1> %3,
1058     iXLen %4, iXLen 1)
1060   ret <vscale x 1 x i32> %a
1063 declare <vscale x 2 x i32> @llvm.riscv.vwsll.nxv2i32.nxv2i16(
1064   <vscale x 2 x i32>,
1065   <vscale x 2 x i16>,
1066   iXLen,
1067   iXLen);
1069 define <vscale x 2 x i32> @intrinsic_vwsll_vx_nxv2i32_nxv2i16(<vscale x 2 x i16> %0, iXLen%1, iXLen %2) nounwind {
1070 ; CHECK-LABEL: intrinsic_vwsll_vx_nxv2i32_nxv2i16:
1071 ; CHECK:       # %bb.0: # %entry
1072 ; CHECK-NEXT:    vsetvli zero, a1, e16, mf2, ta, ma
1073 ; CHECK-NEXT:    vwsll.vx v9, v8, a0
1074 ; CHECK-NEXT:    vmv1r.v v8, v9
1075 ; CHECK-NEXT:    ret
1076 entry:
1077   %a = call <vscale x 2 x i32> @llvm.riscv.vwsll.nxv2i32.nxv2i16(
1078     <vscale x 2 x i32> undef,
1079     <vscale x 2 x i16> %0,
1080     iXLen%1,
1081     iXLen %2)
1083   ret <vscale x 2 x i32> %a
1086 declare <vscale x 2 x i32> @llvm.riscv.vwsll.mask.nxv2i32.nxv2i16.i16(
1087   <vscale x 2 x i32>,
1088   <vscale x 2 x i16>,
1089   iXLen,
1090   <vscale x 2 x i1>,
1091   iXLen,
1092   iXLen);
1094 define <vscale x 2 x i32> @intrinsic_vwsll_mask_vx_nxv2i32_nxv2i16(<vscale x 2 x i32> %0, <vscale x 2 x i16> %1, iXLen%2, <vscale x 2 x i1> %3, iXLen %4) nounwind {
1095 ; CHECK-LABEL: intrinsic_vwsll_mask_vx_nxv2i32_nxv2i16:
1096 ; CHECK:       # %bb.0: # %entry
1097 ; CHECK-NEXT:    vsetvli zero, a1, e16, mf2, ta, mu
1098 ; CHECK-NEXT:    vwsll.vx v8, v9, a0, v0.t
1099 ; CHECK-NEXT:    ret
1100 entry:
1101   %a = call <vscale x 2 x i32> @llvm.riscv.vwsll.mask.nxv2i32.nxv2i16.i16(
1102     <vscale x 2 x i32> %0,
1103     <vscale x 2 x i16> %1,
1104     iXLen%2,
1105     <vscale x 2 x i1> %3,
1106     iXLen %4, iXLen 1)
1108   ret <vscale x 2 x i32> %a
1111 declare <vscale x 4 x i32> @llvm.riscv.vwsll.nxv4i32.nxv4i16(
1112   <vscale x 4 x i32>,
1113   <vscale x 4 x i16>,
1114   iXLen,
1115   iXLen);
1117 define <vscale x 4 x i32> @intrinsic_vwsll_vx_nxv4i32_nxv4i16(<vscale x 4 x i16> %0, iXLen%1, iXLen %2) nounwind {
1118 ; CHECK-LABEL: intrinsic_vwsll_vx_nxv4i32_nxv4i16:
1119 ; CHECK:       # %bb.0: # %entry
1120 ; CHECK-NEXT:    vsetvli zero, a1, e16, m1, ta, ma
1121 ; CHECK-NEXT:    vwsll.vx v10, v8, a0
1122 ; CHECK-NEXT:    vmv2r.v v8, v10
1123 ; CHECK-NEXT:    ret
1124 entry:
1125   %a = call <vscale x 4 x i32> @llvm.riscv.vwsll.nxv4i32.nxv4i16(
1126     <vscale x 4 x i32> undef,
1127     <vscale x 4 x i16> %0,
1128     iXLen%1,
1129     iXLen %2)
1131   ret <vscale x 4 x i32> %a
1134 declare <vscale x 4 x i32> @llvm.riscv.vwsll.mask.nxv4i32.nxv4i16.i16(
1135   <vscale x 4 x i32>,
1136   <vscale x 4 x i16>,
1137   iXLen,
1138   <vscale x 4 x i1>,
1139   iXLen,
1140   iXLen);
1142 define <vscale x 4 x i32> @intrinsic_vwsll_mask_vx_nxv4i32_nxv4i16(<vscale x 4 x i32> %0, <vscale x 4 x i16> %1, iXLen%2, <vscale x 4 x i1> %3, iXLen %4) nounwind {
1143 ; CHECK-LABEL: intrinsic_vwsll_mask_vx_nxv4i32_nxv4i16:
1144 ; CHECK:       # %bb.0: # %entry
1145 ; CHECK-NEXT:    vsetvli zero, a1, e16, m1, ta, mu
1146 ; CHECK-NEXT:    vwsll.vx v8, v10, a0, v0.t
1147 ; CHECK-NEXT:    ret
1148 entry:
1149   %a = call <vscale x 4 x i32> @llvm.riscv.vwsll.mask.nxv4i32.nxv4i16.i16(
1150     <vscale x 4 x i32> %0,
1151     <vscale x 4 x i16> %1,
1152     iXLen%2,
1153     <vscale x 4 x i1> %3,
1154     iXLen %4, iXLen 1)
1156   ret <vscale x 4 x i32> %a
1159 declare <vscale x 8 x i32> @llvm.riscv.vwsll.nxv8i32.nxv8i16(
1160   <vscale x 8 x i32>,
1161   <vscale x 8 x i16>,
1162   iXLen,
1163   iXLen);
1165 define <vscale x 8 x i32> @intrinsic_vwsll_vx_nxv8i32_nxv8i16(<vscale x 8 x i16> %0, iXLen%1, iXLen %2) nounwind {
1166 ; CHECK-LABEL: intrinsic_vwsll_vx_nxv8i32_nxv8i16:
1167 ; CHECK:       # %bb.0: # %entry
1168 ; CHECK-NEXT:    vsetvli zero, a1, e16, m2, ta, ma
1169 ; CHECK-NEXT:    vwsll.vx v12, v8, a0
1170 ; CHECK-NEXT:    vmv4r.v v8, v12
1171 ; CHECK-NEXT:    ret
1172 entry:
1173   %a = call <vscale x 8 x i32> @llvm.riscv.vwsll.nxv8i32.nxv8i16(
1174     <vscale x 8 x i32> undef,
1175     <vscale x 8 x i16> %0,
1176     iXLen%1,
1177     iXLen %2)
1179   ret <vscale x 8 x i32> %a
1182 declare <vscale x 8 x i32> @llvm.riscv.vwsll.mask.nxv8i32.nxv8i16.i16(
1183   <vscale x 8 x i32>,
1184   <vscale x 8 x i16>,
1185   iXLen,
1186   <vscale x 8 x i1>,
1187   iXLen,
1188   iXLen);
1190 define <vscale x 8 x i32> @intrinsic_vwsll_mask_vx_nxv8i32_nxv8i16(<vscale x 8 x i32> %0, <vscale x 8 x i16> %1, iXLen%2, <vscale x 8 x i1> %3, iXLen %4) nounwind {
1191 ; CHECK-LABEL: intrinsic_vwsll_mask_vx_nxv8i32_nxv8i16:
1192 ; CHECK:       # %bb.0: # %entry
1193 ; CHECK-NEXT:    vsetvli zero, a1, e16, m2, ta, mu
1194 ; CHECK-NEXT:    vwsll.vx v8, v12, a0, v0.t
1195 ; CHECK-NEXT:    ret
1196 entry:
1197   %a = call <vscale x 8 x i32> @llvm.riscv.vwsll.mask.nxv8i32.nxv8i16.i16(
1198     <vscale x 8 x i32> %0,
1199     <vscale x 8 x i16> %1,
1200     iXLen%2,
1201     <vscale x 8 x i1> %3,
1202     iXLen %4, iXLen 1)
1204   ret <vscale x 8 x i32> %a
1207 declare <vscale x 16 x i32> @llvm.riscv.vwsll.nxv16i32.nxv16i16(
1208   <vscale x 16 x i32>,
1209   <vscale x 16 x i16>,
1210   iXLen,
1211   iXLen);
1213 define <vscale x 16 x i32> @intrinsic_vwsll_vx_nxv16i32_nxv16i16(<vscale x 16 x i16> %0, iXLen%1, iXLen %2) nounwind {
1214 ; CHECK-LABEL: intrinsic_vwsll_vx_nxv16i32_nxv16i16:
1215 ; CHECK:       # %bb.0: # %entry
1216 ; CHECK-NEXT:    vsetvli zero, a1, e16, m4, ta, ma
1217 ; CHECK-NEXT:    vwsll.vx v16, v8, a0
1218 ; CHECK-NEXT:    vmv8r.v v8, v16
1219 ; CHECK-NEXT:    ret
1220 entry:
1221   %a = call <vscale x 16 x i32> @llvm.riscv.vwsll.nxv16i32.nxv16i16(
1222     <vscale x 16 x i32> undef,
1223     <vscale x 16 x i16> %0,
1224     iXLen%1,
1225     iXLen %2)
1227   ret <vscale x 16 x i32> %a
1230 declare <vscale x 16 x i32> @llvm.riscv.vwsll.mask.nxv16i32.nxv16i16.i16(
1231   <vscale x 16 x i32>,
1232   <vscale x 16 x i16>,
1233   iXLen,
1234   <vscale x 16 x i1>,
1235   iXLen,
1236   iXLen);
1238 define <vscale x 16 x i32> @intrinsic_vwsll_mask_vx_nxv16i32_nxv16i16(<vscale x 16 x i32> %0, <vscale x 16 x i16> %1, iXLen%2, <vscale x 16 x i1> %3, iXLen %4) nounwind {
1239 ; CHECK-LABEL: intrinsic_vwsll_mask_vx_nxv16i32_nxv16i16:
1240 ; CHECK:       # %bb.0: # %entry
1241 ; CHECK-NEXT:    vsetvli zero, a1, e16, m4, ta, mu
1242 ; CHECK-NEXT:    vwsll.vx v8, v16, a0, v0.t
1243 ; CHECK-NEXT:    ret
1244 entry:
1245   %a = call <vscale x 16 x i32> @llvm.riscv.vwsll.mask.nxv16i32.nxv16i16.i16(
1246     <vscale x 16 x i32> %0,
1247     <vscale x 16 x i16> %1,
1248     iXLen%2,
1249     <vscale x 16 x i1> %3,
1250     iXLen %4, iXLen 1)
1252   ret <vscale x 16 x i32> %a
1255 declare <vscale x 1 x i64> @llvm.riscv.vwsll.nxv1i64.nxv1i32(
1256   <vscale x 1 x i64>,
1257   <vscale x 1 x i32>,
1258   iXLen,
1259   iXLen);
1261 define <vscale x 1 x i64> @intrinsic_vwsll_vx_nxv1i64_nxv1i32(<vscale x 1 x i32> %0, iXLen%1, iXLen %2) nounwind {
1262 ; CHECK-LABEL: intrinsic_vwsll_vx_nxv1i64_nxv1i32:
1263 ; CHECK:       # %bb.0: # %entry
1264 ; CHECK-NEXT:    vsetvli zero, a1, e32, mf2, ta, ma
1265 ; CHECK-NEXT:    vwsll.vx v9, v8, a0
1266 ; CHECK-NEXT:    vmv1r.v v8, v9
1267 ; CHECK-NEXT:    ret
1268 entry:
1269   %a = call <vscale x 1 x i64> @llvm.riscv.vwsll.nxv1i64.nxv1i32(
1270     <vscale x 1 x i64> undef,
1271     <vscale x 1 x i32> %0,
1272     iXLen%1,
1273     iXLen %2)
1275   ret <vscale x 1 x i64> %a
1278 declare <vscale x 1 x i64> @llvm.riscv.vwsll.mask.nxv1i64.nxv1i32.i32(
1279   <vscale x 1 x i64>,
1280   <vscale x 1 x i32>,
1281   iXLen,
1282   <vscale x 1 x i1>,
1283   iXLen,
1284   iXLen);
1286 define <vscale x 1 x i64> @intrinsic_vwsll_mask_vx_nxv1i64_nxv1i32(<vscale x 1 x i64> %0, <vscale x 1 x i32> %1, iXLen%2, <vscale x 1 x i1> %3, iXLen %4) nounwind {
1287 ; CHECK-LABEL: intrinsic_vwsll_mask_vx_nxv1i64_nxv1i32:
1288 ; CHECK:       # %bb.0: # %entry
1289 ; CHECK-NEXT:    vsetvli zero, a1, e32, mf2, ta, mu
1290 ; CHECK-NEXT:    vwsll.vx v8, v9, a0, v0.t
1291 ; CHECK-NEXT:    ret
1292 entry:
1293   %a = call <vscale x 1 x i64> @llvm.riscv.vwsll.mask.nxv1i64.nxv1i32.i32(
1294     <vscale x 1 x i64> %0,
1295     <vscale x 1 x i32> %1,
1296     iXLen%2,
1297     <vscale x 1 x i1> %3,
1298     iXLen %4, iXLen 1)
1300   ret <vscale x 1 x i64> %a
1303 declare <vscale x 2 x i64> @llvm.riscv.vwsll.nxv2i64.nxv2i32(
1304   <vscale x 2 x i64>,
1305   <vscale x 2 x i32>,
1306   iXLen,
1307   iXLen);
1309 define <vscale x 2 x i64> @intrinsic_vwsll_vx_nxv2i64_nxv2i32(<vscale x 2 x i32> %0, iXLen%1, iXLen %2) nounwind {
1310 ; CHECK-LABEL: intrinsic_vwsll_vx_nxv2i64_nxv2i32:
1311 ; CHECK:       # %bb.0: # %entry
1312 ; CHECK-NEXT:    vsetvli zero, a1, e32, m1, ta, ma
1313 ; CHECK-NEXT:    vwsll.vx v10, v8, a0
1314 ; CHECK-NEXT:    vmv2r.v v8, v10
1315 ; CHECK-NEXT:    ret
1316 entry:
1317   %a = call <vscale x 2 x i64> @llvm.riscv.vwsll.nxv2i64.nxv2i32(
1318     <vscale x 2 x i64> undef,
1319     <vscale x 2 x i32> %0,
1320     iXLen%1,
1321     iXLen %2)
1323   ret <vscale x 2 x i64> %a
1326 declare <vscale x 2 x i64> @llvm.riscv.vwsll.mask.nxv2i64.nxv2i32.i32(
1327   <vscale x 2 x i64>,
1328   <vscale x 2 x i32>,
1329   iXLen,
1330   <vscale x 2 x i1>,
1331   iXLen,
1332   iXLen);
1334 define <vscale x 2 x i64> @intrinsic_vwsll_mask_vx_nxv2i64_nxv2i32(<vscale x 2 x i64> %0, <vscale x 2 x i32> %1, iXLen%2, <vscale x 2 x i1> %3, iXLen %4) nounwind {
1335 ; CHECK-LABEL: intrinsic_vwsll_mask_vx_nxv2i64_nxv2i32:
1336 ; CHECK:       # %bb.0: # %entry
1337 ; CHECK-NEXT:    vsetvli zero, a1, e32, m1, ta, mu
1338 ; CHECK-NEXT:    vwsll.vx v8, v10, a0, v0.t
1339 ; CHECK-NEXT:    ret
1340 entry:
1341   %a = call <vscale x 2 x i64> @llvm.riscv.vwsll.mask.nxv2i64.nxv2i32.i32(
1342     <vscale x 2 x i64> %0,
1343     <vscale x 2 x i32> %1,
1344     iXLen%2,
1345     <vscale x 2 x i1> %3,
1346     iXLen %4, iXLen 1)
1348   ret <vscale x 2 x i64> %a
1351 declare <vscale x 4 x i64> @llvm.riscv.vwsll.nxv4i64.nxv4i32(
1352   <vscale x 4 x i64>,
1353   <vscale x 4 x i32>,
1354   iXLen,
1355   iXLen);
1357 define <vscale x 4 x i64> @intrinsic_vwsll_vx_nxv4i64_nxv4i32(<vscale x 4 x i32> %0, iXLen%1, iXLen %2) nounwind {
1358 ; CHECK-LABEL: intrinsic_vwsll_vx_nxv4i64_nxv4i32:
1359 ; CHECK:       # %bb.0: # %entry
1360 ; CHECK-NEXT:    vsetvli zero, a1, e32, m2, ta, ma
1361 ; CHECK-NEXT:    vwsll.vx v12, v8, a0
1362 ; CHECK-NEXT:    vmv4r.v v8, v12
1363 ; CHECK-NEXT:    ret
1364 entry:
1365   %a = call <vscale x 4 x i64> @llvm.riscv.vwsll.nxv4i64.nxv4i32(
1366     <vscale x 4 x i64> undef,
1367     <vscale x 4 x i32> %0,
1368     iXLen%1,
1369     iXLen %2)
1371   ret <vscale x 4 x i64> %a
1374 declare <vscale x 4 x i64> @llvm.riscv.vwsll.mask.nxv4i64.nxv4i32.i32(
1375   <vscale x 4 x i64>,
1376   <vscale x 4 x i32>,
1377   iXLen,
1378   <vscale x 4 x i1>,
1379   iXLen,
1380   iXLen);
1382 define <vscale x 4 x i64> @intrinsic_vwsll_mask_vx_nxv4i64_nxv4i32(<vscale x 4 x i64> %0, <vscale x 4 x i32> %1, iXLen%2, <vscale x 4 x i1> %3, iXLen %4) nounwind {
1383 ; CHECK-LABEL: intrinsic_vwsll_mask_vx_nxv4i64_nxv4i32:
1384 ; CHECK:       # %bb.0: # %entry
1385 ; CHECK-NEXT:    vsetvli zero, a1, e32, m2, ta, mu
1386 ; CHECK-NEXT:    vwsll.vx v8, v12, a0, v0.t
1387 ; CHECK-NEXT:    ret
1388 entry:
1389   %a = call <vscale x 4 x i64> @llvm.riscv.vwsll.mask.nxv4i64.nxv4i32.i32(
1390     <vscale x 4 x i64> %0,
1391     <vscale x 4 x i32> %1,
1392     iXLen%2,
1393     <vscale x 4 x i1> %3,
1394     iXLen %4, iXLen 1)
1396   ret <vscale x 4 x i64> %a
1399 declare <vscale x 8 x i64> @llvm.riscv.vwsll.nxv8i64.nxv8i32(
1400   <vscale x 8 x i64>,
1401   <vscale x 8 x i32>,
1402   iXLen,
1403   iXLen);
1405 define <vscale x 8 x i64> @intrinsic_vwsll_vx_nxv8i64_nxv8i32(<vscale x 8 x i32> %0, iXLen%1, iXLen %2) nounwind {
1406 ; CHECK-LABEL: intrinsic_vwsll_vx_nxv8i64_nxv8i32:
1407 ; CHECK:       # %bb.0: # %entry
1408 ; CHECK-NEXT:    vsetvli zero, a1, e32, m4, ta, ma
1409 ; CHECK-NEXT:    vwsll.vx v16, v8, a0
1410 ; CHECK-NEXT:    vmv8r.v v8, v16
1411 ; CHECK-NEXT:    ret
1412 entry:
1413   %a = call <vscale x 8 x i64> @llvm.riscv.vwsll.nxv8i64.nxv8i32(
1414     <vscale x 8 x i64> undef,
1415     <vscale x 8 x i32> %0,
1416     iXLen%1,
1417     iXLen %2)
1419   ret <vscale x 8 x i64> %a
1422 declare <vscale x 8 x i64> @llvm.riscv.vwsll.mask.nxv8i64.nxv8i32.i32(
1423   <vscale x 8 x i64>,
1424   <vscale x 8 x i32>,
1425   iXLen,
1426   <vscale x 8 x i1>,
1427   iXLen,
1428   iXLen);
1430 define <vscale x 8 x i64> @intrinsic_vwsll_mask_vx_nxv8i64_nxv8i32(<vscale x 8 x i64> %0, <vscale x 8 x i32> %1, iXLen%2, <vscale x 8 x i1> %3, iXLen %4) nounwind {
1431 ; CHECK-LABEL: intrinsic_vwsll_mask_vx_nxv8i64_nxv8i32:
1432 ; CHECK:       # %bb.0: # %entry
1433 ; CHECK-NEXT:    vsetvli zero, a1, e32, m4, ta, mu
1434 ; CHECK-NEXT:    vwsll.vx v8, v16, a0, v0.t
1435 ; CHECK-NEXT:    ret
1436 entry:
1437   %a = call <vscale x 8 x i64> @llvm.riscv.vwsll.mask.nxv8i64.nxv8i32.i32(
1438     <vscale x 8 x i64> %0,
1439     <vscale x 8 x i32> %1,
1440     iXLen%2,
1441     <vscale x 8 x i1> %3,
1442     iXLen %4, iXLen 1)
1444   ret <vscale x 8 x i64> %a
1447 define <vscale x 1 x i16> @intrinsic_vwsll_vi_nxv1i16_nxv1i8(<vscale x 1 x i8> %0, iXLen %1) nounwind {
1448 ; CHECK-LABEL: intrinsic_vwsll_vi_nxv1i16_nxv1i8:
1449 ; CHECK:       # %bb.0: # %entry
1450 ; CHECK-NEXT:    vsetvli zero, a0, e8, mf8, ta, ma
1451 ; CHECK-NEXT:    vwsll.vi v9, v8, 1
1452 ; CHECK-NEXT:    vmv1r.v v8, v9
1453 ; CHECK-NEXT:    ret
1454 entry:
1455   %a = call <vscale x 1 x i16> @llvm.riscv.vwsll.nxv1i16.nxv1i8(
1456     <vscale x 1 x i16> undef,
1457     <vscale x 1 x i8> %0,
1458     iXLen 1,
1459     iXLen %1)
1461   ret <vscale x 1 x i16> %a
1464 define <vscale x 1 x i16> @intrinsic_vwsll_mask_vi_nxv1i16_nxv1i8(<vscale x 1 x i16> %0, <vscale x 1 x i8> %1, <vscale x 1 x i1> %2, iXLen %3) nounwind {
1465 ; CHECK-LABEL: intrinsic_vwsll_mask_vi_nxv1i16_nxv1i8:
1466 ; CHECK:       # %bb.0: # %entry
1467 ; CHECK-NEXT:    vsetvli zero, a0, e8, mf8, ta, mu
1468 ; CHECK-NEXT:    vwsll.vi v8, v9, 1, v0.t
1469 ; CHECK-NEXT:    ret
1470 entry:
1471   %a = call <vscale x 1 x i16> @llvm.riscv.vwsll.mask.nxv1i16.nxv1i8.i8(
1472     <vscale x 1 x i16> %0,
1473     <vscale x 1 x i8> %1,
1474     iXLen 1,
1475     <vscale x 1 x i1> %2,
1476     iXLen %3, iXLen 1)
1478   ret <vscale x 1 x i16> %a
1481 define <vscale x 2 x i16> @intrinsic_vwsll_vi_nxv2i16_nxv2i8(<vscale x 2 x i8> %0, iXLen %1) nounwind {
1482 ; CHECK-LABEL: intrinsic_vwsll_vi_nxv2i16_nxv2i8:
1483 ; CHECK:       # %bb.0: # %entry
1484 ; CHECK-NEXT:    vsetvli zero, a0, e8, mf4, ta, ma
1485 ; CHECK-NEXT:    vwsll.vi v9, v8, 1
1486 ; CHECK-NEXT:    vmv1r.v v8, v9
1487 ; CHECK-NEXT:    ret
1488 entry:
1489   %a = call <vscale x 2 x i16> @llvm.riscv.vwsll.nxv2i16.nxv2i8(
1490     <vscale x 2 x i16> undef,
1491     <vscale x 2 x i8> %0,
1492     iXLen 1,
1493     iXLen %1)
1495   ret <vscale x 2 x i16> %a
1498 define <vscale x 2 x i16> @intrinsic_vwsll_mask_vi_nxv2i16_nxv2i8(<vscale x 2 x i16> %0, <vscale x 2 x i8> %1, <vscale x 2 x i1> %2, iXLen %3) nounwind {
1499 ; CHECK-LABEL: intrinsic_vwsll_mask_vi_nxv2i16_nxv2i8:
1500 ; CHECK:       # %bb.0: # %entry
1501 ; CHECK-NEXT:    vsetvli zero, a0, e8, mf4, ta, mu
1502 ; CHECK-NEXT:    vwsll.vi v8, v9, 1, v0.t
1503 ; CHECK-NEXT:    ret
1504 entry:
1505   %a = call <vscale x 2 x i16> @llvm.riscv.vwsll.mask.nxv2i16.nxv2i8.i8(
1506     <vscale x 2 x i16> %0,
1507     <vscale x 2 x i8> %1,
1508     iXLen 1,
1509     <vscale x 2 x i1> %2,
1510     iXLen %3, iXLen 1)
1512   ret <vscale x 2 x i16> %a
1515 define <vscale x 4 x i16> @intrinsic_vwsll_vi_nxv4i16_nxv4i8(<vscale x 4 x i8> %0, iXLen %1) nounwind {
1516 ; CHECK-LABEL: intrinsic_vwsll_vi_nxv4i16_nxv4i8:
1517 ; CHECK:       # %bb.0: # %entry
1518 ; CHECK-NEXT:    vsetvli zero, a0, e8, mf2, ta, ma
1519 ; CHECK-NEXT:    vwsll.vi v9, v8, 1
1520 ; CHECK-NEXT:    vmv1r.v v8, v9
1521 ; CHECK-NEXT:    ret
1522 entry:
1523   %a = call <vscale x 4 x i16> @llvm.riscv.vwsll.nxv4i16.nxv4i8(
1524     <vscale x 4 x i16> undef,
1525     <vscale x 4 x i8> %0,
1526     iXLen 1,
1527     iXLen %1)
1529   ret <vscale x 4 x i16> %a
1532 define <vscale x 4 x i16> @intrinsic_vwsll_mask_vi_nxv4i16_nxv4i8(<vscale x 4 x i16> %0, <vscale x 4 x i8> %1, <vscale x 4 x i1> %2, iXLen %3) nounwind {
1533 ; CHECK-LABEL: intrinsic_vwsll_mask_vi_nxv4i16_nxv4i8:
1534 ; CHECK:       # %bb.0: # %entry
1535 ; CHECK-NEXT:    vsetvli zero, a0, e8, mf2, ta, mu
1536 ; CHECK-NEXT:    vwsll.vi v8, v9, 1, v0.t
1537 ; CHECK-NEXT:    ret
1538 entry:
1539   %a = call <vscale x 4 x i16> @llvm.riscv.vwsll.mask.nxv4i16.nxv4i8.i8(
1540     <vscale x 4 x i16> %0,
1541     <vscale x 4 x i8> %1,
1542     iXLen 1,
1543     <vscale x 4 x i1> %2,
1544     iXLen %3, iXLen 1)
1546   ret <vscale x 4 x i16> %a
1549 define <vscale x 8 x i16> @intrinsic_vwsll_vi_nxv8i16_nxv8i8(<vscale x 8 x i8> %0, iXLen %1) nounwind {
1550 ; CHECK-LABEL: intrinsic_vwsll_vi_nxv8i16_nxv8i8:
1551 ; CHECK:       # %bb.0: # %entry
1552 ; CHECK-NEXT:    vsetvli zero, a0, e8, m1, ta, ma
1553 ; CHECK-NEXT:    vwsll.vi v10, v8, 1
1554 ; CHECK-NEXT:    vmv2r.v v8, v10
1555 ; CHECK-NEXT:    ret
1556 entry:
1557   %a = call <vscale x 8 x i16> @llvm.riscv.vwsll.nxv8i16.nxv8i8(
1558     <vscale x 8 x i16> undef,
1559     <vscale x 8 x i8> %0,
1560     iXLen 1,
1561     iXLen %1)
1563   ret <vscale x 8 x i16> %a
1566 define <vscale x 8 x i16> @intrinsic_vwsll_mask_vi_nxv8i16_nxv8i8(<vscale x 8 x i16> %0, <vscale x 8 x i8> %1, <vscale x 8 x i1> %2, iXLen %3) nounwind {
1567 ; CHECK-LABEL: intrinsic_vwsll_mask_vi_nxv8i16_nxv8i8:
1568 ; CHECK:       # %bb.0: # %entry
1569 ; CHECK-NEXT:    vsetvli zero, a0, e8, m1, ta, mu
1570 ; CHECK-NEXT:    vwsll.vi v8, v10, 1, v0.t
1571 ; CHECK-NEXT:    ret
1572 entry:
1573   %a = call <vscale x 8 x i16> @llvm.riscv.vwsll.mask.nxv8i16.nxv8i8.i8(
1574     <vscale x 8 x i16> %0,
1575     <vscale x 8 x i8> %1,
1576     iXLen 1,
1577     <vscale x 8 x i1> %2,
1578     iXLen %3, iXLen 1)
1580   ret <vscale x 8 x i16> %a
1583 define <vscale x 16 x i16> @intrinsic_vwsll_vi_nxv16i16_nxv16i8(<vscale x 16 x i8> %0, iXLen %1) nounwind {
1584 ; CHECK-LABEL: intrinsic_vwsll_vi_nxv16i16_nxv16i8:
1585 ; CHECK:       # %bb.0: # %entry
1586 ; CHECK-NEXT:    vsetvli zero, a0, e8, m2, ta, ma
1587 ; CHECK-NEXT:    vwsll.vi v12, v8, 1
1588 ; CHECK-NEXT:    vmv4r.v v8, v12
1589 ; CHECK-NEXT:    ret
1590 entry:
1591   %a = call <vscale x 16 x i16> @llvm.riscv.vwsll.nxv16i16.nxv16i8(
1592     <vscale x 16 x i16> undef,
1593     <vscale x 16 x i8> %0,
1594     iXLen 1,
1595     iXLen %1)
1597   ret <vscale x 16 x i16> %a
1600 define <vscale x 16 x i16> @intrinsic_vwsll_mask_vi_nxv16i16_nxv16i8(<vscale x 16 x i16> %0, <vscale x 16 x i8> %1, <vscale x 16 x i1> %2, iXLen %3) nounwind {
1601 ; CHECK-LABEL: intrinsic_vwsll_mask_vi_nxv16i16_nxv16i8:
1602 ; CHECK:       # %bb.0: # %entry
1603 ; CHECK-NEXT:    vsetvli zero, a0, e8, m2, ta, mu
1604 ; CHECK-NEXT:    vwsll.vi v8, v12, 1, v0.t
1605 ; CHECK-NEXT:    ret
1606 entry:
1607   %a = call <vscale x 16 x i16> @llvm.riscv.vwsll.mask.nxv16i16.nxv16i8.i8(
1608     <vscale x 16 x i16> %0,
1609     <vscale x 16 x i8> %1,
1610     iXLen 1,
1611     <vscale x 16 x i1> %2,
1612     iXLen %3, iXLen 1)
1614   ret <vscale x 16 x i16> %a
1617 define <vscale x 32 x i16> @intrinsic_vwsll_vi_nxv32i16_nxv32i8(<vscale x 32 x i8> %0, iXLen %1) nounwind {
1618 ; CHECK-LABEL: intrinsic_vwsll_vi_nxv32i16_nxv32i8:
1619 ; CHECK:       # %bb.0: # %entry
1620 ; CHECK-NEXT:    vsetvli zero, a0, e8, m4, ta, ma
1621 ; CHECK-NEXT:    vwsll.vi v16, v8, 1
1622 ; CHECK-NEXT:    vmv8r.v v8, v16
1623 ; CHECK-NEXT:    ret
1624 entry:
1625   %a = call <vscale x 32 x i16> @llvm.riscv.vwsll.nxv32i16.nxv32i8(
1626     <vscale x 32 x i16> undef,
1627     <vscale x 32 x i8> %0,
1628     iXLen 1,
1629     iXLen %1)
1631   ret <vscale x 32 x i16> %a
1634 define <vscale x 32 x i16> @intrinsic_vwsll_mask_vi_nxv32i16_nxv32i8(<vscale x 32 x i16> %0, <vscale x 32 x i8> %1, <vscale x 32 x i1> %2, iXLen %3) nounwind {
1635 ; CHECK-LABEL: intrinsic_vwsll_mask_vi_nxv32i16_nxv32i8:
1636 ; CHECK:       # %bb.0: # %entry
1637 ; CHECK-NEXT:    vsetvli zero, a0, e8, m4, ta, mu
1638 ; CHECK-NEXT:    vwsll.vi v8, v16, 1, v0.t
1639 ; CHECK-NEXT:    ret
1640 entry:
1641   %a = call <vscale x 32 x i16> @llvm.riscv.vwsll.mask.nxv32i16.nxv32i8.i8(
1642     <vscale x 32 x i16> %0,
1643     <vscale x 32 x i8> %1,
1644     iXLen 1,
1645     <vscale x 32 x i1> %2,
1646     iXLen %3, iXLen 1)
1648   ret <vscale x 32 x i16> %a
1651 define <vscale x 1 x i32> @intrinsic_vwsll_vi_nxv1i32_nxv1i16(<vscale x 1 x i16> %0, iXLen %1) nounwind {
1652 ; CHECK-LABEL: intrinsic_vwsll_vi_nxv1i32_nxv1i16:
1653 ; CHECK:       # %bb.0: # %entry
1654 ; CHECK-NEXT:    vsetvli zero, a0, e16, mf4, ta, ma
1655 ; CHECK-NEXT:    vwsll.vi v9, v8, 1
1656 ; CHECK-NEXT:    vmv1r.v v8, v9
1657 ; CHECK-NEXT:    ret
1658 entry:
1659   %a = call <vscale x 1 x i32> @llvm.riscv.vwsll.nxv1i32.nxv1i16(
1660     <vscale x 1 x i32> undef,
1661     <vscale x 1 x i16> %0,
1662     iXLen 1,
1663     iXLen %1)
1665   ret <vscale x 1 x i32> %a
1668 define <vscale x 1 x i32> @intrinsic_vwsll_mask_vi_nxv1i32_nxv1i16(<vscale x 1 x i32> %0, <vscale x 1 x i16> %1, <vscale x 1 x i1> %2, iXLen %3) nounwind {
1669 ; CHECK-LABEL: intrinsic_vwsll_mask_vi_nxv1i32_nxv1i16:
1670 ; CHECK:       # %bb.0: # %entry
1671 ; CHECK-NEXT:    vsetvli zero, a0, e16, mf4, ta, mu
1672 ; CHECK-NEXT:    vwsll.vi v8, v9, 1, v0.t
1673 ; CHECK-NEXT:    ret
1674 entry:
1675   %a = call <vscale x 1 x i32> @llvm.riscv.vwsll.mask.nxv1i32.nxv1i16.i16(
1676     <vscale x 1 x i32> %0,
1677     <vscale x 1 x i16> %1,
1678     iXLen 1,
1679     <vscale x 1 x i1> %2,
1680     iXLen %3, iXLen 1)
1682   ret <vscale x 1 x i32> %a
1685 define <vscale x 2 x i32> @intrinsic_vwsll_vi_nxv2i32_nxv2i16(<vscale x 2 x i16> %0, iXLen %1) nounwind {
1686 ; CHECK-LABEL: intrinsic_vwsll_vi_nxv2i32_nxv2i16:
1687 ; CHECK:       # %bb.0: # %entry
1688 ; CHECK-NEXT:    vsetvli zero, a0, e16, mf2, ta, ma
1689 ; CHECK-NEXT:    vwsll.vi v9, v8, 1
1690 ; CHECK-NEXT:    vmv1r.v v8, v9
1691 ; CHECK-NEXT:    ret
1692 entry:
1693   %a = call <vscale x 2 x i32> @llvm.riscv.vwsll.nxv2i32.nxv2i16(
1694     <vscale x 2 x i32> undef,
1695     <vscale x 2 x i16> %0,
1696     iXLen 1,
1697     iXLen %1)
1699   ret <vscale x 2 x i32> %a
1702 define <vscale x 2 x i32> @intrinsic_vwsll_mask_vi_nxv2i32_nxv2i16(<vscale x 2 x i32> %0, <vscale x 2 x i16> %1, <vscale x 2 x i1> %2, iXLen %3) nounwind {
1703 ; CHECK-LABEL: intrinsic_vwsll_mask_vi_nxv2i32_nxv2i16:
1704 ; CHECK:       # %bb.0: # %entry
1705 ; CHECK-NEXT:    vsetvli zero, a0, e16, mf2, ta, mu
1706 ; CHECK-NEXT:    vwsll.vi v8, v9, 1, v0.t
1707 ; CHECK-NEXT:    ret
1708 entry:
1709   %a = call <vscale x 2 x i32> @llvm.riscv.vwsll.mask.nxv2i32.nxv2i16.i16(
1710     <vscale x 2 x i32> %0,
1711     <vscale x 2 x i16> %1,
1712     iXLen 1,
1713     <vscale x 2 x i1> %2,
1714     iXLen %3, iXLen 1)
1716   ret <vscale x 2 x i32> %a
1719 define <vscale x 4 x i32> @intrinsic_vwsll_vi_nxv4i32_nxv4i16(<vscale x 4 x i16> %0, iXLen %1) nounwind {
1720 ; CHECK-LABEL: intrinsic_vwsll_vi_nxv4i32_nxv4i16:
1721 ; CHECK:       # %bb.0: # %entry
1722 ; CHECK-NEXT:    vsetvli zero, a0, e16, m1, ta, ma
1723 ; CHECK-NEXT:    vwsll.vi v10, v8, 1
1724 ; CHECK-NEXT:    vmv2r.v v8, v10
1725 ; CHECK-NEXT:    ret
1726 entry:
1727   %a = call <vscale x 4 x i32> @llvm.riscv.vwsll.nxv4i32.nxv4i16(
1728     <vscale x 4 x i32> undef,
1729     <vscale x 4 x i16> %0,
1730     iXLen 1,
1731     iXLen %1)
1733   ret <vscale x 4 x i32> %a
1736 define <vscale x 4 x i32> @intrinsic_vwsll_mask_vi_nxv4i32_nxv4i16(<vscale x 4 x i32> %0, <vscale x 4 x i16> %1, <vscale x 4 x i1> %2, iXLen %3) nounwind {
1737 ; CHECK-LABEL: intrinsic_vwsll_mask_vi_nxv4i32_nxv4i16:
1738 ; CHECK:       # %bb.0: # %entry
1739 ; CHECK-NEXT:    vsetvli zero, a0, e16, m1, ta, mu
1740 ; CHECK-NEXT:    vwsll.vi v8, v10, 1, v0.t
1741 ; CHECK-NEXT:    ret
1742 entry:
1743   %a = call <vscale x 4 x i32> @llvm.riscv.vwsll.mask.nxv4i32.nxv4i16.i16(
1744     <vscale x 4 x i32> %0,
1745     <vscale x 4 x i16> %1,
1746     iXLen 1,
1747     <vscale x 4 x i1> %2,
1748     iXLen %3, iXLen 1)
1750   ret <vscale x 4 x i32> %a
1753 define <vscale x 8 x i32> @intrinsic_vwsll_vi_nxv8i32_nxv8i16(<vscale x 8 x i16> %0, iXLen %1) nounwind {
1754 ; CHECK-LABEL: intrinsic_vwsll_vi_nxv8i32_nxv8i16:
1755 ; CHECK:       # %bb.0: # %entry
1756 ; CHECK-NEXT:    vsetvli zero, a0, e16, m2, ta, ma
1757 ; CHECK-NEXT:    vwsll.vi v12, v8, 1
1758 ; CHECK-NEXT:    vmv4r.v v8, v12
1759 ; CHECK-NEXT:    ret
1760 entry:
1761   %a = call <vscale x 8 x i32> @llvm.riscv.vwsll.nxv8i32.nxv8i16(
1762     <vscale x 8 x i32> undef,
1763     <vscale x 8 x i16> %0,
1764     iXLen 1,
1765     iXLen %1)
1767   ret <vscale x 8 x i32> %a
1770 define <vscale x 8 x i32> @intrinsic_vwsll_mask_vi_nxv8i32_nxv8i16(<vscale x 8 x i32> %0, <vscale x 8 x i16> %1, <vscale x 8 x i1> %2, iXLen %3) nounwind {
1771 ; CHECK-LABEL: intrinsic_vwsll_mask_vi_nxv8i32_nxv8i16:
1772 ; CHECK:       # %bb.0: # %entry
1773 ; CHECK-NEXT:    vsetvli zero, a0, e16, m2, ta, mu
1774 ; CHECK-NEXT:    vwsll.vi v8, v12, 1, v0.t
1775 ; CHECK-NEXT:    ret
1776 entry:
1777   %a = call <vscale x 8 x i32> @llvm.riscv.vwsll.mask.nxv8i32.nxv8i16.i16(
1778     <vscale x 8 x i32> %0,
1779     <vscale x 8 x i16> %1,
1780     iXLen 1,
1781     <vscale x 8 x i1> %2,
1782     iXLen %3, iXLen 1)
1784   ret <vscale x 8 x i32> %a
1787 define <vscale x 16 x i32> @intrinsic_vwsll_vi_nxv16i32_nxv16i16(<vscale x 16 x i16> %0, iXLen %1) nounwind {
1788 ; CHECK-LABEL: intrinsic_vwsll_vi_nxv16i32_nxv16i16:
1789 ; CHECK:       # %bb.0: # %entry
1790 ; CHECK-NEXT:    vsetvli zero, a0, e16, m4, ta, ma
1791 ; CHECK-NEXT:    vwsll.vi v16, v8, 1
1792 ; CHECK-NEXT:    vmv8r.v v8, v16
1793 ; CHECK-NEXT:    ret
1794 entry:
1795   %a = call <vscale x 16 x i32> @llvm.riscv.vwsll.nxv16i32.nxv16i16(
1796     <vscale x 16 x i32> undef,
1797     <vscale x 16 x i16> %0,
1798     iXLen 1,
1799     iXLen %1)
1801   ret <vscale x 16 x i32> %a
1804 define <vscale x 16 x i32> @intrinsic_vwsll_mask_vi_nxv16i32_nxv16i16(<vscale x 16 x i32> %0, <vscale x 16 x i16> %1, <vscale x 16 x i1> %2, iXLen %3) nounwind {
1805 ; CHECK-LABEL: intrinsic_vwsll_mask_vi_nxv16i32_nxv16i16:
1806 ; CHECK:       # %bb.0: # %entry
1807 ; CHECK-NEXT:    vsetvli zero, a0, e16, m4, ta, mu
1808 ; CHECK-NEXT:    vwsll.vi v8, v16, 1, v0.t
1809 ; CHECK-NEXT:    ret
1810 entry:
1811   %a = call <vscale x 16 x i32> @llvm.riscv.vwsll.mask.nxv16i32.nxv16i16.i16(
1812     <vscale x 16 x i32> %0,
1813     <vscale x 16 x i16> %1,
1814     iXLen 1,
1815     <vscale x 16 x i1> %2,
1816     iXLen %3, iXLen 1)
1818   ret <vscale x 16 x i32> %a
1821 define <vscale x 1 x i64> @intrinsic_vwsll_vi_nxv1i64_nxv1i32(<vscale x 1 x i32> %0, iXLen %1) nounwind {
1822 ; CHECK-LABEL: intrinsic_vwsll_vi_nxv1i64_nxv1i32:
1823 ; CHECK:       # %bb.0: # %entry
1824 ; CHECK-NEXT:    vsetvli zero, a0, e32, mf2, ta, ma
1825 ; CHECK-NEXT:    vwsll.vi v9, v8, 1
1826 ; CHECK-NEXT:    vmv1r.v v8, v9
1827 ; CHECK-NEXT:    ret
1828 entry:
1829   %a = call <vscale x 1 x i64> @llvm.riscv.vwsll.nxv1i64.nxv1i32(
1830     <vscale x 1 x i64> undef,
1831     <vscale x 1 x i32> %0,
1832     iXLen 1,
1833     iXLen %1)
1835   ret <vscale x 1 x i64> %a
1838 define <vscale x 1 x i64> @intrinsic_vwsll_mask_vi_nxv1i64_nxv1i32(<vscale x 1 x i64> %0, <vscale x 1 x i32> %1, <vscale x 1 x i1> %2, iXLen %3) nounwind {
1839 ; CHECK-LABEL: intrinsic_vwsll_mask_vi_nxv1i64_nxv1i32:
1840 ; CHECK:       # %bb.0: # %entry
1841 ; CHECK-NEXT:    vsetvli zero, a0, e32, mf2, ta, mu
1842 ; CHECK-NEXT:    vwsll.vi v8, v9, 1, v0.t
1843 ; CHECK-NEXT:    ret
1844 entry:
1845   %a = call <vscale x 1 x i64> @llvm.riscv.vwsll.mask.nxv1i64.nxv1i32.i32(
1846     <vscale x 1 x i64> %0,
1847     <vscale x 1 x i32> %1,
1848     iXLen 1,
1849     <vscale x 1 x i1> %2,
1850     iXLen %3, iXLen 1)
1852   ret <vscale x 1 x i64> %a
1855 define <vscale x 2 x i64> @intrinsic_vwsll_vi_nxv2i64_nxv2i32(<vscale x 2 x i32> %0, iXLen %1) nounwind {
1856 ; CHECK-LABEL: intrinsic_vwsll_vi_nxv2i64_nxv2i32:
1857 ; CHECK:       # %bb.0: # %entry
1858 ; CHECK-NEXT:    vsetvli zero, a0, e32, m1, ta, ma
1859 ; CHECK-NEXT:    vwsll.vi v10, v8, 1
1860 ; CHECK-NEXT:    vmv2r.v v8, v10
1861 ; CHECK-NEXT:    ret
1862 entry:
1863   %a = call <vscale x 2 x i64> @llvm.riscv.vwsll.nxv2i64.nxv2i32(
1864     <vscale x 2 x i64> undef,
1865     <vscale x 2 x i32> %0,
1866     iXLen 1,
1867     iXLen %1)
1869   ret <vscale x 2 x i64> %a
1872 define <vscale x 2 x i64> @intrinsic_vwsll_mask_vi_nxv2i64_nxv2i32(<vscale x 2 x i64> %0, <vscale x 2 x i32> %1, <vscale x 2 x i1> %2, iXLen %3) nounwind {
1873 ; CHECK-LABEL: intrinsic_vwsll_mask_vi_nxv2i64_nxv2i32:
1874 ; CHECK:       # %bb.0: # %entry
1875 ; CHECK-NEXT:    vsetvli zero, a0, e32, m1, ta, mu
1876 ; CHECK-NEXT:    vwsll.vi v8, v10, 1, v0.t
1877 ; CHECK-NEXT:    ret
1878 entry:
1879   %a = call <vscale x 2 x i64> @llvm.riscv.vwsll.mask.nxv2i64.nxv2i32.i32(
1880     <vscale x 2 x i64> %0,
1881     <vscale x 2 x i32> %1,
1882     iXLen 1,
1883     <vscale x 2 x i1> %2,
1884     iXLen %3, iXLen 1)
1886   ret <vscale x 2 x i64> %a
1889 define <vscale x 4 x i64> @intrinsic_vwsll_vi_nxv4i64_nxv4i32(<vscale x 4 x i32> %0, iXLen %1) nounwind {
1890 ; CHECK-LABEL: intrinsic_vwsll_vi_nxv4i64_nxv4i32:
1891 ; CHECK:       # %bb.0: # %entry
1892 ; CHECK-NEXT:    vsetvli zero, a0, e32, m2, ta, ma
1893 ; CHECK-NEXT:    vwsll.vi v12, v8, 1
1894 ; CHECK-NEXT:    vmv4r.v v8, v12
1895 ; CHECK-NEXT:    ret
1896 entry:
1897   %a = call <vscale x 4 x i64> @llvm.riscv.vwsll.nxv4i64.nxv4i32(
1898     <vscale x 4 x i64> undef,
1899     <vscale x 4 x i32> %0,
1900     iXLen 1,
1901     iXLen %1)
1903   ret <vscale x 4 x i64> %a
1906 define <vscale x 4 x i64> @intrinsic_vwsll_mask_vi_nxv4i64_nxv4i32(<vscale x 4 x i64> %0, <vscale x 4 x i32> %1, <vscale x 4 x i1> %2, iXLen %3) nounwind {
1907 ; CHECK-LABEL: intrinsic_vwsll_mask_vi_nxv4i64_nxv4i32:
1908 ; CHECK:       # %bb.0: # %entry
1909 ; CHECK-NEXT:    vsetvli zero, a0, e32, m2, ta, mu
1910 ; CHECK-NEXT:    vwsll.vi v8, v12, 1, v0.t
1911 ; CHECK-NEXT:    ret
1912 entry:
1913   %a = call <vscale x 4 x i64> @llvm.riscv.vwsll.mask.nxv4i64.nxv4i32.i32(
1914     <vscale x 4 x i64> %0,
1915     <vscale x 4 x i32> %1,
1916     iXLen 1,
1917     <vscale x 4 x i1> %2,
1918     iXLen %3, iXLen 1)
1920   ret <vscale x 4 x i64> %a
1923 define <vscale x 8 x i64> @intrinsic_vwsll_vi_nxv8i64_nxv8i32(<vscale x 8 x i32> %0, iXLen %1) nounwind {
1924 ; CHECK-LABEL: intrinsic_vwsll_vi_nxv8i64_nxv8i32:
1925 ; CHECK:       # %bb.0: # %entry
1926 ; CHECK-NEXT:    vsetvli zero, a0, e32, m4, ta, ma
1927 ; CHECK-NEXT:    vwsll.vi v16, v8, 1
1928 ; CHECK-NEXT:    vmv8r.v v8, v16
1929 ; CHECK-NEXT:    ret
1930 entry:
1931   %a = call <vscale x 8 x i64> @llvm.riscv.vwsll.nxv8i64.nxv8i32(
1932     <vscale x 8 x i64> undef,
1933     <vscale x 8 x i32> %0,
1934     iXLen 1,
1935     iXLen %1)
1937   ret <vscale x 8 x i64> %a
1940 define <vscale x 8 x i64> @intrinsic_vwsll_mask_vi_nxv8i64_nxv8i32(<vscale x 8 x i64> %0, <vscale x 8 x i32> %1, <vscale x 8 x i1> %2, iXLen %3) nounwind {
1941 ; CHECK-LABEL: intrinsic_vwsll_mask_vi_nxv8i64_nxv8i32:
1942 ; CHECK:       # %bb.0: # %entry
1943 ; CHECK-NEXT:    vsetvli zero, a0, e32, m4, ta, mu
1944 ; CHECK-NEXT:    vwsll.vi v8, v16, 1, v0.t
1945 ; CHECK-NEXT:    ret
1946 entry:
1947   %a = call <vscale x 8 x i64> @llvm.riscv.vwsll.mask.nxv8i64.nxv8i32.i32(
1948     <vscale x 8 x i64> %0,
1949     <vscale x 8 x i32> %1,
1950     iXLen 1,
1951     <vscale x 8 x i1> %2,
1952     iXLen %3, iXLen 1)
1954   ret <vscale x 8 x i64> %a