Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_alloc.cpp1254 #define KMP_IS_TARGET_MEM_SPACE(MS) \ macro
1385 ms == omp_high_bw_mem_space || KMP_IS_TARGET_MEM_SPACE(ms)); in __kmpc_init_allocator()
1465 } else if (KMP_IS_TARGET_MEM_SPACE(ms) && !__kmp_target_mem_available) { in __kmpc_init_allocator()
1597 if (allocator >= kmp_max_mem_alloc && KMP_IS_TARGET_MEM_SPACE(al->memspace)) { in __kmp_alloc()
1836 KMP_IS_TARGET_MEM_SPACE(al->memspace)))) { in ___kmpc_free()