Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_dispatch.h42 template <typename T> struct dispatch_shared_info_template;
58 dispatch_shared_info_template<T> volatile *sh, kmp_int32 *p_last, T *p_lb,
171 template <typename T> struct dispatch_shared_info_template { struct
348 dispatch_shared_info_template<UT> *sh = in __kmp_dispatch_deo()
349 reinterpret_cast<dispatch_shared_info_template<UT> *>( in __kmp_dispatch_deo()
420 dispatch_shared_info_template<UT> *sh = in __kmp_dispatch_dxo()
421 reinterpret_cast<dispatch_shared_info_template<UT> *>( in __kmp_dispatch_dxo()
H A Dkmp_dispatch_hier.h145 dispatch_shared_info_template<T> sh[2];
175 dispatch_shared_info_template<T> volatile *get_next_sh(kmp_uint64 index) { in get_next_sh()
183 dispatch_shared_info_template<T> volatile *get_curr_sh(kmp_uint64 index) { in get_curr_sh()
392 dispatch_shared_info_template<T> volatile *get_next_sh(kmp_uint64 index) { in get_next_sh()
408 dispatch_shared_info_template<T> volatile *get_curr_sh(kmp_uint64 index) { in get_curr_sh()
505 dispatch_shared_info_template<T> volatile *my_sh; in next_recurse()
513 my_sh = reinterpret_cast<dispatch_shared_info_template<T> volatile *>( in next_recurse()
931 dispatch_shared_info_template<T> volatile *sh; in __kmp_dispatch_init_hierarchy()
963 sh = reinterpret_cast<dispatch_shared_info_template<T> volatile *>( in __kmp_dispatch_init_hierarchy()
H A Dkmp_dispatch.cpp972 dispatch_shared_info_template<T> volatile *sh; in __kmp_dispatch_init()
976 KMP_BUILD_ASSERT(sizeof(dispatch_shared_info_template<UT>) == in __kmp_dispatch_init()
1067 sh = reinterpret_cast<dispatch_shared_info_template<T> volatile *>( in __kmp_dispatch_init()
1191 dispatch_shared_info_template<UT> volatile *sh = in __kmp_dispatch_finish()
1192 reinterpret_cast<dispatch_shared_info_template<UT> volatile *>( in __kmp_dispatch_finish()
1254 dispatch_shared_info_template<UT> volatile *sh = in __kmp_dispatch_finish_chunk()
1255 reinterpret_cast<dispatch_shared_info_template<UT> volatile *>( in __kmp_dispatch_finish_chunk()
2325 dispatch_shared_info_template<T> volatile *sh; in __kmp_dispatch_next()
2333 sh = reinterpret_cast<dispatch_shared_info_template<T> volatile *>( in __kmp_dispatch_next()
2470 dispatch_shared_info_template<kmp_int32> volatile *sh; in __kmpc_sections_init()
[all …]