Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
Dkmp_alloc.cpp1251 #define KMP_IS_TARGET_MEM_SPACE(MS) \ macro
1374 ms == omp_high_bw_mem_space || KMP_IS_TARGET_MEM_SPACE(ms)); in __kmpc_init_allocator()
1452 } else if (KMP_IS_TARGET_MEM_SPACE(ms) && !__kmp_target_mem_available) { in __kmpc_init_allocator()
1599 } else if (KMP_IS_TARGET_MEM_SPACE(al->memspace)) { in __kmpc_alloc()
1747 KMP_IS_TARGET_MEM_SPACE(al->memspace))) { in __kmpc_free()