Searched refs:gomp_data (Results 1 – 4 of 4) sorted by relevance
2024 tg->gomp_data = data; in __kmp_GOMP_taskgroup_reduction_register()2061 uintptr_t *gomp_data = tg->gomp_data; in KMP_EXPAND_NAME() local2062 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()
5846 static kmp_stg_ss_data_t gomp_data = {1024, in __kmp_stg_init() local5865 gomp_stacksize->data = &gomp_data; in __kmp_stg_init()
2893 tg_new->gomp_data = NULL;2994 !taskgroup->gomp_data) { // need to reduce?
2496 uintptr_t *gomp_data; // gomp reduction data member