[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git] / llvm / test / CodeGen / AArch64 / sve-intrinsics-ff-gather-loads-64bit-scaled-offset.ll
blob049a446c1d7bdb3feef090a0d554fead9ea07a6e
1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2 ; RUN: llc -mtriple=aarch64-linux-gnu -mattr=+sve < %s | FileCheck %s
5 ; LDFF1H, LDFF1W, LDFF1D: base + 64-bit scaled offset
6 ;   e.g. ldff1h z0.d, p0/z, [x0, z0.d, lsl #1]
9 define <vscale x 2 x i64> @gldff1h_index(<vscale x 2 x i1> %pg, ptr %base, <vscale x 2 x i64> %b) {
10 ; CHECK-LABEL: gldff1h_index:
11 ; CHECK:       // %bb.0:
12 ; CHECK-NEXT:    ldff1h { z0.d }, p0/z, [x0, z0.d, lsl #1]
13 ; CHECK-NEXT:    ret
14   %load = call <vscale x 2 x i16> @llvm.aarch64.sve.ldff1.gather.index.nxv2i16(<vscale x 2 x i1> %pg,
15                                                                                ptr %base,
16                                                                                <vscale x 2 x i64> %b)
17   %res = zext <vscale x 2 x i16> %load to <vscale x 2 x i64>
18   ret <vscale x 2 x i64> %res
21 define <vscale x 2 x i64> @gldff1w_index(<vscale x 2 x i1> %pg, ptr %base, <vscale x 2 x i64> %b) {
22 ; CHECK-LABEL: gldff1w_index:
23 ; CHECK:       // %bb.0:
24 ; CHECK-NEXT:    ldff1w { z0.d }, p0/z, [x0, z0.d, lsl #2]
25 ; CHECK-NEXT:    ret
26   %load = call <vscale x 2 x i32> @llvm.aarch64.sve.ldff1.gather.index.nxv2i32(<vscale x 2 x i1> %pg,
27                                                                                ptr %base,
28                                                                                <vscale x 2 x i64> %b)
29   %res = zext <vscale x 2 x i32> %load to <vscale x 2 x i64>
30   ret <vscale x 2 x i64> %res
33 define <vscale x 2 x i64> @gldff1d_index(<vscale x 2 x i1> %pg, ptr %base, <vscale x 2 x i64> %b) {
34 ; CHECK-LABEL: gldff1d_index:
35 ; CHECK:       // %bb.0:
36 ; CHECK-NEXT:    ldff1d { z0.d }, p0/z, [x0, z0.d, lsl #3]
37 ; CHECK-NEXT:    ret
38   %load = call <vscale x 2 x i64> @llvm.aarch64.sve.ldff1.gather.index.nxv2i64(<vscale x 2 x i1> %pg,
39                                                                                ptr %base,
40                                                                                <vscale x 2 x i64> %b)
41   ret <vscale x 2 x i64> %load
44 define <vscale x 2 x double> @gldff1d_index_double(<vscale x 2 x i1> %pg, ptr %base, <vscale x 2 x i64> %b) {
45 ; CHECK-LABEL: gldff1d_index_double:
46 ; CHECK:       // %bb.0:
47 ; CHECK-NEXT:    ldff1d { z0.d }, p0/z, [x0, z0.d, lsl #3]
48 ; CHECK-NEXT:    ret
49   %load = call <vscale x 2 x double> @llvm.aarch64.sve.ldff1.gather.index.nxv2f64(<vscale x 2 x i1> %pg,
50                                                                                   ptr %base,
51                                                                                   <vscale x 2 x i64> %b)
52   ret <vscale x 2 x double> %load
56 ; LDFF1SH, LDFF1SW: base + 64-bit scaled offset
57 ;   e.g. ldff1sh z0.d, p0/z, [x0, z0.d, lsl #1]
60 define <vscale x 2 x i64> @gldff1sh_index(<vscale x 2 x i1> %pg, ptr %base, <vscale x 2 x i64> %b) {
61 ; CHECK-LABEL: gldff1sh_index:
62 ; CHECK:       // %bb.0:
63 ; CHECK-NEXT:    ldff1sh { z0.d }, p0/z, [x0, z0.d, lsl #1]
64 ; CHECK-NEXT:    ret
65   %load = call <vscale x 2 x i16> @llvm.aarch64.sve.ldff1.gather.index.nxv2i16(<vscale x 2 x i1> %pg,
66                                                                                ptr %base,
67                                                                                <vscale x 2 x i64> %b)
68   %res = sext <vscale x 2 x i16> %load to <vscale x 2 x i64>
69   ret <vscale x 2 x i64> %res
72 define <vscale x 2 x i64> @gldff1sw_index(<vscale x 2 x i1> %pg, ptr %base, <vscale x 2 x i64> %b) {
73 ; CHECK-LABEL: gldff1sw_index:
74 ; CHECK:       // %bb.0:
75 ; CHECK-NEXT:    ldff1sw { z0.d }, p0/z, [x0, z0.d, lsl #2]
76 ; CHECK-NEXT:    ret
77   %load = call <vscale x 2 x i32> @llvm.aarch64.sve.ldff1.gather.index.nxv2i32(<vscale x 2 x i1> %pg,
78                                                                                ptr %base,
79                                                                                <vscale x 2 x i64> %b)
80   %res = sext <vscale x 2 x i32> %load to <vscale x 2 x i64>
81   ret <vscale x 2 x i64> %res
84 declare <vscale x 2 x i16> @llvm.aarch64.sve.ldff1.gather.index.nxv2i16(<vscale x 2 x i1>, ptr, <vscale x 2 x i64>)
85 declare <vscale x 2 x i32> @llvm.aarch64.sve.ldff1.gather.index.nxv2i32(<vscale x 2 x i1>, ptr, <vscale x 2 x i64>)
86 declare <vscale x 2 x i64> @llvm.aarch64.sve.ldff1.gather.index.nxv2i64(<vscale x 2 x i1>, ptr, <vscale x 2 x i64>)
87 declare <vscale x 2 x double> @llvm.aarch64.sve.ldff1.gather.index.nxv2f64(<vscale x 2 x i1>, ptr, <vscale x 2 x i64>)