Searched refs:allocData (Results 1 – 3 of 3) sorted by relevance
291 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
364 Rc = Device.allocData(Size, nullptr, Kind); in targetAllocExplicit()1208 TgtPtr = Device.allocData(ArgSize, HstPtr); in addArg()1271 Device.allocData(FirstPrivateArgSize, FirstPrivateArgBuffer.data()); in packAndTransfer()
409 void *allocData(int64_t Size, void *HstPtr = nullptr,