Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_gsupport.cpp1189 bool if_cond, unsigned gomp_flags,
1199 if (!(gomp_flags & KMP_GOMP_TASK_UNTIED_FLAG)) {
1203 if (gomp_flags & KMP_GOMP_TASK_FINAL_FLAG) {
1241 if (gomp_flags & KMP_GOMP_TASK_DEPENDS_FLAG) {
1268 if (gomp_flags & KMP_GOMP_TASK_DEPENDS_FLAG) {
1694 long arg_align, unsigned gomp_flags, in __GOMP_taskloop() argument
1703 int if_val = gomp_flags & (1u << 10); in __GOMP_taskloop()
1704 int nogroup = gomp_flags & (1u << 11); in __GOMP_taskloop()
1705 int up = gomp_flags & (1u << 8); in __GOMP_taskloop()
1717 gomp_flags, num_tasks, priority, start, end, step)); in __GOMP_taskloop()
[all …]