Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libomp/
H A Domp.h367 extern __KMP_IMP omp_allocator_handle_t const omp_high_bw_mem_alloc;
398 omp_high_bw_mem_alloc = 4, enumerator
/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stub.cpp343 omp_allocator_handle_t const omp_high_bw_mem_alloc = variable
H A Dkmp_global.cpp301 omp_allocator_handle_t const omp_high_bw_mem_alloc = variable
H A Dkmp_alloc.cpp1518 if (allocator == omp_high_bw_mem_alloc && mk_hbw_preferred) { in __kmpc_alloc()
1592 if (allocator == omp_high_bw_mem_alloc) { in __kmpc_alloc()
1770 if (oal == omp_high_bw_mem_alloc && mk_hbw_preferred) { in __kmpc_free()
H A Ddllexports556 omp_high_bw_mem_alloc DATA
H A Dkmp_settings.cpp3460 __kmp_def_allocator = omp_high_bw_mem_alloc; in __kmp_stg_parse_allocator()
3467 traits[count].value = RCAST(omp_uintptr_t, omp_high_bw_mem_alloc); in __kmp_stg_parse_allocator()
3708 } else if (__kmp_def_allocator == omp_high_bw_mem_alloc) { in __kmp_stg_print_allocator()
H A Dkmp.h968 extern omp_allocator_handle_t const omp_high_bw_mem_alloc;
/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/include/
H A Domp.h.var366 extern __KMP_IMP omp_allocator_handle_t const omp_high_bw_mem_alloc;
397 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-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td3651 "omp_high_bw_mem_alloc", "omp_low_lat_mem_alloc",
H A DDiagnosticSemaKinds.td10653 "'omp_const_mem_alloc', 'omp_high_bw_mem_alloc', 'omp_low_lat_mem_alloc', "