1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 2
2 ; RUN: llc -mtriple=aarch64-linux-gnu -mattr=+sve2p1 < %s | FileCheck %s
6 define <vscale x 8 x i16> @test_pmov_to_vector_i16(<vscale x 8 x i16> %zn, <vscale x 8 x i1> %pn) {
7 ; CHECK-LABEL: test_pmov_to_vector_i16:
8 ; CHECK: // %bb.0: // %entry
9 ; CHECK-NEXT: pmov z0[1], p0.h
12 %res = call <vscale x 8 x i16> @llvm.aarch64.sve.pmov.to.vector.lane.merging.nxv8i16(<vscale x 8 x i16> %zn, <vscale x 8 x i1> %pn, i32 1)
13 ret <vscale x 8 x i16> %res
16 define <vscale x 4 x i32> @test_pmov_to_vector_i32(<vscale x 4 x i32> %zn, <vscale x 4 x i1> %pn) {
17 ; CHECK-LABEL: test_pmov_to_vector_i32:
18 ; CHECK: // %bb.0: // %entry
19 ; CHECK-NEXT: pmov z0[3], p0.s
22 %res = call <vscale x 4 x i32> @llvm.aarch64.sve.pmov.to.vector.lane.merging.nxv4i32(<vscale x 4 x i32> %zn, <vscale x 4 x i1> %pn, i32 3)
23 ret <vscale x 4 x i32> %res
26 define <vscale x 2 x i64> @test_pmov_to_vector_i64(<vscale x 2 x i64> %zn, <vscale x 2 x i1> %pn) {
27 ; CHECK-LABEL: test_pmov_to_vector_i64:
28 ; CHECK: // %bb.0: // %entry
29 ; CHECK-NEXT: pmov z0[7], p0.d
32 %res = call <vscale x 2 x i64> @llvm.aarch64.sve.pmov.to.vector.lane.merging.nxv2i64(<vscale x 2 x i64> %zn, <vscale x 2 x i1> %pn, i32 7)
33 ret <vscale x 2 x i64> %res
39 define <vscale x 16 x i8> @test_pmov_to_vector_zero_i8(<vscale x 16 x i1> %pn) {
40 ; CHECK-LABEL: test_pmov_to_vector_zero_i8:
41 ; CHECK: // %bb.0: // %entry
42 ; CHECK-NEXT: pmov z0, p0.b
45 %res = call <vscale x 16 x i8> @llvm.aarch64.sve.pmov.to.vector.lane.zeroing.nxv16i8(<vscale x 16 x i1> %pn)
46 ret <vscale x 16 x i8> %res
49 define <vscale x 8 x i16> @test_pmov_to_vector_zero_i16(<vscale x 8 x i1> %pn) {
50 ; CHECK-LABEL: test_pmov_to_vector_zero_i16:
51 ; CHECK: // %bb.0: // %entry
52 ; CHECK-NEXT: pmov z0[0], p0.h
55 %res = call <vscale x 8 x i16> @llvm.aarch64.sve.pmov.to.vector.lane.zeroing.nxv8i16(<vscale x 8 x i1> %pn)
56 ret <vscale x 8 x i16> %res
59 define <vscale x 4 x i32> @test_pmov_to_vector_zero_i32(<vscale x 4 x i1> %pn) {
60 ; CHECK-LABEL: test_pmov_to_vector_zero_i32:
61 ; CHECK: // %bb.0: // %entry
62 ; CHECK-NEXT: pmov z0[0], p0.s
65 %res = call <vscale x 4 x i32> @llvm.aarch64.sve.pmov.to.vector.lane.zeroing.nxv4i32(<vscale x 4 x i1> %pn)
66 ret <vscale x 4 x i32> %res
69 define <vscale x 2 x i64> @test_pmov_to_vector_zero_i64(<vscale x 2 x i1> %pn) {
70 ; CHECK-LABEL: test_pmov_to_vector_zero_i64:
71 ; CHECK: // %bb.0: // %entry
72 ; CHECK-NEXT: pmov z0[0], p0.d
75 %res = call <vscale x 2 x i64> @llvm.aarch64.sve.pmov.to.vector.lane.zeroing.nxv2i64(<vscale x 2 x i1> %pn)
76 ret <vscale x 2 x i64> %res
79 declare <vscale x 8 x i16> @llvm.aarch64.sve.pmov.to.vector.lane.merging.nxv8i16(<vscale x 8 x i16>, <vscale x 8 x i1>, i32)
80 declare <vscale x 4 x i32> @llvm.aarch64.sve.pmov.to.vector.lane.merging.nxv4i32(<vscale x 4 x i32>, <vscale x 4 x i1>, i32)
81 declare <vscale x 2 x i64> @llvm.aarch64.sve.pmov.to.vector.lane.merging.nxv2i64(<vscale x 2 x i64>, <vscale x 2 x i1>, i32)
83 declare <vscale x 16 x i8> @llvm.aarch64.sve.pmov.to.vector.lane.zeroing.nxv16i8(<vscale x 16 x i1>)
84 declare <vscale x 8 x i16> @llvm.aarch64.sve.pmov.to.vector.lane.zeroing.nxv8i16(<vscale x 8 x i1>)
85 declare <vscale x 4 x i32> @llvm.aarch64.sve.pmov.to.vector.lane.zeroing.nxv4i32(<vscale x 4 x i1>)
86 declare <vscale x 2 x i64> @llvm.aarch64.sve.pmov.to.vector.lane.zeroing.nxv2i64(<vscale x 2 x i1>)