Lines Matching defs:HstPtr
535 PostProcessingInfo(void *HstPtr, int64_t Size, int64_t ArgType,
537 : HstPtrBegin(HstPtr), DataSize(Size), ArgType(ArgType),
1017 FirstPrivateArgInfoTy(int Index, void *HstPtr, uint32_t Size,
1020 : HstPtrBegin(reinterpret_cast<char *>(HstPtr)),
1051 int addArg(void *HstPtr, int64_t ArgSize, int64_t ArgOffset,
1060 TgtPtr = Device.allocData(ArgSize, HstPtr);
1063 (IsFirstPrivate ? "first-" : ""), DPxPTR(HstPtr));
1072 DPxPTR(HstPtr), DPxPTR(TgtPtrBase));
1077 int Ret = Device.submitData(TgtPtr, HstPtr, ArgSize, AsyncInfo);
1086 DPxPTR(HstPtr), ArgSize);
1118 llvm::bit_floor(getPartialStructRequiredAlignment(HstPtr));
1125 FirstPrivateArgInfo.emplace_back(TgtArgsIndex, HstPtr, ArgSize,
1534 void *TgtPtr = Device.allocData(DeviceMemorySize, /*HstPtr=*/nullptr,