Home
last modified time | relevance | path

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

/external/llvm-project/openmp/libomptarget/src/
Domptarget.cpp595 DPxPTR(Itr->second.HstPtrVal), DPxPTR(ShadowHstPtrAddr)); in targetDataEnd()
596 *ShadowHstPtrAddr = Itr->second.HstPtrVal; in targetDataEnd()
687 DPxPTR(IT->second.HstPtrVal), DPxPTR(ShadowHstPtrAddr)); in targetDataContiguous()
688 *ShadowHstPtrAddr = IT->second.HstPtrVal; in targetDataContiguous()
1087 void *HstPtrVal = Args[I]; in processDataBefore() local
1097 HstPtrVal, ArgSizes[I], IsLast, false, IsHostPtr); in processDataBefore()
1100 DPxPTR(HstPtrVal)); in processDataBefore()
1107 DPxPTR(HstPtrVal)); in processDataBefore()
Ddevice.h126 void *HstPtrVal; member