Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libomp/
H A Domp.h372 extern __KMP_IMP omp_allocator_handle_t const omp_high_bw_mem_alloc;
401 omp_high_bw_mem_alloc = 4, enumerator
/freebsd-14.2/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_global.cpp311 omp_allocator_handle_t const omp_high_bw_mem_alloc = variable
H A Dkmp_stub.cpp343 omp_allocator_handle_t const omp_high_bw_mem_alloc = variable
H A Dkmp_alloc.cpp1616 if (allocator == omp_high_bw_mem_alloc && mk_hbw_preferred) { in __kmp_alloc()
1683 if (allocator == omp_high_bw_mem_alloc) { in __kmp_alloc()
1870 if (oal == omp_high_bw_mem_alloc && mk_hbw_preferred) { in ___kmpc_free()
H A Ddllexports576 omp_high_bw_mem_alloc DATA
H A Dkmp_settings.cpp3771 __kmp_def_allocator = omp_high_bw_mem_alloc; in __kmp_stg_parse_allocator()
3778 traits[count].value = RCAST(omp_uintptr_t, omp_high_bw_mem_alloc); in __kmp_stg_parse_allocator()
4019 } else if (__kmp_def_allocator == omp_high_bw_mem_alloc) { in __kmp_stg_print_allocator()
H A Dkmp.h1092 extern omp_allocator_handle_t const omp_high_bw_mem_alloc;
/freebsd-14.2/contrib/llvm-project/openmp/runtime/src/include/
H A Domp.h.var372 extern __KMP_IMP omp_allocator_handle_t const omp_high_bw_mem_alloc;
401 omp_high_bw_mem_alloc = 4,
H A Domp_lib.h.var211 integer(kind=omp_allocator_handle_kind)omp_high_bw_mem_alloc
212 parameter(omp_high_bw_mem_alloc=4)
H A Domp_lib.f90.var137 integer (kind=omp_allocator_handle_kind), parameter :: omp_high_bw_mem_alloc = 4
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td4080 "omp_high_bw_mem_alloc", "omp_low_lat_mem_alloc",
H A DDiagnosticSemaKinds.td11270 "'omp_const_mem_alloc', 'omp_high_bw_mem_alloc', 'omp_low_lat_mem_alloc', "