1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73
|
define i32 @_Z31__pocl_atomic_fetch_sub__globalPU3AS1VU7_Atomicii12memory_order12memory_scope(ptr addrspace(1) noundef %0, i32 noundef %1, i32 noundef %2, i32 noundef %3) local_unnamed_addr #0 {
entry:
%res = atomicrmw sub ptr addrspace(1) %0, i32 %1 monotonic
ret i32 %res
}
define i32 @_Z31__pocl_atomic_fetch_sub__globalPU3AS1VU7_Atomicjj12memory_order12memory_scope(ptr addrspace(1) noundef %0, i32 noundef %1, i32 noundef %2, i32 noundef %3) local_unnamed_addr #0 {
entry:
%res = atomicrmw sub ptr addrspace(1) %0, i32 %1 monotonic
ret i32 %res
}
define i64 @_Z31__pocl_atomic_fetch_sub__globalPU3AS1VU7_Atomicll12memory_order12memory_scope(ptr addrspace(1) noundef %0, i64 noundef %1, i32 noundef %2, i32 noundef %3) local_unnamed_addr #0 {
entry:
%res = atomicrmw sub ptr addrspace(1) %0, i64 %1 monotonic
ret i64 %res
}
define i64 @_Z31__pocl_atomic_fetch_sub__globalPU3AS1VU7_Atomicmm12memory_order12memory_scope(ptr addrspace(1) noundef %0, i64 noundef %1, i32 noundef %2, i32 noundef %3) local_unnamed_addr #0 {
entry:
%res = atomicrmw sub ptr addrspace(1) %0, i64 %1 monotonic
ret i64 %res
}
define i32 @_Z30__pocl_atomic_fetch_sub__localPU3AS3VU7_Atomicii12memory_order12memory_scope(ptr addrspace(3) noundef %0, i32 noundef %1, i32 noundef %2, i32 noundef %3) local_unnamed_addr #0 {
entry:
%res = atomicrmw sub ptr addrspace(3) %0, i32 %1 monotonic
ret i32 %res
}
define i32 @_Z30__pocl_atomic_fetch_sub__localPU3AS3VU7_Atomicjj12memory_order12memory_scope(ptr addrspace(3) noundef %0, i32 noundef %1, i32 noundef %2, i32 noundef %3) local_unnamed_addr #0 {
entry:
%res = atomicrmw sub ptr addrspace(3) %0, i32 %1 monotonic
ret i32 %res
}
define i64 @_Z30__pocl_atomic_fetch_sub__localPU3AS3VU7_Atomicll12memory_order12memory_scope(ptr addrspace(3) noundef %0, i64 noundef %1, i32 noundef %2, i32 noundef %3) local_unnamed_addr #0 {
entry:
%res = atomicrmw sub ptr addrspace(3) %0, i64 %1 monotonic
ret i64 %res
}
define i64 @_Z30__pocl_atomic_fetch_sub__localPU3AS3VU7_Atomicmm12memory_order12memory_scope(ptr addrspace(3) noundef %0, i64 noundef %1, i32 noundef %2, i32 noundef %3) local_unnamed_addr #0 {
entry:
%res = atomicrmw sub ptr addrspace(3) %0, i64 %1 monotonic
ret i64 %res
}
define i32 @_Z32__pocl_atomic_fetch_sub__genericPVU7_Atomicii12memory_order12memory_scope(ptr noundef %0, i32 noundef %1, i32 noundef %2, i32 noundef %3) local_unnamed_addr #0 {
entry:
%res = atomicrmw sub ptr %0, i32 %1 monotonic
ret i32 %res
}
define i32 @_Z32__pocl_atomic_fetch_sub__genericPVU7_Atomicjj12memory_order12memory_scope(ptr noundef %0, i32 noundef %1, i32 noundef %2, i32 noundef %3) local_unnamed_addr #0 {
entry:
%res = atomicrmw sub ptr %0, i32 %1 monotonic
ret i32 %res
}
define i64 @_Z32__pocl_atomic_fetch_sub__genericPVU7_Atomicll12memory_order12memory_scope(ptr noundef %0, i64 noundef %1, i32 noundef %2, i32 noundef %3) local_unnamed_addr #0 {
entry:
%res = atomicrmw sub ptr %0, i64 %1 monotonic
ret i64 %res
}
define i64 @_Z32__pocl_atomic_fetch_sub__genericPVU7_Atomicmm12memory_order12memory_scope(ptr noundef %0, i64 noundef %1, i32 noundef %2, i32 noundef %3) local_unnamed_addr #0 {
entry:
%res = atomicrmw sub ptr %0, i64 %1 monotonic
ret i64 %res
}
|