Home
last modified time | relevance | path

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

/external/llvm-project/openmp/libomptarget/src/
Ddevice.h178 void *getOrAllocTgtPtr(void *HstPtrBegin, void *HstPtrBase, int64_t Size,
Domptarget.cpp331 PointerTgtPtrBegin = Device.getOrAllocTgtPtr( in targetDataBegin()
350 void *TgtPtrBegin = Device.getOrAllocTgtPtr( in targetDataBegin()
Ddevice.cpp196 void *DeviceTy::getOrAllocTgtPtr(void *HstPtrBegin, void *HstPtrBase, in getOrAllocTgtPtr() function in DeviceTy