Home
last modified time | relevance | path

Searched refs:with_init (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/test/CodeGen/AMDGPU/
H A Dlower-module-lds-inactive.ll23 ; CHECK: @with_init = addrspace(3) global i64 0
24 @with_init = addrspace(3) global i64 0
45 ; CHECK: %v0 = atomicrmw add ptr addrspace(3) @with_init, i64 1 seq_cst
50 %v0 = atomicrmw add ptr addrspace(3) @with_init, i64 1 seq_cst
H A Dlower-module-lds.ll20 ; CHECK: @with_init = addrspace(3) global i64 0
21 @with_init = addrspace(3) global i64 0
32 ; CHECK: %unused0 = atomicrmw add ptr addrspace(3) @with_init, i64 1 monotonic
38 %unused0 = atomicrmw add ptr addrspace(3) @with_init, i64 1 monotonic
/llvm-project/clang/test/Sema/
H A Dattr-section.c29 const int with_init __attribute__((section("init_mix,x"))) = 1; variable