Home
last modified time | relevance | path

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

/external/llvm-project/openmp/libomptarget/src/
Dapi.cpp50 DP("omp_target_alloc returns host ptr " DPxMOD "\n", DPxPTR(rc)); in omp_target_alloc()
60 DP("omp_target_alloc returns device ptr " DPxMOD "\n", DPxPTR(rc)); in omp_target_alloc()
65 DP("Call to omp_target_free for device %d and address " DPxMOD "\n", in omp_target_free()
89 DP("Call to omp_target_is_present for device %d and address " DPxMOD "\n", in omp_target_is_present()
129 "dst addr " DPxMOD ", src addr " DPxMOD ", dst offset %zu, " in omp_target_memcpy()
194 "dst addr " DPxMOD ", src addr " DPxMOD ", dst offsets " DPxMOD ", " in omp_target_memcpy_rect()
195 "src offsets " DPxMOD ", dst dims " DPxMOD ", src dims " DPxMOD ", " in omp_target_memcpy_rect()
196 "volume " DPxMOD ", element size %zu, num_dims %d\n", dst_device, in omp_target_memcpy_rect()
247 DP("Call to omp_target_associate_ptr with host_ptr " DPxMOD ", " in omp_target_associate_ptr()
248 "device_ptr " DPxMOD ", size %zu, device_offset %zu, device_num %d\n", in omp_target_associate_ptr()
[all …]
Domptarget.cpp131 DP("Add mapping from host " DPxMOD " to device " DPxMOD " with size %zu" in InitLibrary()
164 REPORT("Running ctor " DPxMOD " failed.\n", DPxPTR(ctor)); in InitLibrary()
171 DP("Done with pending ctors for lib " DPxMOD "\n", DPxPTR(lib.first)); in InitLibrary()
214 DP("Calling the mapper function " DPxMOD "\n", DPxPTR(arg_mapper)); in targetDataMapper()
294 DP("Using a padding of %" PRId64 " bytes for begin address " DPxMOD in targetDataBegin()
341 DP("There are %zu bytes allocated at target address " DPxMOD " - is%s new" in targetDataBegin()
361 DP("There are %" PRId64 " bytes allocated at target address " DPxMOD in targetDataBegin()
368 DP("Returning device pointer " DPxMOD "\n", DPxPTR(TgtPtrBase)); in targetDataBegin()
393 DP("Moving %" PRId64 " bytes (hst:" DPxMOD ") -> (tgt:" DPxMOD ")\n", in targetDataBegin()
405 DP("Update pointer (" DPxMOD ") -> [" DPxMOD "]\n", in targetDataBegin()
[all …]
Drtl.cpp190 DP("Adding ctor " DPxMOD " to the pending list.\n", in RegisterGlobalCtorsDtorsForImage()
196 DP("Adding dtor " DPxMOD " to the pending list.\n", in RegisterGlobalCtorsDtorsForImage()
265 DP("Image " DPxMOD " is NOT compatible with RTL %s!\n", in RegisterLib()
270 DP("Image " DPxMOD " is compatible with RTL %s!\n", in RegisterLib()
296 DP("RTL " DPxMOD " has index %d!\n", DPxPTR(R.LibraryHandler), R.Idx); in RegisterLib()
312 DP("Registering image " DPxMOD " with RTL %s!\n", in RegisterLib()
326 DP("No RTL found for image " DPxMOD "!\n", DPxPTR(img->ImageStart)); in RegisterLib()
352 DP("Image " DPxMOD " is NOT compatible with RTL " DPxMOD "!\n", in UnregisterLib()
357 DP("Image " DPxMOD " is compatible with RTL " DPxMOD "!\n", in UnregisterLib()
372 DP("Running destructor " DPxMOD " failed.\n", DPxPTR(dtor)); in UnregisterLib()
[all …]
Ddevice.cpp86 DP("Creating new map entry: HstBase=" DPxMOD ", HstBegin=" DPxMOD ", HstEnd=" in associatePtr()
87 DPxMOD ", TgtBegin=" DPxMOD "\n", DPxPTR(newEntry.HstPtrBase), in associatePtr()
149 DP("Looking up mapping(HstPtrBegin=" DPxMOD ", Size=%" PRId64 ")...\n", in lookupMapping()
221 "Mapping exists%s with HstPtrBegin=" DPxMOD ", TgtPtrBegin=" DPxMOD in getOrAllocTgtPtr()
231 MESSAGE("explicit extension not allowed: host address specified is " DPxMOD in getOrAllocTgtPtr()
233 DPxMOD " (%" PRId64 " bytes)", in getOrAllocTgtPtr()
238 "exist for host address " DPxMOD " (%" PRId64 " bytes)", in getOrAllocTgtPtr()
249 DP("Return HstPtrBegin " DPxMOD " Size=%" PRId64 " RefCount=%s\n", in getOrAllocTgtPtr()
257 "HstPtrBegin=" DPxMOD ", Size=%" PRId64 "\n", in getOrAllocTgtPtr()
260 "exist for host address " DPxMOD " (%" PRId64 " bytes)", in getOrAllocTgtPtr()
[all …]
DMemoryManager.cpp165 DP("MemoryManagerTy::allocate: size %zu with host pointer " DPxMOD ".\n", in allocate()
176 DP("Got target pointer " DPxMOD ". Return directly.\n", DPxPTR(TgtPtr)); in allocate()
200 DP("Find one node " DPxMOD " in the bucket.\n", DPxPTR(NodePtr)); in allocate()
220 DP("Node address " DPxMOD ", target pointer " DPxMOD ", size %zu\n", in allocate()
230 DP("MemoryManagerTy::free: target memory " DPxMOD ".\n", DPxPTR(TgtPtr)); in free()
254 DP("Found its node " DPxMOD ". Insert it to bucket %d.\n", DPxPTR(P), B); in free()
Dinterface.cpp146 DP("Entry %2d: Base=" DPxMOD ", Begin=" DPxMOD ", Size=%" PRId64 in __tgt_target_data_begin_mapper()
222 DP("Entry %2d: Base=" DPxMOD ", Begin=" DPxMOD ", Size=%" PRId64 in __tgt_target_data_end_mapper()
323 DP("Entering target region with entry point " DPxMOD " and device Id %" in __tgt_target_mapper()
338 DP("Entry %2d: Base=" DPxMOD ", Begin=" DPxMOD ", Size=%" PRId64 in __tgt_target_mapper()
391 DP("Entering target region with entry point " DPxMOD " and device Id %" in __tgt_target_teams_mapper()
406 DP("Entry %2d: Base=" DPxMOD ", Begin=" DPxMOD ", Size=%" PRId64 in __tgt_target_teams_mapper()
439 DP("__tgt_mapper_num_components(Handle=" DPxMOD ") returns %" PRId64 "\n", in __tgt_mapper_num_components()
448 DP("__tgt_push_mapper_component(Handle=" DPxMOD in __tgt_push_mapper_component()
449 ") adds an entry (Base=" DPxMOD ", Begin=" DPxMOD ", Size=%" PRId64 in __tgt_push_mapper_component()
Dprivate.h102 fprintf(stderr, DPxMOD " " DPxMOD " %-8lu %s at %s:%d:%d\n", in dumpTargetPointerMappings()
/external/llvm-project/openmp/libomptarget/plugins/cuda/src/
Drtl.cpp105 "= " DPxMOD ", dst = " DPxMOD ", size = %" PRId64 "\n", in memcpyDtoD()
553 DP("Load data from image " DPxMOD "\n", DPxPTR(Image->ImageStart)); in loadBinary()
594 DP("Entry point " DPxMOD " maps to global %s (" DPxMOD ")\n", in loadBinary()
613 DP("Copy linked variable host address (" DPxMOD in loadBinary()
614 ") to device address (" DPxMOD ")\n", in loadBinary()
632 DP("Entry point " DPxMOD " maps to %s (" DPxMOD ")\n", in loadBinary()
654 "host = " DPxMOD ", device = " DPxMOD ", size = %zd\n", in loadBinary()
704 "host = " DPxMOD ", device = " DPxMOD ", size = %zu\n", in loadBinary()
750 DP("Error when copying data from host to device. Pointers: host = " DPxMOD in dataSubmit()
751 ", device = " DPxMOD ", size = %" PRId64 "\n", in dataSubmit()
[all …]
/external/llvm-project/openmp/libomptarget/plugins/generic-elf-64bit/src/
Drtl.cpp134 DP("Dev %d: load binary from " DPxMOD " image\n", device_id, in __tgt_rtl_load_binary()
190 DP("Offset of entries section is (" DPxMOD ").\n", DPxPTR(entries_offset)); in __tgt_rtl_load_binary()
232 DP("Pointer to first entry to be loaded is (" DPxMOD ").\n", in __tgt_rtl_load_binary()
247 DP("Entries table range is (" DPxMOD ")->(" DPxMOD ")\n", in __tgt_rtl_load_binary()
307 DP("Running entry point at " DPxMOD "...\n", DPxPTR(tgt_entry_ptr)); in __tgt_rtl_run_target_team_region()
/external/llvm-project/openmp/libomptarget/include/
DDebug.h68 #define DPxMOD "0x%0*" PRIxPTR macro
/external/llvm-project/openmp/libomptarget/plugins/amdgpu/src/
Drtl.cpp1168 DP("Entry point " DPxMOD " maps to global %s (" DPxMOD ")\n", in __tgt_rtl_load_binary_locked()
1183 DP("Copy linked variable host address (" DPxMOD ")" in __tgt_rtl_load_binary_locked()
1184 "to device address (" DPxMOD ")\n", in __tgt_rtl_load_binary_locked()
1611 DP("Offseted base: arg[%d]:" DPxMOD "\n", i, DPxPTR(ptrs[i])); in __tgt_rtl_run_target_team_region_locked()
/external/llvm-project/openmp/libomptarget/plugins/ve/src/
Drtl.cpp221 DP("Dev %d: load binary from " DPxMOD " image\n", ID, in __tgt_rtl_load_binary()