Home
last modified time | relevance | path

Searched refs:taskgroup (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_cancel.cpp82 kmp_taskgroup_t *taskgroup; in __kmpc_cancel() local
87 taskgroup = task->td_taskgroup; in __kmpc_cancel()
88 if (taskgroup) { in __kmpc_cancel()
195 kmp_taskgroup_t *taskgroup; in __kmpc_cancellationpoint() local
200 taskgroup = task->td_taskgroup; in __kmpc_cancellationpoint()
201 if (taskgroup) { in __kmpc_cancellationpoint()
205 !!taskgroup->cancel_request) { in __kmpc_cancellationpoint()
214 return !!taskgroup->cancel_request; in __kmpc_cancellationpoint()
322 kmp_taskgroup_t *taskgroup; in __kmp_get_cancellation_status() local
324 taskgroup = task->td_taskgroup; in __kmp_get_cancellation_status()
[all …]
H A Dkmp_tasking.cpp1807 if ((taskgroup && taskgroup->cancel_request) ||
1815 ((taskgroup && taskgroup->cancel_request) ? ompt_cancel_taskgroup
2930 KMP_DEBUG_ASSERT(taskgroup != NULL);
2982 KMP_DEBUG_ASSERT(taskgroup->count == 0);
2984 if (taskgroup->reduce_data != NULL &&
2985 !taskgroup->gomp_data) { // need to reduce?
2999 __kmp_task_reduction_fini(thread, taskgroup);
3017 __kmp_task_reduction_fini(thread, taskgroup);
3030 __kmp_task_reduction_fini(thread, taskgroup);
3034 taskdata->td_taskgroup = taskgroup->parent;
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td179 def OMP_CANCELLATION_CONSTRUCT_Taskgroup : ClauseVal<"taskgroup", 4, 1> {}
604 def OMP_TaskGroup : Directive<"taskgroup"> {
H A DOMPKinds.def1135 __OMP_CANCEL_KIND(taskgroup, 4)
/freebsd-14.2/contrib/llvm-project/openmp/runtime/src/include/
H A Domp-tools.h.var84 macro (ompt_state_wait_taskgroup, 0x021) /* waiting at a taskgroup */ \
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticSemaKinds.td11069 "one of 'for', 'parallel', 'sections' or 'taskgroup' is expected">;