Searched refs:omp_task_entry (Results 1 – 5 of 5) sorted by relevance
/llvm-project/openmp/runtime/test/tasking/hidden_helper_task/ |
H A D | depend.cpp | 45 kmp_int32 omp_task_entry(kmp_int32 gtid, kmp_task_t_with_privates *task) { in omp_task_entry() function 62 reinterpret_cast<kmp_routine_entry_t>(omp_task_entry<1>)); in main() 77 reinterpret_cast<kmp_routine_entry_t>(omp_task_entry<2>), -1); in main() 92 reinterpret_cast<kmp_routine_entry_t>(omp_task_entry<4>), -1); in main() 107 reinterpret_cast<kmp_routine_entry_t>(omp_task_entry<8>)); in main()
|
H A D | gtid.cpp | 48 kmp_int32 omp_task_entry(kmp_int32 gtid, kmp_task_t_with_privates *task) { in omp_task_entry() function 80 reinterpret_cast<kmp_routine_entry_t>(omp_task_entry)); in main() 94 reinterpret_cast<kmp_routine_entry_t>(omp_task_entry), -1); in main() 108 reinterpret_cast<kmp_routine_entry_t>(omp_task_entry)); in main()
|
H A D | taskgroup.cpp | 39 kmp_int32 omp_task_entry(kmp_int32 gtid, kmp_task_t_with_privates *task) { in omp_task_entry() function 56 reinterpret_cast<kmp_routine_entry_t>(omp_task_entry<1>), -1); in main() 63 reinterpret_cast<kmp_routine_entry_t>(omp_task_entry<2>), -1); in main()
|
H A D | affinity.cpp | 57 kmp_int32 omp_task_entry(kmp_int32 gtid, kmp_task_t_with_privates *task) { in omp_task_entry() function 74 reinterpret_cast<kmp_routine_entry_t>(omp_task_entry<1>), -1); in main()
|
/llvm-project/llvm/test/Transforms/OpenMP/ |
H A D | deduplication_soundness.ll | 26 …@__kmpc_omp_task_alloc(ptr nonnull @1, i32 %0, i32 1, i64 40, i64 0, ptr nonnull @.omp_task_entry.) 32 …_kmpc_omp_task_alloc(ptr nonnull @1, i32 %0, i32 1, i64 40, i64 0, ptr nonnull @.omp_task_entry..2) 41 define internal noundef i32 @.omp_task_entry.(i32 noundef %0, ptr noalias nocapture noundef readonl… 49 define internal noundef i32 @.omp_task_entry..2(i32 noundef %0, ptr noalias nocapture noundef reado…
|