Home
last modified time | relevance | path

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

/external/llvm-project/openmp/libomptarget/src/
Domptarget.cpp580 void **ShadowHstPtrAddr = (void **)Itr->first; in targetDataEnd() local
584 if ((uintptr_t)ShadowHstPtrAddr < LB) { in targetDataEnd()
588 if ((uintptr_t)ShadowHstPtrAddr >= UB) in targetDataEnd()
595 DPxPTR(Itr->second.HstPtrVal), DPxPTR(ShadowHstPtrAddr)); in targetDataEnd()
596 *ShadowHstPtrAddr = Itr->second.HstPtrVal; in targetDataEnd()
600 DP("Removing shadow pointer " DPxMOD "\n", DPxPTR(ShadowHstPtrAddr)); in targetDataEnd()
680 void **ShadowHstPtrAddr = (void **)IT->first; in targetDataContiguous() local
681 if ((uintptr_t)ShadowHstPtrAddr < LB) in targetDataContiguous()
683 if ((uintptr_t)ShadowHstPtrAddr >= UB) in targetDataContiguous()
687 DPxPTR(IT->second.HstPtrVal), DPxPTR(ShadowHstPtrAddr)); in targetDataContiguous()
[all …]