[InstCombine] Signed saturation patterns
[llvm-complete.git] / test / CodeGen / AMDGPU / llvm.amdgcn.raw.buffer.load.format.ll
blob6f4ffbfd0d7ec1ec3dab392e8363582b1f9cac3a
1 ;RUN: llc < %s -march=amdgcn -mcpu=verde -verify-machineinstrs | FileCheck %s -check-prefix=CHECK -check-prefix=SICI
2 ;RUN: llc < %s -march=amdgcn -mcpu=tonga -verify-machineinstrs | FileCheck %s -check-prefix=CHECK -check-prefix=VI
4 ;CHECK-LABEL: {{^}}buffer_load:
5 ;CHECK: buffer_load_format_xyzw v[0:3], off, s[0:3], 0
6 ;CHECK: buffer_load_format_xyzw v[4:7], off, s[0:3], 0 glc
7 ;CHECK: buffer_load_format_xyzw v[8:11], off, s[0:3], 0 slc
8 ;CHECK: s_waitcnt
9 define amdgpu_ps {<4 x float>, <4 x float>, <4 x float>} @buffer_load(<4 x i32> inreg) {
10 main_body:
11   %data = call <4 x float> @llvm.amdgcn.raw.buffer.load.format.v4f32(<4 x i32> %0, i32 0, i32 0, i32 0)
12   %data_glc = call <4 x float> @llvm.amdgcn.raw.buffer.load.format.v4f32(<4 x i32> %0, i32 0, i32 0, i32 1)
13   %data_slc = call <4 x float> @llvm.amdgcn.raw.buffer.load.format.v4f32(<4 x i32> %0, i32 0, i32 0, i32 2)
14   %r0 = insertvalue {<4 x float>, <4 x float>, <4 x float>} undef, <4 x float> %data, 0
15   %r1 = insertvalue {<4 x float>, <4 x float>, <4 x float>} %r0, <4 x float> %data_glc, 1
16   %r2 = insertvalue {<4 x float>, <4 x float>, <4 x float>} %r1, <4 x float> %data_slc, 2
17   ret {<4 x float>, <4 x float>, <4 x float>} %r2
20 ;CHECK-LABEL: {{^}}buffer_load_immoffs:
21 ;CHECK: buffer_load_format_xyzw v[0:3], off, s[0:3], 0 offset:42
22 ;CHECK: s_waitcnt
23 define amdgpu_ps <4 x float> @buffer_load_immoffs(<4 x i32> inreg) {
24 main_body:
25   %data = call <4 x float> @llvm.amdgcn.raw.buffer.load.format.v4f32(<4 x i32> %0, i32 42, i32 0, i32 0)
26   ret <4 x float> %data
29 ;CHECK-LABEL: {{^}}buffer_load_immoffs_large:
30 ;CHECK-DAG: buffer_load_format_xyzw {{v\[[0-9]+:[0-9]+\]}}, off, s[0:3], 60 offset:4092
31 ;CHECK-DAG: s_movk_i32 [[OFS1:s[0-9]+]], 0x7ffc
32 ;CHECK-DAG: buffer_load_format_xyzw {{v\[[0-9]+:[0-9]+\]}}, off, s[0:3], [[OFS1]] offset:4092
33 ;CHECK-DAG: s_mov_b32 [[OFS2:s[0-9]+]], 0x8ffc
34 ;CHECK-DAG: buffer_load_format_xyzw {{v\[[0-9]+:[0-9]+\]}}, off, s[0:3], [[OFS2]] offset:4
35 ;CHECK: s_waitcnt
36 define amdgpu_ps <4 x float> @buffer_load_immoffs_large(<4 x i32> inreg) {
37 main_body:
38   %d.0 = call <4 x float> @llvm.amdgcn.raw.buffer.load.format.v4f32(<4 x i32> %0, i32 4092, i32 60, i32 0)
39   %d.1 = call <4 x float> @llvm.amdgcn.raw.buffer.load.format.v4f32(<4 x i32> %0, i32 4092, i32 32764, i32 0)
40   %d.2 = call <4 x float> @llvm.amdgcn.raw.buffer.load.format.v4f32(<4 x i32> %0, i32 4, i32 36860, i32 0)
41   %d.3 = fadd <4 x float> %d.0, %d.1
42   %data = fadd <4 x float> %d.2, %d.3
43   ret <4 x float> %data
46 ;CHECK-LABEL: {{^}}buffer_load_ofs:
47 ;CHECK: buffer_load_format_xyzw v[0:3], v0, s[0:3], 0 offen
48 ;CHECK: s_waitcnt
49 define amdgpu_ps <4 x float> @buffer_load_ofs(<4 x i32> inreg, i32) {
50 main_body:
51   %data = call <4 x float> @llvm.amdgcn.raw.buffer.load.format.v4f32(<4 x i32> %0, i32 %1, i32 0, i32 0)
52   ret <4 x float> %data
55 ;CHECK-LABEL: {{^}}buffer_load_ofs_imm:
56 ;CHECK: buffer_load_format_xyzw v[0:3], v0, s[0:3], 0 offen offset:60
57 ;CHECK: s_waitcnt
58 define amdgpu_ps <4 x float> @buffer_load_ofs_imm(<4 x i32> inreg, i32) {
59 main_body:
60   %ofs = add i32 %1, 60
61   %data = call <4 x float> @llvm.amdgcn.raw.buffer.load.format.v4f32(<4 x i32> %0, i32 %ofs, i32 0, i32 0)
62   ret <4 x float> %data
65 ;CHECK-LABEL: {{^}}buffer_load_x:
66 ;CHECK: buffer_load_format_x v0, off, s[0:3], 0
67 ;CHECK: s_waitcnt
68 define amdgpu_ps float @buffer_load_x(<4 x i32> inreg %rsrc) {
69 main_body:
70   %data = call float @llvm.amdgcn.raw.buffer.load.format.f32(<4 x i32> %rsrc, i32 0, i32 0, i32 0)
71   ret float %data
74 ;CHECK-LABEL: {{^}}buffer_load_xy:
75 ;CHECK: buffer_load_format_xy v[0:1], off, s[0:3], 0
76 ;CHECK: s_waitcnt
77 define amdgpu_ps <2 x float> @buffer_load_xy(<4 x i32> inreg %rsrc) {
78 main_body:
79   %data = call <2 x float> @llvm.amdgcn.raw.buffer.load.format.v2f32(<4 x i32> %rsrc, i32 0, i32 0, i32 0)
80   ret <2 x float> %data
83 declare float @llvm.amdgcn.raw.buffer.load.format.f32(<4 x i32>, i32, i32, i32) #0
84 declare <2 x float> @llvm.amdgcn.raw.buffer.load.format.v2f32(<4 x i32>, i32, i32, i32) #0
85 declare <4 x float> @llvm.amdgcn.raw.buffer.load.format.v4f32(<4 x i32>, i32, i32, i32) #0
87 attributes #0 = { nounwind readonly }