Searched refs:__kmpc_omp_target_task_alloc (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/openmp/runtime/test/tasking/hidden_helper_task/ |
| H A D | taskgroup.cpp | 54 auto task1 = __kmpc_omp_target_task_alloc( in main() 61 auto task2 = __kmpc_omp_target_task_alloc( in main()
|
| H A D | depend.cpp | 75 auto task2 = __kmpc_omp_target_task_alloc( in main() 90 auto task3 = __kmpc_omp_target_task_alloc( in main()
|
| H A D | common.h | 42 kmp_task_t *__kmpc_omp_target_task_alloc(ident_t *, kmp_int32, kmp_int32,
|
| H A D | gtid.cpp | 91 auto task2 = __kmpc_omp_target_task_alloc( in main()
|
| /llvm-project-15.0.7/openmp/runtime/src/ |
| H A D | dllexports | 392 __kmpc_omp_target_task_alloc 279
|
| H A D | kmp.h | 3939 KMP_EXPORT kmp_task_t *__kmpc_omp_target_task_alloc(
|
| H A D | kmp_tasking.cpp | 1592 kmp_task_t *__kmpc_omp_target_task_alloc(ident_t *loc_ref, kmp_int32 gtid, in __kmpc_omp_target_task_alloc() function
|
| /llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPKinds.def | 355 __OMP_RTL(__kmpc_omp_target_task_alloc, false, /* kmp_task_t */ VoidPtr, 876 __OMP_RTL_ATTRS(__kmpc_omp_target_task_alloc, DefaultAttrs, ReturnPtrAttrs,
|
| /llvm-project-15.0.7/llvm/test/Transforms/OpenMP/ |
| H A D | add_attributes.ll | 597 declare i8* @__kmpc_omp_target_task_alloc(%struct.ident_t*, i32, i32, i64, i64, i32 (i32, i8*)*, i6… 1104 ; CHECK-NEXT: declare i8* @__kmpc_omp_target_task_alloc(%struct.ident_t*, i32, i32, i64, i64, i32 (… 1632 ; OPTIMISTIC-NEXT: declare noalias i8* @__kmpc_omp_target_task_alloc(%struct.ident_t* nocapture nof…
|