| /llvm-project/flang/test/Semantics/ |
| H A D | synchronization02a.f90 | 12 sync images(*, stat=sync_status, errmsg=error_message) 13 sync images(*, stat=sync_status ) 14 sync images(*, errmsg=error_message) 15 sync images(* ) 17 sync images(me, stat=sync_status, errmsg=error_message) 18 sync images(me+1, stat=sync_status, errmsg=error_message) 19 sync images(1, stat=sync_status, errmsg=error_message) 20 sync images(1, stat=sync_status ) 21 sync images(1, errmsg=error_message) 22 sync images(1 ) [all …]
|
| H A D | synchronization01a.f90 | 13 sync all 14 sync all() 15 sync all(stat=sync_status) 16 sync all( errmsg=error_message) 17 sync all(stat=sync_status, errmsg=error_message) 24 sync all(status=sync_status) 28 sync all(stat) 32 sync all(sync_status) 38 sync all(errormsg=error_message) 42 sync all(error_message) [all …]
|
| H A D | synchronization04a.f90 | 15 sync team(warriors) 16 sync team(warriors, stat=sync_status) 17 sync team(warriors, errmsg=error_message) 18 sync team(warriors, stat=sync_status, errmsg=error_message) 25 sync team 28 sync team(stat=sync_status, errmsg=error_message) 33 sync team(warriors, status=sync_status) 37 sync team(warriors, stat) 41 sync team(warriors, sync_status) 47 sync team(warriors, errormsg=error_message) [all …]
|
| H A D | synchronization02b.f90 | 18 sync images(sync_status, stat=sync_status) 21 sync images(len(error_message), errmsg=error_message) 24 sync images(invalid_rank) 27 sync images([1], stat=invalid_type) 30 sync images(*, stat=non_scalar) 33 sync images(1, errmsg=invalid_type) 36 sync images(1, stat=sync_status, stat=superfluous_stat) 39 sync images(1, stat=sync_status, errmsg=error_message, stat=superfluous_stat) 42 sync images([1], errmsg=error_message, errmsg=superfluous_errmsg) 45 sync images([1], stat=sync_status, errmsg=error_message, errmsg=superfluous_errmsg) [all …]
|
| H A D | synchronization03a.f90 | 13 sync memory 14 sync memory() 15 sync memory(stat=sync_status) 16 sync memory( errmsg=error_message) 17 sync memory(stat=sync_status, errmsg=error_message) 24 sync memory(status=sync_status) 28 sync memory(stat) 32 sync memory(sync_status) 38 sync memory(errormsg=error_message) 42 sync memory(error_message) [all …]
|
| H A D | synchronization04b.f90 | 19 sync team(not_a_team) 22 sync team(warriors, stat=invalid_type) 25 sync team(warriors, stat=non_scalar) 28 sync team(warriors, errmsg=invalid_type) 31 sync team(warriors, stat=sync_status, stat=superfluous_stat) 34 sync team(warriors, errmsg=error_message, errmsg=superfluous_errmsg) 37 sync team(warriors, stat=sync_status, errmsg=error_message, stat=superfluous_stat) 40 sync team(warriors, stat=sync_status, errmsg=error_message, errmsg=superfluous_errmsg) 43 sync team(warriors, stat=co_indexed_integer[1]) 46 sync team(warriors, errmsg=co_indexed_character[1])
|
| H A D | synchronization01b.f90 | 17 sync all(stat=invalid_type) 20 sync all(stat=non_scalar) 23 sync all(errmsg=invalid_type) 26 sync all(stat=sync_status, stat=superfluous_stat) 29 sync all(errmsg=error_message, errmsg=superfluous_errmsg) 32 sync all(stat=sync_status, errmsg=error_message, stat=superfluous_stat) 35 sync all(stat=sync_status, errmsg=error_message, errmsg=superfluous_errmsg) 38 sync all(stat=co_indexed_integer[1]) 41 sync all(errmsg=co_indexed_character[1])
|
| H A D | synchronization03b.f90 | 17 sync memory(stat=invalid_type) 20 sync memory(stat=non_scalar) 23 sync memory(errmsg=invalid_type) 26 sync memory(stat=sync_status, stat=superfluous_stat) 29 sync memory(errmsg=error_message, errmsg=superfluous_errmsg) 32 sync memory(stat=sync_status, errmsg=error_message, stat=superfluous_stat) 35 sync memory(stat=sync_status, errmsg=error_message, errmsg=superfluous_errmsg) 38 sync memory(stat=co_indexed_integer[1]) 41 sync memory(errmsg=co_indexed_character[1])
|
| /llvm-project/llvm/test/CodeGen/NVPTX/ |
| H A D | barrier.ll | 4 declare void @llvm.nvvm.bar.warp.sync(i32) 5 declare void @llvm.nvvm.barrier.sync(i32) 6 declare void @llvm.nvvm.barrier.sync.cnt(i32, i32) 13 ; CHECK: barrier.sync [[ID]], [[CNT]]; 14 call void @llvm.nvvm.barrier.sync.cnt(i32 %id, i32 %cnt) 15 ; CHECK: barrier.sync [[ID]], 32; 16 call void @llvm.nvvm.barrier.sync.cnt(i32 %id, i32 32) 17 ; CHECK: barrier.sync 3, [[CNT]]; 18 call void @llvm.nvvm.barrier.sync.cnt(i32 3, i32 %cnt) 19 ; CHECK: barrier.sync [all...] |
| H A D | redux-sync.ll | 4 declare i32 @llvm.nvvm.redux.sync.umin(i32, i32) 7 ; CHECK: redux.sync.min.u32 8 %val = call i32 @llvm.nvvm.redux.sync.umin(i32 %src, i32 %mask) 12 declare i32 @llvm.nvvm.redux.sync.umax(i32, i32) 15 ; CHECK: redux.sync.max.u32 16 %val = call i32 @llvm.nvvm.redux.sync.umax(i32 %src, i32 %mask) 20 declare i32 @llvm.nvvm.redux.sync.add(i32, i32) 23 ; CHECK: redux.sync.add.s32 24 %val = call i32 @llvm.nvvm.redux.sync.add(i32 %src, i32 %mask) 28 declare i32 @llvm.nvvm.redux.sync [all...] |
| H A D | match.ll | 4 declare i32 @llvm.nvvm.match.any.sync.i32(i32, i32) 5 declare i32 @llvm.nvvm.match.any.sync.i64(i32, i64) 12 ; CHECK: match.any.sync.b32 [[V0:%r[0-9]+]], [[VALUE]], [[MASK]]; 13 %v0 = call i32 @llvm.nvvm.match.any.sync.i32(i32 %mask, i32 %value) 14 ; CHECK: match.any.sync.b32 [[V1:%r[0-9]+]], [[VALUE]], 1; 15 %v1 = call i32 @llvm.nvvm.match.any.sync.i32(i32 1, i32 %value) 16 ; CHECK: match.any.sync.b32 [[V2:%r[0-9]+]], 2, [[MASK]]; 17 %v2 = call i32 @llvm.nvvm.match.any.sync.i32(i32 %mask, i32 2) 18 ; CHECK: match.any.sync.b32 [[V3:%r[0-9]+]], 4, 3; 19 %v3 = call i32 @llvm.nvvm.match.any.sync [all...] |
| H A D | shfl-sync-p.ll | 4 declare {i32, i1} @llvm.nvvm.shfl.sync.down.i32p(i32, i32, i32, i32) 5 declare {float, i1} @llvm.nvvm.shfl.sync.down.f32p(i32, float, i32, i32) 6 declare {i32, i1} @llvm.nvvm.shfl.sync.up.i32p(i32, i32, i32, i32) 7 declare {float, i1} @llvm.nvvm.shfl.sync.up.f32p(i32, float, i32, i32) 8 declare {i32, i1} @llvm.nvvm.shfl.sync.bfly.i32p(i32, i32, i32, i32) 9 declare {float, i1} @llvm.nvvm.shfl.sync.bfly.f32p(i32, float, i32, i32) 10 declare {i32, i1} @llvm.nvvm.shfl.sync.idx.i32p(i32, i32, i32, i32) 11 declare {float, i1} @llvm.nvvm.shfl.sync.idx.f32p(i32, float, i32, i32) 19 ; CHECK: shfl.sync.down.b32 [[OUT:%r[0-9]+]]|[[OUTP:%p[0-9]+]], [[A]], [[B]], [[C]], [[MASK]]; 21 %val = call {i32, i1} @llvm.nvvm.shfl.sync [all...] |
| H A D | shfl-sync.ll | 4 declare i32 @llvm.nvvm.shfl.sync.down.i32(i32, i32, i32, i32) 5 declare float @llvm.nvvm.shfl.sync.down.f32(float, i32, i32, i32) 6 declare i32 @llvm.nvvm.shfl.sync.up.i32(i32, i32, i32, i32) 7 declare float @llvm.nvvm.shfl.sync.up.f32(float, i32, i32, i32) 8 declare i32 @llvm.nvvm.shfl.sync.bfly.i32(i32, i32, i32, i32) 9 declare float @llvm.nvvm.shfl.sync.bfly.f32(float, i32, i32, i32) 10 declare i32 @llvm.nvvm.shfl.sync.idx.i32(i32, i32, i32, i32) 11 declare float @llvm.nvvm.shfl.sync.idx.f32(float, i32, i32, i32) 19 ; CHECK: shfl.sync.down.b32 [[OUT:%r[0-9]+]], [[A]], [[B]], [[C]], [[MASK]]; 21 %val = call i32 @llvm.nvvm.shfl.sync [all...] |
| H A D | vote.ll | 36 declare i1 @llvm.nvvm.vote.all.sync(i32, i1) 39 ; CHECK: vote.sync.all.pred 40 %val = call i1 @llvm.nvvm.vote.all.sync(i32 %mask, i1 %pred) 44 declare i1 @llvm.nvvm.vote.any.sync(i32, i1) 47 ; CHECK: vote.sync.any.pred 48 %val = call i1 @llvm.nvvm.vote.any.sync(i32 %mask, i1 %pred) 52 declare i1 @llvm.nvvm.vote.uni.sync(i32, i1) 55 ; CHECK: vote.sync.uni.pred 56 %val = call i1 @llvm.nvvm.vote.uni.sync(i32 %mask, i1 %pred) 60 declare i32 @llvm.nvvm.vote.ballot.sync(i3 [all...] |
| H A D | setmaxnreg.ll | 4 declare void @llvm.nvvm.setmaxnreg.inc.sync.aligned.u32(i32 %reg_count) 5 declare void @llvm.nvvm.setmaxnreg.dec.sync.aligned.u32(i32 %reg_count) 9 ; CHECK: setmaxnreg.inc.sync.aligned.u32 96; 10 call void @llvm.nvvm.setmaxnreg.inc.sync.aligned.u32(i32 96) 12 ; CHECK: setmaxnreg.dec.sync.aligned.u32 64; 13 call void @llvm.nvvm.setmaxnreg.dec.sync.aligned.u32(i32 64)
|
| /llvm-project/libcxx/test/std/input.output/iostream.format/input.streams/istream.unformatted/ |
| H A D | sync.pass.cpp | 11 // int sync(); 50 int sync() in sync() 65 virtual int sync() { return -1; } 96 virtual int sync() in sync() 108 assert(is.sync() == -1); in main() 113 assert(is.sync() == 0); in main() 120 assert(is.sync() == -1); in main() 128 assert(is.sync() == -1); in main() 133 assert(is.sync() == 0); in main() 140 assert(is.sync() in main() 49 int sync() sync() function 64 virtual int sync() { return -1; } sync() function 95 virtual int sync() sync() function [all...] |
| /llvm-project/polly/lib/External/isl/test_inputs/schedule/ |
| H A D | nana.sc | 6 domain: { sync[0:64, 0:32]; stB[0:64, 0:64]; stC[0:64, 0:64] } 7 validity: { stC[j = 0:64, 0:64] -> sync[j, 0]; stB[j = 0:64, 0:64] -> sync[j, 0] } 8 proximity: { stC[j = 0:64, 0:64] -> sync[j, 0]; stB[j = 0:64, 0:64] -> sync[j, 0] } 9 coincidence: { stC[j = 0:64, 0:64] -> sync[j, 0]; stB[j = 0:64, 0:64] -> sync[j, 0] }
|
| /llvm-project/mlir/test/Dialect/LLVMIR/ |
| H A D | nvvm.mlir | 106 // CHECK: nvvm.shfl.sync bfly %{{.*}}, %{{.*}}, %{{.*}}, %{{.*}} : i32 -> i32 107 %0 = nvvm.shfl.sync bfly %arg0, %arg3, %arg1, %arg2 : i32 -> i32 108 // CHECK: nvvm.shfl.sync bfly %{{.*}}, %{{.*}}, %{{.*}}, %{{.*}} : f32 -> f32 109 %1 = nvvm.shfl.sync bfly %arg0, %arg4, %arg1, %arg2 : f32 -> f32 110 // CHECK: nvvm.shfl.sync up %{{.*}}, %{{.*}}, %{{.*}}, %{{.*}} : f32 -> f32 111 %2 = nvvm.shfl.sync up %arg0, %arg4, %arg1, %arg2 : f32 -> f32 112 // CHECK: nvvm.shfl.sync down %{{.*}}, %{{.*}}, %{{.*}}, %{{.*}} : f32 -> f32 113 %3 = nvvm.shfl.sync down %arg0, %arg4, %arg1, %arg2 : f32 -> f32 114 // CHECK: nvvm.shfl.sync idx %{{.*}}, %{{.*}}, %{{.*}}, %{{.*}} : f32 -> f32 115 %4 = nvvm.shfl.sync id [all...] |
| /llvm-project/llvm/test/CodeGen/Mips/ |
| H A D | atomic-min-max-64.ll | 10 ; MIPS-NEXT: sync 21 ; MIPS-NEXT: sync 27 ; MIPSR6-NEXT: sync 38 ; MIPSR6-NEXT: sync 48 ; MIPS-NEXT: sync 59 ; MIPS-NEXT: sync 65 ; MIPSR6-NEXT: sync 76 ; MIPSR6-NEXT: sync 86 ; MIPS-NEXT: sync 97 ; MIPS-NEXT: sync [all...] |
| H A D | atomic-min-max.ll | 19 ; MIPS-NEXT: sync 30 ; MIPS-NEXT: sync 36 ; MIPSR6-NEXT: sync 47 ; MIPSR6-NEXT: sync 52 ; MM-NEXT: sync 62 ; MM-NEXT: sync 67 ; MMR6-NEXT: sync 78 ; MMR6-NEXT: sync 83 ; MIPS32-NEXT: sync 94 ; MIPS32-NEXT: sync [all...] |
| /llvm-project/compiler-rt/test/profile/Inputs/ |
| H A D | instrprof-gcov-parallel.driver.c | 11 _Atomic int *sync = mmap(NULL, sizeof(int), PROT_READ | PROT_WRITE, in main() local 13 if (sync == MAP_FAILED) in main() 15 *sync = 0; in main() 21 while (*sync == 0) in main() 25 *sync = 1; // release all children in main() 31 *sync = 1; // start the program in all children simultaneously in main()
|
| /llvm-project/llvm/test/MC/RISCV/ |
| H A D | xtheadsync-valid.s | 16 # CHECK-ASM-AND-OBJ: th.sync 18 th.sync 20 # CHECK-ASM-AND-OBJ: th.sync.i 22 th.sync.i 24 # CHECK-ASM-AND-OBJ: th.sync.is 26 th.sync.is 28 # CHECK-ASM-AND-OBJ: th.sync.s 30 th.sync.s
|
| /llvm-project/llvm/test/Transforms/OpenMP/ |
| H A D | value-simplify-openmp-opt.ll | 146 ; We can't ignore the sync, hence this might store 2 into %p 151 ; CHECK-NEXT: call void @sync() 158 call void @sync() 165 ; We can't ignore the sync, hence this might store 2 into %p 195 ; CHECK-NEXT: call void @sync() 198 call void @sync() 208 ; TUNIT-NEXT: call void @sync() 214 ; TUNIT-NEXT: call void @sync() 222 ; CGSCC-NEXT: call void @sync() 228 ; CGSCC-NEXT: call void @sync() [all...] |
| /llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_rtl_thread.cpp | 24 ThreadContext::ThreadContext(Tid tid) : ThreadContextBase(tid), thr(), sync() {} in ThreadContext() 31 void ThreadContext::OnReset() { CHECK(!sync); } in OnReset() 111 VectorClock *sync; member 125 thr->clock.ReleaseStore(&arg.sync); in ThreadCreate() 137 sync = args->sync; in OnCreated() 158 thr->clock.Acquire(thr->tctx->sync); in ThreadStart() 161 Free(thr->tctx->sync); in ThreadStart() 235 thr->clock.ReleaseStore(&thr->tctx->sync); in ThreadFinish() 291 VectorClock *sync; 289 VectorClock *sync; global() member [all...] |
| /llvm-project/compiler-rt/test/lsan/TestCases/ |
| H A D | use_stacks_threaded.cpp | 16 int *sync = reinterpret_cast<int *>(arg); in stacks_thread_func() local 20 __sync_fetch_and_xor(sync, 1); in stacks_thread_func() 26 int sync = 0; in main() local 28 int res = pthread_create(&thread_id, 0, stacks_thread_func, &sync); in main() 30 while (!__sync_fetch_and_xor(&sync, 0)) in main()
|