Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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,
165 template <typename T> struct dispatch_shared_info_template { struct
342 dispatch_shared_info_template<UT> *sh = in __kmp_dispatch_deo()
343 reinterpret_cast<dispatch_shared_info_template<UT> *>( in __kmp_dispatch_deo()
414 dispatch_shared_info_template<UT> *sh = in __kmp_dispatch_dxo()
415 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.cpp811 dispatch_shared_info_template<T> volatile *sh; in __kmp_dispatch_init()
815 KMP_BUILD_ASSERT(sizeof(dispatch_shared_info_template<UT>) == in __kmp_dispatch_init()
906 sh = reinterpret_cast<dispatch_shared_info_template<T> volatile *>( in __kmp_dispatch_init()
1030 dispatch_shared_info_template<UT> volatile *sh = in __kmp_dispatch_finish()
1031 reinterpret_cast<dispatch_shared_info_template<UT> volatile *>( in __kmp_dispatch_finish()
1093 dispatch_shared_info_template<UT> volatile *sh = in __kmp_dispatch_finish_chunk()
1094 reinterpret_cast<dispatch_shared_info_template<UT> volatile *>( in __kmp_dispatch_finish_chunk()
2164 dispatch_shared_info_template<T> volatile *sh; in __kmp_dispatch_next()
2172 sh = reinterpret_cast<dispatch_shared_info_template<T> volatile *>( in __kmp_dispatch_next()
2309 dispatch_shared_info_template<kmp_int32> volatile *sh; in __kmpc_sections_init()
[all …]