Mercurial > hg > CbC > CbC_llvm
view llvm/test/CodeGen/AMDGPU/gds-atomic.ll @ 206:f17a3b42b08b
Added tag before-12 for changeset b7591485f4cd
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 07 Jun 2021 21:25:57 +0900 |
parents | 1d019706d866 |
children | 1f2b6ac9f198 |
line wrap: on
line source
; RUN: llc -march=amdgcn -verify-machineinstrs < %s | FileCheck -check-prefixes=GCN,FUNC %s ; RUN: llc -march=amdgcn -mcpu=bonaire -verify-machineinstrs < %s | FileCheck -check-prefixes=GCN,FUNC %s ; RUN: llc -march=amdgcn -mcpu=tonga -mattr=-flat-for-global -verify-machineinstrs < %s | FileCheck -check-prefixes=GCN,FUNC %s ; RUN: llc -march=amdgcn -mcpu=gfx900 -verify-machineinstrs < %s | FileCheck -check-prefixes=GCN,FUNC %s ; FUNC-LABEL: {{^}}atomic_add_ret_gds: ; GCN-DAG: v_mov_b32_e32 v[[OFF:[0-9]+]], s ; GCN-DAG: s_movk_i32 m0, 0x1000 ; GCN: ds_add_rtn_u32 v{{[0-9]+}}, v[[OFF]], v{{[0-9]+}} gds define amdgpu_kernel void @atomic_add_ret_gds(i32 addrspace(1)* %out, i32 addrspace(2)* %gds) #1 { %val = atomicrmw volatile add i32 addrspace(2)* %gds, i32 5 acq_rel store i32 %val, i32 addrspace(1)* %out ret void } ; FUNC-LABEL: {{^}}atomic_add_ret_gds_const_offset: ; GCN: s_movk_i32 m0, 0x80 ; GCN: ds_add_rtn_u32 v{{[0-9]+}}, v{{[0-9]+}}, v{{[0-9]+}} offset:20 gds define amdgpu_kernel void @atomic_add_ret_gds_const_offset(i32 addrspace(1)* %out, i32 addrspace(2)* %gds) #0 { %gep = getelementptr i32, i32 addrspace(2)* %gds, i32 5 %val = atomicrmw volatile add i32 addrspace(2)* %gep, i32 5 acq_rel store i32 %val, i32 addrspace(1)* %out ret void } ; FUNC-LABEL: {{^}}atomic_sub_ret_gds: ; GCN-DAG: v_mov_b32_e32 v[[OFF:[0-9]+]], s ; GCN-DAG: s_movk_i32 m0, 0x1000 ; GCN: ds_sub_rtn_u32 v{{[0-9]+}}, v[[OFF]], v{{[0-9]+}} gds define amdgpu_kernel void @atomic_sub_ret_gds(i32 addrspace(1)* %out, i32 addrspace(2)* %gds) #1 { %val = atomicrmw sub i32 addrspace(2)* %gds, i32 5 acq_rel store i32 %val, i32 addrspace(1)* %out ret void } ; FUNC-LABEL: {{^}}atomic_and_ret_gds: ; GCN-DAG: v_mov_b32_e32 v[[OFF:[0-9]+]], s ; GCN-DAG: s_movk_i32 m0, 0x1000 ; GCN: ds_and_rtn_b32 v{{[0-9]+}}, v[[OFF]], v{{[0-9]+}} gds define amdgpu_kernel void @atomic_and_ret_gds(i32 addrspace(1)* %out, i32 addrspace(2)* %gds) #1 { %val = atomicrmw and i32 addrspace(2)* %gds, i32 5 acq_rel store i32 %val, i32 addrspace(1)* %out ret void } ; FUNC-LABEL: {{^}}atomic_or_ret_gds: ; GCN-DAG: v_mov_b32_e32 v[[OFF:[0-9]+]], s ; GCN-DAG: s_movk_i32 m0, 0x1000 ; GCN: ds_or_rtn_b32 v{{[0-9]+}}, v[[OFF]], v{{[0-9]+}} gds define amdgpu_kernel void @atomic_or_ret_gds(i32 addrspace(1)* %out, i32 addrspace(2)* %gds) #1 { %val = atomicrmw or i32 addrspace(2)* %gds, i32 5 acq_rel store i32 %val, i32 addrspace(1)* %out ret void } ; FUNC-LABEL: {{^}}atomic_xor_ret_gds: ; GCN-DAG: v_mov_b32_e32 v[[OFF:[0-9]+]], s ; GCN-DAG: s_movk_i32 m0, 0x1000 ; GCN: ds_xor_rtn_b32 v{{[0-9]+}}, v[[OFF]], v{{[0-9]+}} gds define amdgpu_kernel void @atomic_xor_ret_gds(i32 addrspace(1)* %out, i32 addrspace(2)* %gds) #1 { %val = atomicrmw xor i32 addrspace(2)* %gds, i32 5 acq_rel store i32 %val, i32 addrspace(1)* %out ret void } ; FUNC-LABEL: {{^}}atomic_umin_ret_gds: ; GCN-DAG: v_mov_b32_e32 v[[OFF:[0-9]+]], s ; GCN-DAG: s_movk_i32 m0, 0x1000 ; GCN: ds_min_rtn_u32 v{{[0-9]+}}, v[[OFF]], v{{[0-9]+}} gds define amdgpu_kernel void @atomic_umin_ret_gds(i32 addrspace(1)* %out, i32 addrspace(2)* %gds) #1 { %val = atomicrmw umin i32 addrspace(2)* %gds, i32 5 acq_rel store i32 %val, i32 addrspace(1)* %out ret void } ; FUNC-LABEL: {{^}}atomic_umax_ret_gds: ; GCN-DAG: v_mov_b32_e32 v[[OFF:[0-9]+]], s ; GCN-DAG: s_movk_i32 m0, 0x1000 ; GCN: ds_max_rtn_u32 v{{[0-9]+}}, v[[OFF]], v{{[0-9]+}} gds define amdgpu_kernel void @atomic_umax_ret_gds(i32 addrspace(1)* %out, i32 addrspace(2)* %gds) #1 { %val = atomicrmw umax i32 addrspace(2)* %gds, i32 5 acq_rel store i32 %val, i32 addrspace(1)* %out ret void } ; FUNC-LABEL: {{^}}atomic_imin_ret_gds: ; GCN-DAG: v_mov_b32_e32 v[[OFF:[0-9]+]], s ; GCN-DAG: s_movk_i32 m0, 0x1000 ; GCN: ds_min_rtn_i32 v{{[0-9]+}}, v[[OFF]], v{{[0-9]+}} gds define amdgpu_kernel void @atomic_imin_ret_gds(i32 addrspace(1)* %out, i32 addrspace(2)* %gds) #1 { %val = atomicrmw min i32 addrspace(2)* %gds, i32 5 acq_rel store i32 %val, i32 addrspace(1)* %out ret void } ; FUNC-LABEL: {{^}}atomic_imax_ret_gds: ; GCN-DAG: v_mov_b32_e32 v[[OFF:[0-9]+]], s ; GCN-DAG: s_movk_i32 m0, 0x1000 ; GCN: ds_max_rtn_i32 v{{[0-9]+}}, v[[OFF]], v{{[0-9]+}} gds define amdgpu_kernel void @atomic_imax_ret_gds(i32 addrspace(1)* %out, i32 addrspace(2)* %gds) #1 { %val = atomicrmw max i32 addrspace(2)* %gds, i32 5 acq_rel store i32 %val, i32 addrspace(1)* %out ret void } ; FUNC-LABEL: {{^}}atomic_xchg_ret_gds: ; GCN-DAG: v_mov_b32_e32 v[[OFF:[0-9]+]], s ; GCN-DAG: s_movk_i32 m0, 0x1000 ; GCN: ds_wrxchg_rtn_b32 v{{[0-9]+}}, v[[OFF]], v{{[0-9]+}} gds define amdgpu_kernel void @atomic_xchg_ret_gds(i32 addrspace(1)* %out, i32 addrspace(2)* %gds) #1 { %val = atomicrmw xchg i32 addrspace(2)* %gds, i32 5 acq_rel store i32 %val, i32 addrspace(1)* %out ret void } ; FUNC-LABEL: {{^}}atomic_cmpxchg_ret_gds: ; GCN-DAG: v_mov_b32_e32 v[[OFF:[0-9]+]], s ; GCN-DAG: s_movk_i32 m0, 0x1000 ; GCN: ds_cmpst_rtn_b32 v{{[0-9]+}}, v[[OFF:[0-9]+]], v{{[0-9]+}}, v{{[0-9]+}} gds define amdgpu_kernel void @atomic_cmpxchg_ret_gds(i32 addrspace(1)* %out, i32 addrspace(2)* %gds) #1 { %val = cmpxchg i32 addrspace(2)* %gds, i32 0, i32 1 acquire acquire %x = extractvalue { i32, i1 } %val, 0 store i32 %x, i32 addrspace(1)* %out ret void } attributes #0 = { nounwind "amdgpu-gds-size"="128" } attributes #1 = { nounwind "amdgpu-gds-size"="4096" }