Searched refs:llvm_omp_target_host_mem_alloc (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/lib/libomp/
H A Domp.h377 extern __KMP_IMP omp_allocator_handle_t const llvm_omp_target_host_mem_alloc;
406 llvm_omp_target_host_mem_alloc = 100, enumerator in enum:omp_allocator_handle_t
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stub.cpp353 omp_allocator_handle_t const llvm_omp_target_host_mem_alloc = variable
H A Dkmp_global.cpp321 omp_allocator_handle_t const llvm_omp_target_host_mem_alloc = variable
H A Dkmp_alloc.cpp1259 (MA == llvm_omp_target_host_mem_alloc || \
1585 if (allocator == llvm_omp_target_host_mem_alloc)
1839 if (allocator == llvm_omp_target_host_mem_alloc) {
H A Dkmp.h1097 extern omp_allocator_handle_t const llvm_omp_target_host_mem_alloc;

Completed in 136 milliseconds