Home
last modified time | relevance | path

Searched refs:HstPtrBase (Results 1 – 25 of 39) sorted by relevance

12

/dports/devel/llvm10/llvm-10.0.1.src/projects/openmp/libomptarget/src/
H A Domptarget.cpp223 void *HstPtrBase = args_base[i]; in target_data_begin() local
259 Pointer_TgtPtrBegin = Device.getOrAllocTgtPtr(HstPtrBase, HstPtrBase, in target_data_begin()
270 Pointer_HstPtrBegin = HstPtrBase; in target_data_begin()
272 HstPtrBase = *(void **)HstPtrBase; in target_data_begin()
326 uint64_t Delta = (uint64_t)HstPtrBegin - (uint64_t)HstPtrBase; in target_data_begin()
336 Device.ShadowPtrMap[Pointer_HstPtrBegin] = {HstPtrBase, in target_data_begin()
665 void *HstPtrBase = args[idx]; in target() local
698 void *HstPtrBase = args_base[i]; in target() local
704 DPxPTR(HstPtrBase)); in target()
705 TgtPtrBegin = HstPtrBase; in target()
[all …]
H A Ddevice.h30 uintptr_t HstPtrBase; // host info. member
43 : HstPtrBase(BP), HstPtrBegin(B), HstPtrEnd(E), in HstPtrBase() function
161 void *getOrAllocTgtPtr(void *HstPtrBegin, void *HstPtrBase, int64_t Size,
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/openmp/libomptarget/src/
H A Domptarget.cpp223 void *HstPtrBase = args_base[i]; in target_data_begin() local
259 Pointer_TgtPtrBegin = Device.getOrAllocTgtPtr(HstPtrBase, HstPtrBase, in target_data_begin()
270 Pointer_HstPtrBegin = HstPtrBase; in target_data_begin()
272 HstPtrBase = *(void **)HstPtrBase; in target_data_begin()
326 uint64_t Delta = (uint64_t)HstPtrBegin - (uint64_t)HstPtrBase; in target_data_begin()
336 Device.ShadowPtrMap[Pointer_HstPtrBegin] = {HstPtrBase, in target_data_begin()
665 void *HstPtrBase = args[idx]; in target() local
698 void *HstPtrBase = args_base[i]; in target() local
704 DPxPTR(HstPtrBase)); in target()
705 TgtPtrBegin = HstPtrBase; in target()
[all …]
H A Ddevice.h30 uintptr_t HstPtrBase; // host info. member
43 : HstPtrBase(BP), HstPtrBegin(B), HstPtrEnd(E), in HstPtrBase() function
161 void *getOrAllocTgtPtr(void *HstPtrBegin, void *HstPtrBase, int64_t Size,
/dports/devel/llvm90/llvm-9.0.1.src/projects/openmp/libomptarget/src/
H A Domptarget.cpp223 void *HstPtrBase = args_base[i]; in target_data_begin() local
255 Pointer_TgtPtrBegin = Device.getOrAllocTgtPtr(HstPtrBase, HstPtrBase, in target_data_begin()
265 Pointer_HstPtrBegin = HstPtrBase; in target_data_begin()
267 HstPtrBase = *(void **)HstPtrBase; in target_data_begin()
318 uint64_t Delta = (uint64_t)HstPtrBegin - (uint64_t)HstPtrBase; in target_data_begin()
328 Device.ShadowPtrMap[Pointer_HstPtrBegin] = {HstPtrBase, in target_data_begin()
642 void *HstPtrBase = args[idx]; in target() local
668 void *HstPtrBase = args_base[i]; in target() local
674 DPxPTR(HstPtrBase)); in target()
675 TgtPtrBegin = HstPtrBase; in target()
[all …]
H A Ddevice.h33 uintptr_t HstPtrBase; // host info. member
42 : HstPtrBase(0), HstPtrBegin(0), HstPtrEnd(0), in HostDataToTargetTy()
45 : HstPtrBase(BP), HstPtrBegin(B), HstPtrEnd(E), in HostDataToTargetTy()
49 : HstPtrBase(BP), HstPtrBegin(B), HstPtrEnd(E), in HostDataToTargetTy()
139 void *getOrAllocTgtPtr(void *HstPtrBegin, void *HstPtrBase, int64_t Size,
H A Ddevice.cpp51 newEntry.HstPtrBase = (uintptr_t) HstPtrBegin; in associatePtr()
59 DPxMOD ", TgtBegin=" DPxMOD "\n", DPxPTR(newEntry.HstPtrBase), in associatePtr()
159 void *DeviceTy::getOrAllocTgtPtr(void *HstPtrBegin, void *HstPtrBase, in getOrAllocTgtPtr() argument
190 "HstEnd=" DPxMOD ", TgtBegin=" DPxMOD "\n", DPxPTR(HstPtrBase), in getOrAllocTgtPtr()
192 HostDataToTargetMap.push_front(HostDataToTargetTy((uintptr_t)HstPtrBase, in getOrAllocTgtPtr()
/dports/devel/llvm80/llvm-8.0.1.src/projects/openmp/libomptarget/src/
H A Domptarget.cpp224 void *HstPtrBase = args_base[i]; in target_data_begin() local
256 Pointer_TgtPtrBegin = Device.getOrAllocTgtPtr(HstPtrBase, HstPtrBase, in target_data_begin()
266 Pointer_HstPtrBegin = HstPtrBase; in target_data_begin()
268 HstPtrBase = *(void **)HstPtrBase; in target_data_begin()
319 uint64_t Delta = (uint64_t)HstPtrBegin - (uint64_t)HstPtrBase; in target_data_begin()
329 Device.ShadowPtrMap[Pointer_HstPtrBegin] = {HstPtrBase, in target_data_begin()
643 void *HstPtrBase = args[idx]; in target() local
669 void *HstPtrBase = args_base[i]; in target() local
675 DPxPTR(HstPtrBase)); in target()
676 TgtPtrBegin = HstPtrBase; in target()
[all …]
H A Ddevice.h34 uintptr_t HstPtrBase; // host info. member
43 : HstPtrBase(0), HstPtrBegin(0), HstPtrEnd(0), in HostDataToTargetTy()
46 : HstPtrBase(BP), HstPtrBegin(B), HstPtrEnd(E), in HostDataToTargetTy()
50 : HstPtrBase(BP), HstPtrBegin(B), HstPtrEnd(E), in HostDataToTargetTy()
134 void *getOrAllocTgtPtr(void *HstPtrBegin, void *HstPtrBase, int64_t Size,
H A Ddevice.cpp52 newEntry.HstPtrBase = (uintptr_t) HstPtrBegin;
60 DPxMOD ", TgtBegin=" DPxMOD "\n", DPxPTR(newEntry.HstPtrBase),
160 void *DeviceTy::getOrAllocTgtPtr(void *HstPtrBegin, void *HstPtrBase,
191 "HstEnd=" DPxMOD ", TgtBegin=" DPxMOD "\n", DPxPTR(HstPtrBase),
193 HostDataToTargetMap.push_front(HostDataToTargetTy((uintptr_t)HstPtrBase,
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/openmp/libomptarget/src/
H A Domptarget.cpp229 void *HstPtrBase = args_base[i]; in target_data_begin() local
265 Pointer_TgtPtrBegin = Device.getOrAllocTgtPtr(HstPtrBase, HstPtrBase, in target_data_begin()
276 Pointer_HstPtrBegin = HstPtrBase; in target_data_begin()
278 HstPtrBase = *(void **)HstPtrBase; in target_data_begin()
334 uint64_t Delta = (uint64_t)HstPtrBegin - (uint64_t)HstPtrBase; in target_data_begin()
344 Device.ShadowPtrMap[Pointer_HstPtrBegin] = {HstPtrBase, in target_data_begin()
677 void *HstPtrBase = args[idx]; in target() local
710 void *HstPtrBase = args_base[i]; in target() local
716 DPxPTR(HstPtrBase)); in target()
717 TgtPtrBegin = HstPtrBase; in target()
[all …]
H A Ddevice.h32 uintptr_t HstPtrBase; // host info. member
46 : HstPtrBase(BP), HstPtrBegin(B), HstPtrEnd(E), in HstPtrBase() function
179 void *getOrAllocTgtPtr(void *HstPtrBegin, void *HstPtrBase, int64_t Size,
/dports/devel/llvm11/llvm-11.0.1.src/projects/openmp/libomptarget/src/
H A Domptarget.cpp229 void *HstPtrBase = args_base[i]; in target_data_begin() local
265 Pointer_TgtPtrBegin = Device.getOrAllocTgtPtr(HstPtrBase, HstPtrBase, in target_data_begin()
276 Pointer_HstPtrBegin = HstPtrBase; in target_data_begin()
278 HstPtrBase = *(void **)HstPtrBase; in target_data_begin()
334 uint64_t Delta = (uint64_t)HstPtrBegin - (uint64_t)HstPtrBase; in target_data_begin()
344 Device.ShadowPtrMap[Pointer_HstPtrBegin] = {HstPtrBase, in target_data_begin()
677 void *HstPtrBase = args[idx]; in target() local
710 void *HstPtrBase = args_base[i]; in target() local
716 DPxPTR(HstPtrBase)); in target()
717 TgtPtrBegin = HstPtrBase; in target()
[all …]
H A Ddevice.h32 uintptr_t HstPtrBase; // host info. member
46 : HstPtrBase(BP), HstPtrBegin(B), HstPtrEnd(E), in HstPtrBase() function
179 void *getOrAllocTgtPtr(void *HstPtrBegin, void *HstPtrBase, int64_t Size,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/openmp/libomptarget/src/
H A Domptarget.cpp280 void *HstPtrBase = args_base[i]; in targetDataBegin() local
330 HstPtrBase, HstPtrBase, sizeof(void *), Pointer_IsNew, IsHostPtr, in targetDataBegin()
341 Pointer_HstPtrBegin = HstPtrBase; in targetDataBegin()
343 HstPtrBase = *(void **)HstPtrBase; in targetDataBegin()
404 uint64_t Delta = (uint64_t)HstPtrBegin - (uint64_t)HstPtrBase; in targetDataBegin()
415 HstPtrBase, PointerTgtPtrBegin, TgtPtrBase}; in targetDataBegin()
1018 void *HstPtrBase = Args[Idx]; in processDataBefore() local
1051 void *HstPtrBase = ArgBases[I]; in processDataBefore() local
1057 DPxPTR(HstPtrBase)); in processDataBefore()
1058 TgtPtrBegin = HstPtrBase; in processDataBefore()
[all …]
H A Ddevice.h44 uintptr_t HstPtrBase; // host info. member
58 : HstPtrBase(BP), HstPtrBegin(B), HstPtrEnd(E), in HstPtrBase() function
175 void *getOrAllocTgtPtr(void *HstPtrBegin, void *HstPtrBase, int64_t Size,
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/openmp/libomptarget/src/
H A Domptarget.cpp440 void *HstPtrBase = args_base[i]; in targetDataBegin() local
494 HstPtrBase, HstPtrBase, sizeof(void *), /*HstPtrName=*/nullptr, in targetDataBegin()
509 Pointer_HstPtrBegin = HstPtrBase; in targetDataBegin()
511 HstPtrBase = *(void **)HstPtrBase; in targetDataBegin()
550 uint64_t Delta = (uint64_t)HstPtrBegin - (uint64_t)HstPtrBase; in targetDataBegin()
570 HstPtrBase, PointerTgtPtrBegin, ExpectedTgtPtrBase}; in targetDataBegin()
1275 void *HstPtrBase = Args[Idx]; in processDataBefore() local
1309 void *HstPtrBase = ArgBases[I]; in processDataBefore() local
1316 DPxPTR(HstPtrBase)); in processDataBefore()
1317 TgtPtrBegin = HstPtrBase; in processDataBefore()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/openmp/libomptarget/src/
H A Domptarget.cpp296 void *HstPtrBase = args_base[i]; in targetDataBegin() local
348 HstPtrBase, HstPtrBase, sizeof(void *), nullptr, Pointer_IsNew, in targetDataBegin()
361 Pointer_HstPtrBegin = HstPtrBase; in targetDataBegin()
363 HstPtrBase = *(void **)HstPtrBase; in targetDataBegin()
424 uint64_t Delta = (uint64_t)HstPtrBegin - (uint64_t)HstPtrBase; in targetDataBegin()
436 HstPtrBase, PointerTgtPtrBegin, TgtPtrBase}; in targetDataBegin()
1126 void *HstPtrBase = Args[Idx]; in processDataBefore() local
1160 void *HstPtrBase = ArgBases[I]; in processDataBefore() local
1167 DPxPTR(HstPtrBase)); in processDataBefore()
1168 TgtPtrBegin = HstPtrBase; in processDataBefore()
[all …]
H A Ddevice.h45 uintptr_t HstPtrBase; // host info. member
60 : HstPtrBase(BP), HstPtrBegin(B), HstPtrEnd(E), HstPtrName(Name), in HstPtrBase() function
174 void *getOrAllocTgtPtr(void *HstPtrBegin, void *HstPtrBase, int64_t Size,
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/openmp/libomptarget/src/
H A Domptarget.cpp438 void *HstPtrBase = args_base[i]; in targetDataBegin() local
491 HstPtrBase, HstPtrBase, sizeof(void *), nullptr, in targetDataBegin()
506 Pointer_HstPtrBegin = HstPtrBase; in targetDataBegin()
508 HstPtrBase = *(void **)HstPtrBase; in targetDataBegin()
551 uint64_t Delta = (uint64_t)HstPtrBegin - (uint64_t)HstPtrBase; in targetDataBegin()
571 HstPtrBase, PointerTgtPtrBegin, ExpectedTgtPtrBase}; in targetDataBegin()
1287 void *HstPtrBase = Args[Idx]; in processDataBefore() local
1321 void *HstPtrBase = ArgBases[I]; in processDataBefore() local
1328 DPxPTR(HstPtrBase)); in processDataBefore()
1329 TgtPtrBegin = HstPtrBase; in processDataBefore()
[all …]
H A Ddevice.h45 uintptr_t HstPtrBase; // host info. member
67 : HstPtrBase(BP), HstPtrBegin(B), HstPtrEnd(E), HstPtrName(Name), in HstPtrBase() function
223 getTargetPointer(void *HstPtrBegin, void *HstPtrBase, int64_t Size,
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/openmp/libomptarget/src/
H A Domptarget.cpp438 void *HstPtrBase = args_base[i]; in targetDataBegin() local
491 HstPtrBase, HstPtrBase, sizeof(void *), nullptr, in targetDataBegin()
506 Pointer_HstPtrBegin = HstPtrBase; in targetDataBegin()
508 HstPtrBase = *(void **)HstPtrBase; in targetDataBegin()
551 uint64_t Delta = (uint64_t)HstPtrBegin - (uint64_t)HstPtrBase; in targetDataBegin()
571 HstPtrBase, PointerTgtPtrBegin, ExpectedTgtPtrBase}; in targetDataBegin()
1287 void *HstPtrBase = Args[Idx]; in processDataBefore() local
1321 void *HstPtrBase = ArgBases[I]; in processDataBefore() local
1328 DPxPTR(HstPtrBase)); in processDataBefore()
1329 TgtPtrBegin = HstPtrBase; in processDataBefore()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/openmp/libomptarget/src/
H A Domptarget.cpp296 void *HstPtrBase = args_base[i]; in targetDataBegin() local
348 HstPtrBase, HstPtrBase, sizeof(void *), nullptr, Pointer_IsNew, in targetDataBegin()
361 Pointer_HstPtrBegin = HstPtrBase; in targetDataBegin()
363 HstPtrBase = *(void **)HstPtrBase; in targetDataBegin()
424 uint64_t Delta = (uint64_t)HstPtrBegin - (uint64_t)HstPtrBase; in targetDataBegin()
436 HstPtrBase, PointerTgtPtrBegin, TgtPtrBase}; in targetDataBegin()
1126 void *HstPtrBase = Args[Idx]; in processDataBefore() local
1160 void *HstPtrBase = ArgBases[I]; in processDataBefore() local
1167 DPxPTR(HstPtrBase)); in processDataBefore()
1168 TgtPtrBegin = HstPtrBase; in processDataBefore()
[all …]
H A Ddevice.h45 uintptr_t HstPtrBase; // host info. member
60 : HstPtrBase(BP), HstPtrBegin(B), HstPtrEnd(E), HstPtrName(Name), in HstPtrBase() function
174 void *getOrAllocTgtPtr(void *HstPtrBegin, void *HstPtrBase, int64_t Size,
/dports/devel/llvm13/llvm-project-13.0.1.src/openmp/libomptarget/src/
H A Domptarget.cpp438 void *HstPtrBase = args_base[i]; in targetDataBegin() local
491 HstPtrBase, HstPtrBase, sizeof(void *), nullptr, in targetDataBegin()
506 Pointer_HstPtrBegin = HstPtrBase; in targetDataBegin()
508 HstPtrBase = *(void **)HstPtrBase; in targetDataBegin()
551 uint64_t Delta = (uint64_t)HstPtrBegin - (uint64_t)HstPtrBase; in targetDataBegin()
571 HstPtrBase, PointerTgtPtrBegin, ExpectedTgtPtrBase}; in targetDataBegin()
1287 void *HstPtrBase = Args[Idx]; in processDataBefore() local
1321 void *HstPtrBase = ArgBases[I]; in processDataBefore() local
1328 DPxPTR(HstPtrBase)); in processDataBefore()
1329 TgtPtrBegin = HstPtrBase; in processDataBefore()
[all …]

12