Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/src/
H A Dapi.cpp50 return targetAllocExplicit(Size, DeviceNum, TARGET_ALLOC_DEFAULT, __func__); in omp_target_alloc()
54 return targetAllocExplicit(Size, DeviceNum, TARGET_ALLOC_DEVICE, __func__); in llvm_omp_target_alloc_device()
58 return targetAllocExplicit(Size, DeviceNum, TARGET_ALLOC_HOST, __func__); in llvm_omp_target_alloc_host()
62 return targetAllocExplicit(Size, DeviceNum, TARGET_ALLOC_SHARED, __func__); in llvm_omp_target_alloc_shared()
H A Dprivate.h50 extern void *targetAllocExplicit(size_t Size, int DeviceNum, int Kind,
H A Domptarget.cpp340 void *targetAllocExplicit(size_t Size, int DeviceNum, int Kind, in targetAllocExplicit() function