Home
last modified time | relevance | path

Searched refs:worker (Results 1 – 25 of 43) sorted by relevance

12

/llvm-project-15.0.7/compiler-rt/test/msan/Linux/
H A Dforkpty.cpp13 int parent, worker; in main() local
14 openpty(&parent, &worker, NULL, NULL, NULL); in main()
16 assert(__msan_test_shadow(&worker, sizeof(worker)) == -1); in main()
/llvm-project-15.0.7/llvm/docs/
H A DHowToAddABuilder.rst9 buildbot-worker to private worker builder to LLVM Buildbot Infrastructure.
80 to authenticate your buildbot-worker.
82 #. Create a buildbot-worker in context of that buildbot-worker account. Point it
84 Creating a worker
90 $ buildbot-worker create-worker <buildbot-worker-root-directory> \
92 <buildbot-worker-access-name> \
93 <buildbot-worker-access-password>
101 example of the buildbot-worker description::
116 #. Send a patch which adds your build worker and your builder to
149 contact and worker information are correct.
[all …]
/llvm-project-15.0.7/libc/utils/buildbot/
H A DREADME.txt2 llvm-libc buildbot worker.
6 run.sh: Script to create and start buildbot worker with supplied password.
10 docker build -t llvm-libc-buildbot-worker .
15 docker run -it llvm-libc-buildbot-worker <passwd>
H A Drun.sh6 buildbot-worker create-worker --keepalive=200 "${WORKER_NAME}" \
9 buildbot-worker start "${WORKER_NAME}"
/llvm-project-15.0.7/mlir/test/Dialect/OpenACC/
H A Dinvalid.mlir3 // expected-error@+1 {{gang, worker or vector cannot appear with the seq attr}}
11 // expected-error@+1 {{gang, worker or vector cannot appear with the seq attr}}
12 acc.loop worker {
19 // expected-error@+1 {{gang, worker or vector cannot appear with the seq attr}}
27 // expected-error@+1 {{gang, worker or vector cannot appear with the seq attr}}
28 acc.loop gang worker {
35 // expected-error@+1 {{gang, worker or vector cannot appear with the seq attr}}
43 // expected-error@+1 {{gang, worker or vector cannot appear with the seq attr}}
44 acc.loop worker vector {
51 // expected-error@+1 {{gang, worker or vector cannot appear with the seq attr}}
[all …]
H A Dops.mlir128 acc.loop worker {
170 // CHECK-NEXT: acc.loop worker {
205 acc.loop gang worker vector {
217 acc.loop worker(%i64Value: i64) {
221 acc.loop worker(%i32Value: i32) {
225 acc.loop worker(%idxValue: index) {
241 acc.loop gang(num=%i64Value: i64) worker vector {
267 // CHECK: acc.loop gang worker vector {
279 // CHECK: acc.loop worker([[I64VALUE]]: i64) {
283 // CHECK: acc.loop worker([[I32VALUE]]: i32) {
[all …]
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Darrow-operator.cpp60 wrapped_ptr<Worker> worker(new Worker); in test() local
61worker.DoSomething(); // expected-error {{no member named 'DoSomething' in 'arrow_suggest::wrapped… in test()
62worker.DoSamething(); // expected-error {{no member named 'DoSamething' in 'arrow_suggest::wrapped… in test()
64worker.Chuck(); // expected-error {{no member named 'Chuck' in 'arrow_suggest::wrapped_ptr<arrow_s… in test()
/llvm-project-15.0.7/compiler-rt/test/tsan/
H A Dfork_atexit.cpp13 void *worker(void *unused) { in worker() function
19 pthread_create(&t, NULL, worker, NULL); in main()
H A Dpthread_atfork_deadlock.c11 void *worker(void *unused) { in worker() function
26 pthread_create(&t, NULL, worker, NULL); in main()
H A Dpthread_atfork_deadlock2.c13 void *worker(void *unused) { in worker() function
27 pthread_create(&t, NULL, worker, NULL); in main()
H A Dpthread_atfork_deadlock3.c15 void *worker(void *main) { in worker() function
66 pthread_create(&t, NULL, worker, (void *)pthread_self()); in main()
/llvm-project-15.0.7/llvm/utils/lit/lit/
H A Drun.py7 import lit.worker
69 pool = multiprocessing.Pool(self.workers, lit.worker.initialize,
73 pool.apply_async(lit.worker.execute, args=[test],
H A DLitTestCase.py5 import lit.worker
31 result = lit.worker._execute(self._test, self._lit_config)
/llvm-project-15.0.7/libcxx/test/std/thread/futures/futures.async/
H A Dasync_race.38682.pass.cpp28 static int worker(std::vector<int> const& data) { in worker() function
41 std::future<int> fut = std::async(std::launch::async, worker, v); in main()
/llvm-project-15.0.7/clang-tools-extra/clangd/test/
H A Dcrash-parse.test14 # CHECK: Signalled during AST worker action: Build AST
16 # CHECK-SYNC: Signalled during AST worker action: Update
/llvm-project-15.0.7/compiler-rt/test/tsan/Darwin/
H A Dworkerthreads.mm39 // CHECK: Thread {{.*}} is a GCD worker thread
41 // CHECK: Thread {{.*}} is a GCD worker thread
/llvm-project-15.0.7/llvm/test/Transforms/OpenMP/
H A Ddeduplication_target.ll30 ; CHECK: worker.exit:
37 br i1 %exec_user_code, label %user_code.entry, label %worker.exit
45 worker.exit: ; preds = %entry
H A Dalways_inline_device.ll23 ; CHECK: worker.exit:
29 br i1 %exec_user_code, label %user_code.entry, label %worker.exit
42 worker.exit: ; preds = %entry
H A Dgpu_state_machine_function_ptr_replacement.ll29 ; CHECK-DAG: icmp eq void (i16, i32)* %worker.work_fn.addr_cast, bitcast (i8* @__omp_outlined__1_…
30 ; CHECK-DAG: icmp eq void (i16, i32)* %worker.work_fn.addr_cast, bitcast (i8* @__omp_outlined__2_…
53 br i1 %exec_user_code, label %user_code.entry, label %worker.exit
62 worker.exit: ; preds = %entry
H A Dspmdization_guarding_two_reaching_kernels.ll97 ; CHECK: worker.exit:
103 br i1 %exec_user_code, label %user_code.entry, label %worker.exit
110 worker.exit: ; preds = %entry
130 ; CHECK: worker.exit:
136 br i1 %exec_user_code, label %user_code.entry, label %worker.exit
143 worker.exit: ; preds = %entry
/llvm-project-15.0.7/compiler-rt/test/lsan/TestCases/Darwin/
H A Ddispatch.mm30 // dispatch_async() runs the task on a worker thread that does not go through
43 // dispatch_sync() runs the task on a worker thread that does not go through
/llvm-project-15.0.7/compiler-rt/lib/asan/tests/
H A Dasan_mac_test_helpers.mm81 // Used by the GCD tests to avoid a race between the worker thread reporting a
95 // dispatch_async() runs the task on a worker thread that does not go through
105 // dispatch_sync() runs the task on a worker thread that does not go through
159 // Do not wait for the worker to free the memory -- nobody is going to touch
/llvm-project-15.0.7/mlir/lib/Dialect/OpenACC/IR/
H A DOpenACC.cpp524 OptionalParseResult gangNum, gangStatic, worker, vector; in parse() local
553 worker = parseOptionalOperandAndType(parser, result); in parse()
554 if (worker.hasValue() && failed(*worker)) in parse()
596 static_cast<int32_t>(worker.hasValue() ? 1 : 0), in parse()
/llvm-project-15.0.7/clang/test/FixIt/
H A Dfixit.cpp256 wrapped_ptr<Worker> worker(new Worker); in test() local
257worker.DoSomething(); // expected-error {{no member named 'DoSomething' in 'arrow_suggest::wrapped… in test()
/llvm-project-15.0.7/llvm/test/CodeGen/SPIRV/transcoding/
H A DDecorationMaxByteOffset.ll13 define spir_kernel void @worker(i8 addrspace(3)* dereferenceable(12) %ptr) {

12