Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/src/
H A Domptarget.cpp658 uintptr_t ShadowHstPtrAddr = (uintptr_t)Itr->first; in applyToShadowMapEntries() local
662 if (ShadowHstPtrAddr < LB) { in applyToShadowMapEntries()
666 if (ShadowHstPtrAddr >= UB) in applyToShadowMapEntries()
877 void **ShadowHstPtrAddr = (void **)Itr->first; in targetDataEnd() local
878 *ShadowHstPtrAddr = Itr->second.HstPtrVal; in targetDataEnd()
881 DPxPTR(Itr->second.HstPtrVal), DPxPTR(ShadowHstPtrAddr)); in targetDataEnd()
947 void **ShadowHstPtrAddr = (void **)Itr->first; in targetDataContiguous() local
952 *ShadowHstPtrAddr = Itr->second.HstPtrVal; in targetDataContiguous()
955 DPxPTR(Itr->second.HstPtrVal), DPxPTR(ShadowHstPtrAddr)); in targetDataContiguous()