Home
last modified time | relevance | path

Searched refs:__kmpc_omp_task_alloc (Results 1 – 25 of 26) sorted by relevance

12

/llvm-project-15.0.7/openmp/runtime/test/tasking/
H A Domp51_task_dep_inoutset.c106 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 Dbug_nested_proxy_task.c66 __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 Dkmp_task_depend_all.c116 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 Dkmp_taskwait_depend_all.c122 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 Domp50_task_depend_mtx2.c74 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 Domp50_task_depend_mtx.c74 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 Dkmp_taskwait_nowait.c38 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 Dkmp_detach_tasks_t1.c59 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 Dkmp_detach_tasks_t2.c60 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 Dbug_taskwait_detach.cpp61 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 Dkmp_detach_tasks_t3.c68 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 Dbug_proxy_task_dep_waiting.c63 __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 Dkmp_taskloop.c64 __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 Dkmp_taskloop_5.c64 __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 Dgtid.cpp77 auto task1 = __kmpc_omp_task_alloc( in main()
105 auto task3 = __kmpc_omp_task_alloc( in main()
H A Ddepend.cpp60 auto task1 = __kmpc_omp_task_alloc( in main()
105 auto task4 = __kmpc_omp_task_alloc( in main()
H A Dcommon.h40 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 DTasking.cpp25 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 DInterface.h305 TaskDescriptorTy *__kmpc_omp_task_alloc(IdentTy *, uint32_t, int32_t,
/llvm-project-15.0.7/openmp/runtime/src/
H A Ddllexports282 __kmpc_omp_task_alloc 191
H A Dkmp_tasking.cpp1568 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 DOMPKinds.def338 __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 Dspmdization.ll2000 ; 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 Dadd_attributes.ll541 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 Dopenmp-llvm.mlir2180 // CHECK: %[[task_data:.+]] = call ptr @__kmpc_omp_task_alloc
2226 // CHECK: %[[task_data:.+]] = call ptr @__kmpc_omp_task_alloc

12