Home
last modified time | relevance | path

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

/external/llvm-project/openmp/libomptarget/src/
Drtl.h75 data_alloc_ty *data_alloc = nullptr; member
114 data_alloc = r.data_alloc; in RTLInfoTy()
DMemoryManager.cpp105 return Device.RTL->data_alloc(Device.RTLDeviceID, Size, HstPtr); in allocateOnDevice()
Drtl.cpp92 if (!(*((void **)&R.data_alloc) = in LoadRTLs()
Ddevice.cpp419 return RTL->data_alloc(RTLDeviceID, Size, HstPtr); in allocData()