Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_gsupport.cpp2024 tg->gomp_data = data; in __kmp_GOMP_taskgroup_reduction_register()
2061 uintptr_t *gomp_data = tg->gomp_data; in KMP_EXPAND_NAME() local
2062 if (!gomp_data) { in KMP_EXPAND_NAME()
2067 size_t num_vars = (size_t)gomp_data[0]; in KMP_EXPAND_NAME()
2068 uintptr_t per_thread_size = gomp_data[1]; in KMP_EXPAND_NAME()
2069 uintptr_t reduce_data = gomp_data[2]; in KMP_EXPAND_NAME()
2070 uintptr_t end_reduce_data = gomp_data[6]; in KMP_EXPAND_NAME()
2072 uintptr_t *entry = gomp_data + 7 + 3 * j; in KMP_EXPAND_NAME()
2091 uintptr_t *entry = gomp_data + 7 + 3 * j; in KMP_EXPAND_NAME()
2145 tg->gomp_data = data; in __kmp_GOMP_init_reductions()
H A Dkmp_settings.cpp5852 static kmp_stg_ss_data_t gomp_data = {1024, in __kmp_stg_init() local
5871 gomp_stacksize->data = &gomp_data; in __kmp_stg_init()
H A Dkmp_tasking.cpp2884 tg_new->gomp_data = NULL;
2985 !taskgroup->gomp_data) { // need to reduce?
H A Dkmp.h2488 uintptr_t *gomp_data; // gomp reduction data member