Home
last modified time | relevance | path

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

/freebsd/lib/libomp/
H A Domp.h391 extern __KMP_IMP omp_allocator_handle_t const omp_low_lat_mem_alloc;
421 omp_low_lat_mem_alloc = 5, enumerator
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stub.cpp345 omp_allocator_handle_t const omp_low_lat_mem_alloc = variable
H A Dkmp_global.cpp309 omp_allocator_handle_t const omp_low_lat_mem_alloc = variable
H A Ddllexports589 omp_low_lat_mem_alloc DATA
H A Dkmp_settings.cpp3814 traits[count].value = RCAST(omp_uintptr_t, omp_low_lat_mem_alloc); in __kmp_stg_parse_allocator()
4025 } else if (__kmp_def_allocator == omp_low_lat_mem_alloc) { in __kmp_stg_print_allocator()
H A Dkmp_alloc.cpp2154 } else if (allocator == omp_low_lat_mem_alloc) { in __kmp_alloc()
H A Dkmp.h1111 extern omp_allocator_handle_t const omp_low_lat_mem_alloc;
/freebsd/contrib/llvm-project/openmp/runtime/src/include/
H A Domp.h.var391 extern __KMP_IMP omp_allocator_handle_t const omp_low_lat_mem_alloc;
421 omp_low_lat_mem_alloc = 5,
H A Domp_lib.h.var233 integer(kind=omp_allocator_handle_kind)omp_low_lat_mem_alloc
234 parameter(omp_low_lat_mem_alloc=5)
H A Domp_lib.F90.var185 integer (kind=omp_allocator_handle_kind), parameter, public :: omp_low_lat_mem_alloc = 5
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td4645 "omp_high_bw_mem_alloc", "omp_low_lat_mem_alloc",
H A DDiagnosticSemaKinds.td12083 "'omp_const_mem_alloc', 'omp_high_bw_mem_alloc', 'omp_low_lat_mem_alloc', "