Home
last modified time | relevance | path

Searched refs:HstPtrVal (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/openmp/libomptarget/src/
H A Domptarget.cpp878 *ShadowHstPtrAddr = Itr->second.HstPtrVal; in targetDataEnd()
881 DPxPTR(Itr->second.HstPtrVal), DPxPTR(ShadowHstPtrAddr)); in targetDataEnd()
952 *ShadowHstPtrAddr = Itr->second.HstPtrVal; in targetDataContiguous()
955 DPxPTR(Itr->second.HstPtrVal), DPxPTR(ShadowHstPtrAddr)); in targetDataContiguous()
1354 void *HstPtrVal = Args[I]; in processDataBefore() local
1365 HstPtrVal, ArgSizes[I], IsLast, /*UpdateRefCount=*/false, in processDataBefore()
1370 DPxPTR(HstPtrVal)); in processDataBefore()
1376 DPxPTR(HstPtrVal)); in processDataBefore()
/llvm-project-15.0.7/openmp/libomptarget/include/
H A Ddevice.h295 void *HstPtrVal; member