| /llvm-project-15.0.7/openmp/runtime/test/tasking/ |
| H A D | omp51_task_dep_inoutset.c | 106 extern task_t* __kmpc_omp_task_alloc(id *loc, int gtid, int flags, 167 ptr = __kmpc_omp_task_alloc(&loc, gtid, TIED, sizeof(task_t), 0, thunk_s); in main() 178 ptr = __kmpc_omp_task_alloc(&loc, gtid, TIED, sizeof(task_t), 0, thunk_s); in main() 219 ptr = __kmpc_omp_task_alloc(&loc, gtid, TIED, sizeof(task_t), 0, thunk_m); in main() 230 ptr = __kmpc_omp_task_alloc(&loc, gtid, TIED, sizeof(task_t), 0, thunk_m); in main()
|
| H A D | bug_nested_proxy_task.c | 66 __kmpc_omp_task_alloc( ident_t *loc_ref, kmp_int32 gtid, kmp_int32 flags, 116 kmp_task_t *proxy_task = __kmpc_omp_task_alloc(NULL,gtid,17,sizeof(kmp_task_t),0,&task_entry); in main() 128 …kmp_task_t *nested_proxy_task = __kmpc_omp_task_alloc(NULL,gtid,17,sizeof(kmp_task_t),0,&task_entr… in main()
|
| H A D | kmp_task_depend_all.c | 116 task_t *__kmpc_omp_task_alloc(id *loc, int gtid, int flags, 185 ptr = __kmpc_omp_task_alloc(&loc, gtid, TIED, sizeof(task_t), 0, thunk_s); in main() 196 ptr = __kmpc_omp_task_alloc(&loc, gtid, TIED, sizeof(task_t), 0, thunk_m); in main() 250 ptr = __kmpc_omp_task_alloc(&loc, gtid, TIED, sizeof(task_t), 0, thunk_m); in main() 258 ptr = __kmpc_omp_task_alloc(&loc, gtid, TIED, sizeof(task_t), 0, thunk_m); in main()
|
| H A D | kmp_taskwait_depend_all.c | 122 task_t *__kmpc_omp_task_alloc(id *loc, int gtid, int flags, 212 ptr = __kmpc_omp_task_alloc(&loc, gtid, TIED, sizeof(task_t), 0, thunk_s); in main() 223 ptr = __kmpc_omp_task_alloc(&loc, gtid, TIED, sizeof(task_t), 0, thunk_m); in main() 277 ptr = __kmpc_omp_task_alloc(&loc, gtid, TIED, sizeof(task_t), 0, thunk_m); in main() 285 ptr = __kmpc_omp_task_alloc(&loc, gtid, TIED, sizeof(task_t), 0, thunk_m); in main()
|
| H A D | omp50_task_depend_mtx2.c | 74 extern int** __kmpc_omp_task_alloc(id *loc, int gtid, int flags, 124 ptr = __kmpc_omp_task_alloc(&loc, gtid, 0, 28, 16, thunk); in main() 135 ptr = __kmpc_omp_task_alloc(&loc, gtid, 0, 28, 16, thunk); in main()
|
| H A D | omp50_task_depend_mtx.c | 74 extern int** __kmpc_omp_task_alloc(id *loc, int gtid, int flags, 124 ptr = __kmpc_omp_task_alloc(&loc, gtid, 0, 28, 16, thunk); in main() 135 ptr = __kmpc_omp_task_alloc(&loc, gtid, 0, 28, 16, thunk); in main()
|
| H A D | kmp_taskwait_nowait.c | 38 task_t *__kmpc_omp_task_alloc(_id *loc, int gtid, int flags, 73 task_t *ptr = __kmpc_omp_task_alloc(&loc, gtid, TIED, in main()
|
| H A D | kmp_detach_tasks_t1.c | 59 extern ptask __kmpc_omp_task_alloc(id *loc, int gtid, int flags, 93 …task = (ptask)__kmpc_omp_task_alloc(NULL,gtid,PTASK_FLAG_DETACHABLE,sizeof(struct task),sizeof(str… in main()
|
| H A D | kmp_detach_tasks_t2.c | 60 extern int** __kmpc_omp_task_alloc(id *loc, int gtid, int flags, 95 task = (ptask)__kmpc_omp_task_alloc(NULL,gtid,PTASK_FLAG_DETACHABLE, in main()
|
| H A D | bug_taskwait_detach.cpp | 61 extern int **__kmpc_omp_task_alloc(id *loc, int gtid, int flags, size_t sz, 96 ptask task = (ptask)__kmpc_omp_task_alloc( in main()
|
| H A D | kmp_detach_tasks_t3.c | 68 extern int** __kmpc_omp_task_alloc(id *loc, int gtid, int flags, 108 task = (ptask)__kmpc_omp_task_alloc(NULL,gtid,PTASK_FLAG_DETACHABLE, in main()
|
| H A D | bug_proxy_task_dep_waiting.c | 63 __kmpc_omp_task_alloc( ident_t *loc_ref, kmp_int32 gtid, kmp_int32 flags, 111 kmp_task_t *proxy_task = __kmpc_omp_task_alloc(NULL,gtid,17,sizeof(kmp_task_t),0,&task_entry); in main()
|
| H A D | kmp_taskloop.c | 64 __kmpc_omp_task_alloc( ident_t *loc, int gtid, int flags, 118 task = __kmpc_omp_task_alloc(NULL,gtid,1,sizeof(struct task),sizeof(struct shar),&task_entry); in main()
|
| H A D | kmp_taskloop_5.c | 64 __kmpc_omp_task_alloc(ident_t *loc, int gtid, int flags, 104 task = __kmpc_omp_task_alloc(NULL, gtid, 1, sizeof(struct task), in task_loop()
|
| /llvm-project-15.0.7/openmp/runtime/test/tasking/hidden_helper_task/ |
| H A D | gtid.cpp | 77 auto task1 = __kmpc_omp_task_alloc( in main() 105 auto task3 = __kmpc_omp_task_alloc( in main()
|
| H A D | depend.cpp | 60 auto task1 = __kmpc_omp_task_alloc( in main() 105 auto task4 = __kmpc_omp_task_alloc( in main()
|
| H A D | common.h | 40 kmp_task_t *__kmpc_omp_task_alloc(ident_t *, kmp_int32, kmp_int32, size_t,
|
| /llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/src/ |
| H A D | Tasking.cpp | 25 TaskDescriptorTy *__kmpc_omp_task_alloc(IdentTy *, uint32_t, int32_t, in __kmpc_omp_task_alloc() function
|
| /llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/include/ |
| H A D | Interface.h | 305 TaskDescriptorTy *__kmpc_omp_task_alloc(IdentTy *, uint32_t, int32_t,
|
| /llvm-project-15.0.7/openmp/runtime/src/ |
| H A D | dllexports | 282 __kmpc_omp_task_alloc 191
|
| H A D | kmp_tasking.cpp | 1568 kmp_task_t *__kmpc_omp_task_alloc(ident_t *loc_ref, kmp_int32 gtid, in __kmpc_omp_task_alloc() function 1605 return __kmpc_omp_task_alloc(loc_ref, gtid, flags, sizeof_kmp_task_t, in __kmpc_omp_target_task_alloc() 4869 __kmpc_omp_task_alloc(loc, gtid, 1, 3 * sizeof(void *), in __kmp_taskloop_recur()
|
| /llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPKinds.def | 338 __OMP_RTL(__kmpc_omp_task_alloc, false, /* kmp_task_t */ VoidPtr, IdentPtr, 854 __OMP_RTL_ATTRS(__kmpc_omp_task_alloc, DefaultAttrs, ReturnPtrAttrs,
|
| /llvm-project-15.0.7/llvm/test/Transforms/OpenMP/ |
| H A D | spmdization.ll | 2000 ; AMDGPU-NEXT: [[TMP2:%.*]] = call i8* @__kmpc_omp_task_alloc(%struct.ident_t* @[[GLOB1]], i32 [… 2055 ; NVPTX-NEXT: [[TMP2:%.*]] = call i8* @__kmpc_omp_task_alloc(%struct.ident_t* @[[GLOB1]], i32 [[… 2111 ; AMDGPU-DISABLED-NEXT: [[TMP2:%.*]] = call i8* @__kmpc_omp_task_alloc(%struct.ident_t* @[[GLOB1… 2166 ; NVPTX-DISABLED-NEXT: [[TMP2:%.*]] = call i8* @__kmpc_omp_task_alloc(%struct.ident_t* @[[GLOB1]… 2185 …%2 = call i8* @__kmpc_omp_task_alloc(%struct.ident_t* @1, i32 %1, i32 1, i64 40, i64 0, i32 (i32, … 2239 declare i8* @__kmpc_omp_task_alloc(%struct.ident_t*, i32, i32, i64, i64, i32 (i32, i8*)*) #6
|
| H A D | add_attributes.ll | 541 declare i8* @__kmpc_omp_task_alloc(%struct.ident_t*, i32, i32, i64, i64, i32 (i32, i8*)*) 1020 ; CHECK-NEXT: declare i8* @__kmpc_omp_task_alloc(%struct.ident_t*, i32, i32, i64, i64, i32 (i32, i8… 1548 ; OPTIMISTIC-NEXT: declare noalias i8* @__kmpc_omp_task_alloc(%struct.ident_t* nocapture nofree rea…
|
| /llvm-project-15.0.7/mlir/test/Target/LLVMIR/ |
| H A D | openmp-llvm.mlir | 2180 // CHECK: %[[task_data:.+]] = call ptr @__kmpc_omp_task_alloc 2226 // CHECK: %[[task_data:.+]] = call ptr @__kmpc_omp_task_alloc
|