Home
last modified time | relevance | path

Searched refs:omp_high_bw_mem_space (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/openmp/runtime/test/api/
Domp_alloc_hbw.c14 a = omp_init_allocator(omp_high_bw_mem_space, 2, at); in main()
/external/llvm-project/openmp/runtime/src/include/
Domp.h.var284 extern __KMP_IMP omp_memspace_handle_t const omp_high_bw_mem_space;
313 omp_high_bw_mem_space = 3,
Domp_lib.h.var222 integer(kind=omp_memspace_handle_kind)omp_high_bw_mem_space
223 parameter(omp_high_bw_mem_space=3)
Domp_lib.f90.var143 integer (kind=omp_memspace_handle_kind), parameter :: omp_high_bw_mem_space = 3
/external/llvm-project/openmp/runtime/src/
Dkmp_stub.cpp360 omp_memspace_handle_t const omp_high_bw_mem_space = variable
Dkmp_global.cpp325 omp_memspace_handle_t const omp_high_bw_mem_space = variable
Dkmp_alloc.cpp1344 ms == omp_high_bw_mem_space); in __kmpc_init_allocator()
1389 if (ms == omp_high_bw_mem_space) { in __kmpc_init_allocator()
1412 if (ms == omp_high_bw_mem_space) { in __kmpc_init_allocator()
Ddllexports556 omp_high_bw_mem_space DATA
Dkmp.h924 extern omp_memspace_handle_t const omp_high_bw_mem_space;
/external/llvm-project/flang/module/
Domp_lib.h103 omp_high_bw_mem_space = 0, &