Lines Matching refs:TgtPtrBase
546 void *TgtPtrBase = (void *)((uintptr_t)TgtPtrBegin - Delta); in targetDataBegin() local
547 DP("Returning device pointer " DPxMOD "\n", DPxPTR(TgtPtrBase)); in targetDataBegin()
548 ArgsBase[I] = TgtPtrBase; in targetDataBegin()
587 void *&TgtPtrBase = AsyncInfo.getVoidPtrLocation(); in targetDataBegin() local
588 TgtPtrBase = ExpectedTgtPtrBase; in targetDataBegin()
590 int Ret = Device.submitData(PointerTgtPtrBegin, &TgtPtrBase, in targetDataBegin()
1215 void *TgtPtrBase = (void *)((intptr_t)TgtPtr + ArgOffset); in addArg() local
1220 DPxPTR(HstPtr), DPxPTR(TgtPtrBase)); in addArg()
1358 void *TgtPtrBase = in processDataBefore() local
1360 DP("Parent lambda base " DPxMOD "\n", DPxPTR(TgtPtrBase)); in processDataBefore()
1362 void *TgtPtrBegin = (void *)((uintptr_t)TgtPtrBase + Delta); in processDataBefore()
1428 void *TgtPtrBase = (void *)((intptr_t)TgtPtrBegin + TgtBaseOffset); in processDataBefore() local
1430 DPxPTR(TgtPtrBase), DPxPTR(HstPtrBegin)); in processDataBefore()