Home
last modified time | relevance | path

Searched full:done (Results 1 – 25 of 2985) sorted by relevance

12345678910>>...120

/llvm-project/polly/www/
H A Dtodo.html53 </th><td align="center" class='done'> Done
64 </th><td align="center" class='done'> Done
92 </th><td align="center" class='done'> Done
98 </th><td align="center" class='done'> Done
104 </th><td align="center" class='done'> Done
110 </th><td align="center" class='done'> Done
116 </th><td align="center" class='done'> Done
132 </th><td align="center" class='done'> Done
138 </th><td align="center" class='done'> Done
144 </th><td align="center" class='done'> Done
[all …]
/llvm-project/llvm/test/CodeGen/AArch64/
H A Darm64-early-ifcvt.ll48 br i1 %tobool, label %eq_bb, label %done
51 br label %done
53 done:
66 br i1 %tobool, label %eq_bb, label %done
69 br label %done
71 done:
84 br i1 %tobool, label %eq_bb, label %done
87 br label %done
89 done:
102 br i1 %tobool, label %eq_bb, label %done
[all …]
/llvm-project/compiler-rt/test/msan/
H A Dfork.cpp9 // being piped directly to FileCheck), we may lose some "done"s due to
32 int done; variable
40 if (__atomic_load_n(&done, __ATOMIC_RELAXED)) in copy_uninit_thread2()
66 write(2, "done\n", 5); in child()
78 __atomic_store_n(&done, 1, __ATOMIC_RELAXED); in test()
107 // Expect 20 (== kChildren) "done" messages.
108 // CHECK: done
109 // CHECK: done
110 // CHECK: done
111 // CHECK: done
[all...]
/llvm-project/llvm/test/MC/AMDGPU/
H A Dexp.s14 exp mrt0 off, off, off, off done
15 // SI: exp mrt0 off, off, off, off done ; encoding: [0x00,0x08,0x00,0xf8,0x00,0x00,0x00,0x00]
16 // GFX89: exp mrt0 off, off, off, off done ; encoding: [0x00,0x08,0x00,0xc4,0x00,0x00,0x00,0x00]
17 // GFX10: exp mrt0 off, off, off, off done ; encoding: [0x00,0x08,0x00,0xf8,0x00,0x00,0x00,0x00]
18 // GFX12: export mrt0 off, off, off, off done ; encoding: [0x00,0x08,0x00,0xf8,0x00,0x00,0x00,0x00]
20 exp mrt0 v4, off, off, off done
21 // SI: exp mrt0 v4, off, off, off done ; encoding: [0x01,0x08,0x00,0xf8,0x04,0x00,0x00,0x00]
22 // GFX89: exp mrt0 v4, off, off, off done ; encoding: [0x01,0x08,0x00,0xc4,0x04,0x00,0x00,0x00]
23 // GFX10: exp mrt0 v4, off, off, off done ; encoding: [0x01,0x08,0x00,0xf8,0x04,0x00,0x00,0x00]
24 // GFX12: export mrt0 v4, off, off, off done ; encoding: [0x01,0x08,0x00,0xf8,0x04,0x00,0x00,0x00]
[all …]
H A Dgfx12_asm_exp.s6 export mrt0 off, off, off, off done
7 // GFX12: export mrt0 off, off, off, off done ; encoding: [0x00,0x08,0x00,0xf8,0x00,0x00,0x00,0x00]
9 export mrt0 v4, off, off, off done
10 // GFX12: export mrt0 v4, off, off, off done ; encoding: [0x01,0x08,0x00,0xf8,0x04,0x00,0x00,0x00]
12 export mrt0 off, v3, off, off done
13 // GFX12: export mrt0 off, v3, off, off done ; encoding: [0x02,0x08,0x00,0xf8,0x00,0x03,0x00,0x00]
15 export mrt0 off, off, v2, off done
16 // GFX12: export mrt0 off, off, v2, off done ; encoding: [0x04,0x08,0x00,0xf8,0x00,0x00,0x02,0x00]
18 export mrt0 off, off, off, v1 done
19 // GFX12: export mrt0 off, off, off, v1 done ; encoding: [0x08,0x08,0x00,0xf8,0x00,0x00,0x00,0x01]
[all …]
H A Dexp-pregfx11.s11 exp null v4, v3, v2, v1 done
12 // SI: exp null v4, v3, v2, v1 done ; encoding: [0x9f,0x08,0x00,0xf8,0x04,0x03,0x02,0x01]
13 // GFX89: exp null v4, v3, v2, v1 done ; encoding: [0x9f,0x08,0x00,0xc4,0x04,0x03,0x02,0x01]
14 // GFX10: exp null v4, v3, v2, v1 done ; encoding: [0x9f,0x08,0x00,0xf8,0x04,0x03,0x02,0x01]
21 exp param0 v4, v3, v2, v1 done
22 // SI: exp param0 v4, v3, v2, v1 done ; encoding: [0x0f,0x0a,0x00,0xf8,0x04,0x03,0x02,0x01]
23 // GFX89: exp param0 v4, v3, v2, v1 done ; encoding: [0x0f,0x0a,0x00,0xc4,0x04,0x03,0x02,0x01]
24 // GFX10: exp param0 v4, v3, v2, v1 done ; encoding: [0x0f,0x0a,0x00,0xf8,0x04,0x03,0x02,0x01]
31 exp param31 v4, v3, v2, v1 done
32 // SI: exp param31 v4, v3, v2, v1 done ; encoding: [0xff,0x0b,0x00,0xf8,0x04,0x03,0x02,0x01]
[all …]
/llvm-project/llvm/test/Transforms/InstCombine/
H A Ddiv-i1.ll8 ; CHECK-NEXT: br label [[DONE:%.*]]
10 ; CHECK-NEXT: br label [[DONE]]
11 ; CHECK: done:
17 br label %done
20 br label %done
21 done:
31 ; CHECK-NEXT: br label [[DONE:%.*]]
33 ; CHECK-NEXT: br label [[DONE]]
34 ; CHECK: done:
40 br label %done
[all …]
/llvm-project/llvm/test/Transforms/LoopStrengthReduce/RISCV/
H A Dicmp-zero.ll16 ; CHECK-NEXT: [[DONE:%.*]] = icmp eq i64 [[LSR_IV_NEXT]], 0
17 ; CHECK-NEXT: br i1 [[DONE]], label [[EXIT:%.*]], label [[VECTOR_BODY]]
28 %done = icmp eq i64 %iv.next, %N
29 br i1 %done, label %exit, label %vector.body
44 ; CHECK-NEXT: [[DONE:%.*]] = icmp eq i64 [[LSR_IV_NEXT]], 0
45 ; CHECK-NEXT: br i1 [[DONE]], label [[EXIT:%.*]], label [[VECTOR_BODY]]
57 %done = icmp eq i64 %iv.next, %urem
58 br i1 %done, label %exit, label %vector.body
73 ; CHECK-NEXT: [[DONE:%.*]] = icmp eq i64 [[LSR_IV_NEXT]], 0
74 ; CHECK-NEXT: br i1 [[DONE]], label [[EXIT:%.*]], label [[VECTOR_BODY]]
[all …]
/llvm-project/clang/test/Index/
H A Dcomplete-natural.m12 // RUN: echo "DONE" >> %t
16 // CHECK-CC1-NEXT: DONE
18 // RUN: echo "DONE" >> %t
21 // RUN: echo "DONE" >> %t
24 // RUN: echo "DONE" >> %t
27 // RUN: echo "DONE" >> %t
30 // RUN: echo "DONE" >> %t
33 // RUN: echo "DONE" >> %t
38 // RUN: echo "DONE" >> %t
41 // RUN: echo "DONE" >> %t
[all …]
/llvm-project/llvm/lib/Target/AMDGPU/
H A DEXPInstructions.td30 bit done = _done;
33 class EXP_Pseudo<bit row, bit done>
34 : EXPCommon<row, done>, SIMCInstr<NAME, SIEncodingFamily.NONE> {
41 : EXPCommon<0, ps.done, "exp$tgt $src0, $src1, $src2, $src3"
42 #!if(ps.done, " done", "")#"$compr$vm">,
49 : EXPCommon<ps.row, ps.done, name#"$tgt $src0, $src1, $src2, $src3"
50 #!if(ps.done, " done", "")#!if(ps.row, " row_en", "")>,
59 // DONE variants have mayLoad = 1.
77 let done = ps.done;
87 let done = ps.done;
[all …]
/llvm-project/compiler-rt/test/tsan/libdispatch/
H A Dafter.c10 dispatch_semaphore_t done; variable
15 dispatch_semaphore_signal(done); in callback()
20 done = dispatch_semaphore_create(0); in main()
28 dispatch_semaphore_signal(done); in main()
34 dispatch_semaphore_wait(done, DISPATCH_TIME_FOREVER); in main()
35 dispatch_semaphore_wait(done, DISPATCH_TIME_FOREVER); in main()
36 fprintf(stderr, "done\n"); in main()
41 // CHECK: done
H A Dtarget-queue-norace.c11 dispatch_semaphore_t done = dispatch_semaphore_create(0); in main() local
23 dispatch_semaphore_signal(done); in main()
30 dispatch_semaphore_signal(done); in main()
35 dispatch_semaphore_wait(done, DISPATCH_TIME_FOREVER); in main()
36 fprintf(stderr, "Done.\n"); in main()
40 // CHECK: Done.
/llvm-project/compiler-rt/test/tsan/
H A Dsignal_block2.cpp12 int done; variable
24 __atomic_store_n(&done, 1, __ATOMIC_RELEASE); in timer_handler()
28 __atomic_store_n(&done, 1, __ATOMIC_RELEASE); in timer_handler()
33 __atomic_store_n(&done, 1, __ATOMIC_RELEASE); in timer_handler()
65 while (__atomic_load_n(&done, __ATOMIC_ACQUIRE) == 0) { in main()
72 while (__atomic_load_n(&done, __ATOMIC_ACQUIRE) == 0) { in main()
78 while (__atomic_load_n(&done, __ATOMIC_ACQUIRE) == 0) { in main()
85 done = 0; in main()
88 fprintf(stderr, "DONE\n"); in main()
91 // CHECK: DONE
/llvm-project/compiler-rt/test/asan/TestCases/Windows/
H A Dqueue_user_work_item.cpp29 HANDLE done; variable
33 SetEvent(done); in work_item()
38 done = CreateEvent(0, false, false, "job is done"); in main()
39 if (!done) in main()
42 unsigned wait_result = WaitForSingleObject(done, 10 * 1000); in main()
49 fprintf(stderr, "Done!\n"); in main()
50 // CHECK: Done! in main()
H A Dbind_io_completion_callback.cpp30 HANDLE done; variable
36 SetEvent(done); in completion_callback()
40 done = CreateEvent(0, false, false, "job is done"); in main()
41 if (!done) in main()
57 if (WAIT_OBJECT_0 != WaitForSingleObject(done, 10 * 1000)) in main()
59 fprintf(stderr, "Done!\n"); in main()
60 // CHECK: Done! in main()
H A Dqueue_user_work_item_report.cpp6 HANDLE done; variable
15 SetEvent(done); in work_item()
20 done = CreateEvent(0, false, false, "job is done"); in main()
21 if (!done) in main()
25 if (WAIT_OBJECT_0 != WaitForSingleObject(done, 10 * 1000)) in main()
/llvm-project/llvm/test/Transforms/MergeFunc/
H A Dphi-check-blocks.ll18 br label %done
20 br label %done
22 br label %done
23 done:
41 br label %done
43 br label %done
45 br label %done
46 done:
/llvm-project/llvm/test/Transforms/LoopDeletion/
H A Deval_first_iteration.ll29 ; CHECK-NEXT: br i1 [[LOOP_COND]], label [[LOOP]], label [[DONE:%.*]]
30 ; CHECK: done:
53 br i1 %loop.cond, label %loop, label %done
55 done: ; preds = %backedge
82 ; CHECK-NEXT: br i1 [[LOOP_COND]], label [[LOOP]], label [[DONE:%.*]]
83 ; CHECK: done:
106 br i1 %loop.cond, label %loop, label %done
108 done: ; preds = %backedge
135 ; CHECK-NEXT: br i1 [[LOOP_COND]], label [[LOOP]], label [[DONE:%.*]]
136 ; CHECK: done:
[all …]
/llvm-project/llvm/test/CodeGen/AMDGPU/
H A Dcgp-addressing-modes.ll34 br label %done
36 done:
68 br label %done
70 done:
97 br label %done
99 done:
126 br label %done
128 done:
163 br label %done
165 done:
[all …]
/llvm-project/llvm/test/Transforms/IndVarSimplify/
H A Dturn-to-invariant.ll22 ; CHECK-NEXT: br i1 [[LOOP_COND]], label [[DONE:%.*]], label [[LOOP]]
23 ; CHECK: done:
47 br i1 %loop_cond, label %done, label %loop
49 done:
82 ; CHECK-NEXT: br i1 [[LOOP_COND]], label [[DONE:%.*]], label [[LOOP]]
83 ; CHECK: done:
111 br i1 %loop_cond, label %done, label %loop
113 done:
144 ; CHECK-NEXT: br i1 [[LOOP_COND]], label [[DONE:%.*]], label [[LOOP]]
145 ; CHECK: done:
[all …]
H A Dshift-range-checks.ll22 ; CHECK-NEXT: br i1 [[LOOP_COND]], label [[LOOP]], label [[DONE:%.*]]
23 ; CHECK: done:
49 br i1 %loop.cond, label %loop, label %done
51 done:
78 ; CHECK-NEXT: br i1 [[LOOP_COND]], label [[LOOP]], label [[DONE:%.*]]
79 ; CHECK: done:
105 br i1 %loop.cond, label %loop, label %done
107 done:
134 ; CHECK-NEXT: br i1 [[LOOP_COND]], label [[LOOP]], label [[DONE:%.*]]
135 ; CHECK: done:
[all …]
/llvm-project/lldb/source/Target/
H A DThreadPlanStepOut.cpp270 // If the step out plan is done, then we just need to step through the in DoPlanExplainsStop()
297 bool done; in DoPlanExplainsStop() local
303 done = true; in DoPlanExplainsStop()
307 done = true; in DoPlanExplainsStop()
309 done = (m_immediate_step_from_id < frame_zero_id); in DoPlanExplainsStop()
312 if (done) { in DoPlanExplainsStop()
319 // If there was only one owner, then we're done. But if we also hit in DoPlanExplainsStop()
321 // done, but also not claim to explain the stop, since it is more in DoPlanExplainsStop()
341 bool done = false; in ShouldStop() local
346 // If we can't queue a plan to do this, then just call ourselves done in ShouldStop()
[all...]
/llvm-project/llvm/test/Instrumentation/DataFlowSanitizer/
H A Dorigin_phi.ll13 ; CHECK: br i1 %c, label %next, label %done
19 ; CHECK: br label %done
23 ; CHECK: br label %done
24 ; CHECK: done:
29 br i1 %c, label %next, label %done
34 br label %done
37 br label %done
38 done:
/llvm-project/llvm/test/Transforms/Reassociate/
H A Dinfloop-deadphi.ll9 ; CHECK-NEXT: br label [[DONE:%.*]]
13 ; CHECK-NEXT: br i1 %arg, label [[DEAD:%.*]], label [[DONE]]
14 ; CHECK: done:
18 br label %done
23 br i1 %arg, label %dead, label %done
25 done:
/llvm-project/libc/test/integration/src/unistd/
H A Dfork_test.cpp115 static constexpr int DONE = 0x600D;
117 static void prepare_cb() { prepare = DONE; }
119 static void parent_cb() { parent = DONE; }
121 static void child_cb() { child = DONE; } in fork_with_atfork_callbacks()
130 if (child != DONE || prepare != DONE || parent == DONE) in fork_with_atfork_callbacks()
141 ASSERT_EQ(prepare, DONE); in fork_with_atfork_callbacks()
142 ASSERT_EQ(parent, DONE);
143 ASSERT_NE(child, DONE); in TEST_MAIN()
112 static constexpr int DONE = 0x600D; global() variable
[all...]

12345678910>>...120