Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/src/
H A Ddevice.cpp96 DP("Creating new map entry: HstBase=" DPxMOD ", HstBegin=" DPxMOD in associatePtr()
97 ", HstEnd=" DPxMOD ", TgtBegin=" DPxMOD ", DynRefCount=%s, " in associatePtr()
247 "Mapping exists%s with HstPtrBegin=" DPxMOD ", TgtPtrBegin=" DPxMOD in getTargetPointer()
283 "HstPtrBegin=" DPxMOD ", Size=%" PRId64 "\n", in getTargetPointer()
299 "Creating new map entry with HstPtrBase=" DPxMOD in getTargetPointer()
300 ", HstPtrBegin=" DPxMOD ", TgtPtrBegin=" DPxMOD ", Size=%ld, " in getTargetPointer()
317 DP("Moving %" PRId64 " bytes (hst:" DPxMOD ") -> (tgt:" DPxMOD ")\n", Size, in getTargetPointer()
407 "Mapping exists with HstPtrBegin=" DPxMOD ", TgtPtrBegin=" DPxMOD ", " in getTgtPtrBegin()
461 "Removing map entry with HstPtrBegin=" DPxMOD ", TgtPtrBegin=" DPxMOD in deallocTgtPtr()
533 "Copying data from host to device, HstPtr=" DPxMOD ", TgtPtr=" DPxMOD in submitData()
[all …]
H A Domptarget.cpp160 DP("Add mapping from host " DPxMOD " to device " DPxMOD in initLibrary()
584 DP("Update pointer (" DPxMOD ") -> [" DPxMOD "]\n", in targetDataBegin()
798 DP("Moving %" PRId64 " bytes (tgt:" DPxMOD ") -> (hst:" DPxMOD ")\n", in targetDataEnd()
880 "pointer " DPxMOD "\n", in targetDataEnd()
938 DP("Moving %" PRId64 " bytes (tgt:" DPxMOD ") -> (hst:" DPxMOD ")\n", in targetDataContiguous()
963 DP("Moving %" PRId64 " bytes (hst:" DPxMOD ") -> (tgt:" DPxMOD ")\n", in targetDataContiguous()
973 "pointer " DPxMOD "\n", in targetDataContiguous()
1217 " for %sprivate array " DPxMOD " - pushing target argument " DPxMOD in addArg()
1293 DP("Firstprivate array " DPxMOD " of size %" PRId64 " mapped to " DPxMOD in packAndTransfer()
1379 DP("Update lambda reference (" DPxMOD ") -> [" DPxMOD "]\n", in processDataBefore()
[all …]
H A Dapi.cpp70 DP("Call to omp_target_free for device %d and address " DPxMOD "\n", in omp_target_free()
95 DP("Call to omp_target_is_present for device %d and address " DPxMOD "\n", in omp_target_is_present()
144 "dst addr " DPxMOD ", src addr " DPxMOD ", dst offset %zu, " in omp_target_memcpy()
226 "dst addr " DPxMOD ", src addr " DPxMOD ", dst offsets " DPxMOD ", " in omp_target_memcpy_rect()
227 "src offsets " DPxMOD ", dst dims " DPxMOD ", src dims " DPxMOD ", " in omp_target_memcpy_rect()
228 "volume " DPxMOD ", element size %zu, num_dims %d\n", in omp_target_memcpy_rect()
282 DP("Call to omp_target_associate_ptr with host_ptr " DPxMOD ", " in omp_target_associate_ptr()
283 "device_ptr " DPxMOD ", size %zu, device_offset %zu, device_num %d\n", in omp_target_associate_ptr()
311 DP("Call to omp_target_disassociate_ptr with host_ptr " DPxMOD ", " in omp_target_disassociate_ptr()
H A Drtl.cpp276 DP("Adding ctor " DPxMOD " to the pending list.\n", in registerGlobalCtorsDtorsForImage()
282 DP("Adding dtor " DPxMOD " to the pending list.\n", in registerGlobalCtorsDtorsForImage()
422 DP("Image " DPxMOD " is NOT compatible with RTL %s!\n", in registerLib()
427 DP("Image " DPxMOD " is NOT compatible with RTL %s!\n", in registerLib()
432 DP("Image " DPxMOD " is compatible with RTL %s!\n", in registerLib()
493 DP("Image " DPxMOD " is NOT compatible with RTL %s!\n", in unregisterLib()
498 DP("Image " DPxMOD " is NOT compatible with RTL %s!\n", in unregisterLib()
503 DP("Image " DPxMOD " is compatible with RTL " DPxMOD "!\n", in unregisterLib()
532 DP("Unregistered image " DPxMOD " from RTL " DPxMOD "!\n", in unregisterLib()
540 DP("No RTLs in use support the image " DPxMOD "!\n", in unregisterLib()
[all …]
H A Dinterface.cpp88 DP("Entry %2d: Base=" DPxMOD ", Begin=" DPxMOD ", Size=%" PRId64 in __tgt_target_data_begin_mapper()
137 DP("Entry %2d: Base=" DPxMOD ", Begin=" DPxMOD ", Size=%" PRId64 in __tgt_target_data_end_mapper()
215 DP("Entering target region with entry point " DPxMOD " and device Id %" PRId64 in __tgt_target_kernel()
232 DP("Entry %2d: Base=" DPxMOD ", Begin=" DPxMOD ", Size=%" PRId64 in __tgt_target_kernel()
273 DP("__tgt_mapper_num_components(Handle=" DPxMOD ") returns %" PRId64 "\n", in __tgt_mapper_num_components()
283 DP("__tgt_push_mapper_component(Handle=" DPxMOD in __tgt_push_mapper_component()
284 ") adds an entry (Base=" DPxMOD ", Begin=" DPxMOD ", Size=%" PRId64 in __tgt_push_mapper_component()
H A Dprivate.h145 DPxMOD " " DPxMOD " %-8" PRIuPTR " %-11s %-12s %s at %s:%d:%d\n", in dumpTargetPointerMappings()
/llvm-project-15.0.7/openmp/libomptarget/plugins/common/MemoryManager/
H A DMemoryManager.h220 DP("MemoryManagerTy::allocate: size %zu with host pointer " DPxMOD ".\n", in allocate()
231 DP("Got target pointer " DPxMOD ". Return directly.\n", DPxPTR(TgtPtr)); in allocate()
254 DP("Find one node " DPxMOD " in the bucket.\n", DPxPTR(NodePtr)); in allocate()
273 DP("Node address " DPxMOD ", target pointer " DPxMOD ", size %zu\n", in allocate()
284 DP("MemoryManagerTy::free: target memory " DPxMOD ".\n", DPxPTR(TgtPtr)); in free()
308 DP("Found its node " DPxMOD ". Insert it to bucket %d.\n", DPxPTR(P), B); in free()
/llvm-project-15.0.7/openmp/libomptarget/plugins/cuda/src/
H A Drtl.cpp114 "= " DPxMOD ", dst = " DPxMOD ", size = %" PRId64 "\n", in memcpyDtoD()
129 DP("Error when recording event. stream = " DPxMOD ", event = " DPxMOD "\n", in recordEvent()
855 DP("Entry point " DPxMOD " maps to global %s (" DPxMOD ")\n", in loadBinary()
875 ") to device address (" DPxMOD ")\n", in loadBinary()
893 DP("Entry point " DPxMOD " maps to %s (" DPxMOD ")\n", in loadBinary()
915 "host = " DPxMOD ", device = " DPxMOD ", size = %zd\n", in loadBinary()
960 "host = " DPxMOD ", device = " DPxMOD ", size = %zu\n", in loadBinary()
1006 "= " DPxMOD ", device = " DPxMOD ", size = %" PRId64 "\n", in dataSubmit()
1023 "= " DPxMOD ", device = " DPxMOD ", size = %" PRId64 "\n", in dataRetrieve()
1259 ", async info ptr = " DPxMOD "\n", in synchronize()
[all …]
/llvm-project-15.0.7/openmp/libomptarget/plugins/generic-elf-64bit/src/
H A Drtl.cpp132 DP("Dev %d: load binary from " DPxMOD " image\n", DeviceId, in __tgt_rtl_load_binary()
188 DP("Offset of entries section is (" DPxMOD ").\n", DPxPTR(EntriesOffset)); in __tgt_rtl_load_binary()
230 DP("Pointer to first entry to be loaded is (" DPxMOD ").\n", in __tgt_rtl_load_binary()
245 DP("Entries table range is (" DPxMOD ")->(" DPxMOD ")\n", in __tgt_rtl_load_binary()
323 DP("Running entry point at " DPxMOD "...\n", DPxPTR(TgtEntryPtr)); in __tgt_rtl_run_target_team_region()
/llvm-project-15.0.7/openmp/libomptarget/include/
H A DDebug.h105 #define DPxMOD "0x%0*" PRIxPTR macro
/llvm-project-15.0.7/openmp/libomptarget/plugins/ve/src/
H A Drtl.cpp217 DP("Dev %d: load binary from " DPxMOD " image\n", ID, in __tgt_rtl_load_binary()
/llvm-project-15.0.7/openmp/libomptarget/plugins/amdgpu/src/
H A Drtl.cpp1377 DP("Offseted base: arg[%d]:" DPxMOD "\n", I, DPxPTR(Ptrs[I])); in runRegionLocked()
2421 DP("Entry point " DPxMOD " maps to global %s (" DPxMOD ")\n", in __tgt_rtl_load_binary_locked()
2436 DP("Copy linked variable host address (" DPxMOD ")" in __tgt_rtl_load_binary_locked()
2437 "to device address (" DPxMOD ")\n", in __tgt_rtl_load_binary_locked()
/llvm-project-15.0.7/openmp/libomptarget/plugins/remote/server/
H A DServer.cpp165 SERVER_DBG("Allocated at " DPxMOD "", DPxPTR((void *)TgtPtr)) in DataAlloc()