Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/test/tasking/
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()
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()
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()
Dkmp_detach_tasks_t3.c72 extern int __kmpc_omp_task(id *loc, int gtid, kmp_task_t *task);
Dbug_proxy_task_dep_waiting.c71 __kmpc_omp_task( ident_t *loc_ref, kmp_int32 gtid, kmp_task_t * new_task );
/external/llvm-project/openmp/libomptarget/deviceRTLs/common/src/
Dtask.cu72 EXTERN int32_t __kmpc_omp_task(kmp_Ident *loc, uint32_t global_tid, in __kmpc_omp_task() function
/external/llvm-project/openmp/libomptarget/deviceRTLs/
Dinterface.h391 EXTERN int32_t __kmpc_omp_task(kmp_Ident *loc, uint32_t global_tid,
/external/llvm-project/openmp/runtime/src/
Ddllexports283 __kmpc_omp_task 192
Dkmp_gsupport.cpp1250 __kmpc_omp_task(&loc, gtid, task);
Dkmp.h3722 KMP_EXPORT kmp_int32 __kmpc_omp_task(ident_t *loc_ref, kmp_int32 gtid,
Dkmp_tasking.cpp1698 kmp_int32 __kmpc_omp_task(ident_t *loc_ref, kmp_int32 gtid, in __kmpc_omp_task() function
/external/llvm-project/llvm/include/llvm/Frontend/OpenMP/
DOMPKinds.def433 __OMP_RTL(__kmpc_omp_task, false, Int32, IdentPtr, Int32,
889 __OMP_RTL_ATTRS(__kmpc_omp_task, DefaultAttrs, AttributeSet(),
/external/llvm-project/llvm/test/Transforms/OpenMP/
Dadd_attributes.ll546 declare i32 @__kmpc_omp_task(%struct.ident_t*, i32, i8*)
1021 ; CHECK-NEXT: declare i32 @__kmpc_omp_task(%struct.ident_t*, i32, i8*)
1546 ; OPTIMISTIC-NEXT: declare i32 @__kmpc_omp_task(%struct.ident_t* nocapture nofree readonly, i32, i8…