| /llvm-project-15.0.7/compiler-rt/test/msan/Linux/ |
| H A D | forkpty.cpp | 13 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 D | HowToAddABuilder.rst | 9 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 D | README.txt | 2 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 D | run.sh | 6 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 D | invalid.mlir | 3 // 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 D | ops.mlir | 128 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 D | arrow-operator.cpp | 60 wrapped_ptr<Worker> worker(new Worker); in test() local 61 …worker.DoSomething(); // expected-error {{no member named 'DoSomething' in 'arrow_suggest::wrapped… in test() 62 …worker.DoSamething(); // expected-error {{no member named 'DoSamething' in 'arrow_suggest::wrapped… in test() 64 …worker.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 D | fork_atexit.cpp | 13 void *worker(void *unused) { in worker() function 19 pthread_create(&t, NULL, worker, NULL); in main()
|
| H A D | pthread_atfork_deadlock.c | 11 void *worker(void *unused) { in worker() function 26 pthread_create(&t, NULL, worker, NULL); in main()
|
| H A D | pthread_atfork_deadlock2.c | 13 void *worker(void *unused) { in worker() function 27 pthread_create(&t, NULL, worker, NULL); in main()
|
| H A D | pthread_atfork_deadlock3.c | 15 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 D | run.py | 7 import lit.worker 69 pool = multiprocessing.Pool(self.workers, lit.worker.initialize, 73 pool.apply_async(lit.worker.execute, args=[test],
|
| H A D | LitTestCase.py | 5 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 D | async_race.38682.pass.cpp | 28 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 D | crash-parse.test | 14 # 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 D | workerthreads.mm | 39 // 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 D | deduplication_target.ll | 30 ; CHECK: worker.exit: 37 br i1 %exec_user_code, label %user_code.entry, label %worker.exit 45 worker.exit: ; preds = %entry
|
| H A D | always_inline_device.ll | 23 ; CHECK: worker.exit: 29 br i1 %exec_user_code, label %user_code.entry, label %worker.exit 42 worker.exit: ; preds = %entry
|
| H A D | gpu_state_machine_function_ptr_replacement.ll | 29 ; 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 D | spmdization_guarding_two_reaching_kernels.ll | 97 ; 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 D | dispatch.mm | 30 // 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 D | asan_mac_test_helpers.mm | 81 // 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 D | OpenACC.cpp | 524 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 D | fixit.cpp | 256 wrapped_ptr<Worker> worker(new Worker); in test() local 257 …worker.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 D | DecorationMaxByteOffset.ll | 13 define spir_kernel void @worker(i8 addrspace(3)* dereferenceable(12) %ptr) {
|