Home
last modified time | relevance | path

Searched refs:__kmpc_omp_task (Results 1 – 18 of 18) sorted by relevance

/llvm-project-15.0.7/openmp/runtime/test/tasking/hidden_helper_task/
H A Dtaskgroup.cpp59 __kmpc_omp_task(nullptr, gtid, task1); in main()
66 __kmpc_omp_task(nullptr, gtid, task2); in main()
H A Dcommon.h46 kmp_int32 __kmpc_omp_task(ident_t *, kmp_int32, kmp_task_t *);
/llvm-project-15.0.7/openmp/runtime/test/tasking/
H A Dkmp_detach_tasks_t1.c61 extern int __kmpc_omp_task(id *loc, int gtid, ptask task);
98 __kmpc_omp_task(NULL, gtid, task); in main()
H A Dkmp_detach_tasks_t2.c62 extern int __kmpc_omp_task(id *loc, int gtid, kmp_task_t *task);
100 __kmpc_omp_task(NULL, gtid, task); in main()
H A Dbug_taskwait_detach.cpp63 extern kmp_int32 __kmpc_omp_task(ident_t *loc_ref, kmp_int32 gtid,
104 __kmpc_omp_task(nullptr, gtid, task); in main()
H A Dbug_nested_proxy_task.c74 __kmpc_omp_task( ident_t *loc_ref, kmp_int32 gtid, kmp_task_t * new_task );
129 __kmpc_omp_task(NULL,gtid,nested_proxy_task); in main()
H A Dkmp_detach_tasks_t3.c72 extern int __kmpc_omp_task(id *loc, int gtid, kmp_task_t *task);
H A Dbug_proxy_task_dep_waiting.c71 __kmpc_omp_task( ident_t *loc_ref, kmp_int32 gtid, kmp_task_t * new_task );
/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/src/
H A DTasking.cpp42 int32_t __kmpc_omp_task(IdentTy *Loc, uint32_t TId, in __kmpc_omp_task() function
/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/include/
H A DInterface.h310 int32_t __kmpc_omp_task(IdentTy *Loc, uint32_t TId,
/llvm-project-15.0.7/openmp/runtime/src/
H A Ddllexports283 __kmpc_omp_task 192
H A Dkmp_gsupport.cpp1290 __kmpc_omp_task(&loc, gtid, task);
H A Dkmp.h3932 KMP_EXPORT kmp_int32 __kmpc_omp_task(ident_t *loc_ref, kmp_int32 gtid,
H A Dkmp_tasking.cpp1942 kmp_int32 __kmpc_omp_task(ident_t *loc_ref, kmp_int32 gtid, in __kmpc_omp_task() function
/llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/
H A DOMPKinds.def340 __OMP_RTL(__kmpc_omp_task, false, Int32, IdentPtr, Int32,
857 __OMP_RTL_ATTRS(__kmpc_omp_task, DefaultAttrs, AttributeSet(),
/llvm-project-15.0.7/llvm/test/Transforms/OpenMP/
H A Dspmdization.ll2002 ; AMDGPU-NEXT: [[TMP4:%.*]] = call i32 @__kmpc_omp_task(%struct.ident_t* @[[GLOB1]], i32 [[TMP1]…
2057 ; NVPTX-NEXT: [[TMP4:%.*]] = call i32 @__kmpc_omp_task(%struct.ident_t* @[[GLOB1]], i32 [[TMP1]]…
2113 ; AMDGPU-DISABLED-NEXT: [[TMP4:%.*]] = call i32 @__kmpc_omp_task(%struct.ident_t* @[[GLOB1]], i3…
2168 ; NVPTX-DISABLED-NEXT: [[TMP4:%.*]] = call i32 @__kmpc_omp_task(%struct.ident_t* @[[GLOB1]], i32…
2187 %4 = call i32 @__kmpc_omp_task(%struct.ident_t* @1, i32 %1, i8* %2)
2242 declare i32 @__kmpc_omp_task(%struct.ident_t*, i32, i8*) #6
H A Dadd_attributes.ll543 declare i32 @__kmpc_omp_task(%struct.ident_t*, i32, i8*)
1023 ; CHECK-NEXT: declare i32 @__kmpc_omp_task(%struct.ident_t*, i32, i8*)
1551 ; OPTIMISTIC-NEXT: declare i32 @__kmpc_omp_task(%struct.ident_t* nocapture nofree readonly, i32, i8…
/llvm-project-15.0.7/mlir/test/Target/LLVMIR/
H A Dopenmp-llvm.mlir2183 …// CHECK: call i32 @__kmpc_omp_task(ptr @{{.+}}, i32 %[[omp_global_thread_num]], ptr %[[task_data]…
2230 …// CHECK: call i32 @__kmpc_omp_task(ptr @{{.+}}, i32 %[[omp_global_thread_num]], ptr %[[task_data]…