Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/src/
H A Ddevice.cpp291 uintptr_t Ptr = (uintptr_t)allocData(Size, HstPtrBegin); in getTargetPointer()
516 void *DeviceTy::allocData(int64_t Size, void *HstPtr, int32_t Kind) { in allocData() function in DeviceTy
H A Domptarget.cpp364 Rc = Device.allocData(Size, nullptr, Kind); in targetAllocExplicit()
1208 TgtPtr = Device.allocData(ArgSize, HstPtr); in addArg()
1271 Device.allocData(FirstPrivateArgSize, FirstPrivateArgBuffer.data()); in packAndTransfer()
/llvm-project-15.0.7/openmp/libomptarget/include/
H A Ddevice.h409 void *allocData(int64_t Size, void *HstPtr = nullptr,