Home
last modified time | relevance | path

Searched refs:DP (Results 1 – 25 of 91) sorted by relevance

1234

/llvm-project-15.0.7/openmp/libomptarget/plugins/amdgpu/src/
H A Drtl.cpp965 DP("Parsed %s=%d\n", Env, Res); in readEnv()
1221 DP("Max_Teams: %d\n", MaxTeams); in getLaunchVals()
1263 DP("num_groups: %d\n", NumGroups); in getLaunchVals()
1264 DP("num_teams: %d\n", NumTeams); in getLaunchVals()
1283 DP("num_groups: %d\n", NumGroups); in getLaunchVals()
1338 DP("num_groups: %d\n", NumGroups); in getLaunchVals()
1373 DP("Arg_num: %d\n", ArgNum); in runRegionLocked()
1558 DP("Kernel completed\n"); in runRegionLocked()
1592 DP("ELF Flags: 0x%x\n", Flags); in elfEFlags()
2043 DP("Error iterating ISAs\n"); in __tgt_rtl_is_valid_binary_info()
[all …]
/llvm-project-15.0.7/openmp/libomptarget/src/
H A Dapi.cpp74 DP("Call to omp_target_free with NULL ptr\n"); in omp_target_free()
80 DP("omp_target_free deallocated host ptr\n"); in omp_target_free()
85 DP("omp_target_free returns, nothing to do\n"); in omp_target_free()
90 DP("omp_target_free deallocated device ptr\n"); in omp_target_free()
175 DP("copy from host to host\n"); in omp_target_memcpy()
180 DP("copy from host to device\n"); in omp_target_memcpy()
185 DP("copy from device to host\n"); in omp_target_memcpy()
190 DP("copy from device to device\n"); in omp_target_memcpy()
214 DP("omp_target_memcpy returns %d\n", Rc); in omp_target_memcpy()
274 DP("omp_target_memcpy_rect returns %d\n", Rc); in omp_target_memcpy_rect()
[all …]
H A Drtl.cpp44 DP("Init target library!\n"); in init()
69 DP("Deinit target library!\n"); in deinit()
91 DP("Loading RTLs...\n"); in loadRTLs()
96 DP("Loading library '%s'...\n", Name); in loadRTLs()
105 DP("Successfully loaded library '%s'!\n", Name); in loadRTLs()
166 DP("No devices supported in this RTL\n"); in loadRTLs()
227 DP("RTLs loaded!\n"); in loadRTLs()
470 DP("Done registering entries!\n"); in registerLib()
474 DP("Unloading target library!\n"); in unregisterLib()
545 DP("Done unregistering images!\n"); in unregisterLib()
[all …]
H A Domptarget.cpp190 DP("Has pending ctors... call now\n"); in initLibrary()
257 DP("Default TARGET OFFLOAD policy is now mandatory " in handleDefaultTargetOffload()
261 DP("Default TARGET OFFLOAD policy is now disabled " in handleDefaultTargetOffload()
288 DP("Offload is disabled\n"); in checkDeviceAndCtors()
294 DP("Use default device id %" PRId64 "\n", DeviceID); in checkDeviceAndCtors()
346 DP("Call to %s with non-positive length\n", Name); in targetAllocExplicit()
359 DP("%s returns NULL ptr\n", Name); in targetAllocExplicit()
485 DP("Has a pointer entry: \n"); in targetDataBegin()
746 DP("Mapping does not exist (%s)\n", in targetDataEnd()
953 DP("Restoring original host pointer value " DPxMOD in targetDataContiguous()
[all …]
H A Dinterface.cpp39 DP("Could not register library with %s", RTL.RTLName.c_str()); in __tgt_register_lib()
77 DP("Not offloading to device %" PRId64 "\n", DeviceId); in __tgt_target_data_begin_mapper()
88 DP("Entry %2d: Base=" DPxMOD ", Begin=" DPxMOD ", Size=%" PRId64 in __tgt_target_data_begin_mapper()
124 DP("Entering data end region with %d mappings\n", ArgNum); in __tgt_target_data_end_mapper()
126 DP("Not offloading to device %" PRId64 "\n", DeviceId); in __tgt_target_data_end_mapper()
137 DP("Entry %2d: Base=" DPxMOD ", Begin=" DPxMOD ", Size=%" PRId64 in __tgt_target_data_end_mapper()
170 DP("Entering data update with %d mappings\n", ArgNum); in __tgt_target_data_update_mapper()
172 DP("Not offloading to device %" PRId64 "\n", DeviceId); in __tgt_target_data_update_mapper()
219 DP("Unexpected ABI version: %d\n", Args->Version); in __tgt_target_kernel()
222 DP("Not offloading to device %" PRId64 "\n", DeviceId); in __tgt_target_kernel()
[all …]
H A Ddevice.cpp76 DP("Attempt to re-associate the same device ptr+offset with the same " in associatePtr()
96 DP("Creating new map entry: HstBase=" DPxMOD ", HstBegin=" DPxMOD in associatePtr()
121 DP("Association found, removing it\n"); in disassociatePtr()
146 DP("Looking up mapping(HstPtrBegin=" DPxMOD ", Size=%" PRId64 ")...\n", in lookupMapping()
416 DP("Get HstPtrBegin " DPxMOD " Size=%" PRId64 " for unified shared " in getTgtPtrBegin()
457 DP("Deleting tgt data " DPxMOD " of size %" PRId64 "\n", in deallocTgtPtr()
669 DP("Checking whether device %d is ready.\n", DeviceNum); in deviceIsReady()
678 DP("Device ID %d does not have a matching RTL\n", DeviceNum); in deviceIsReady()
685 DP("Is the device %d (local ID %d) initialized? %d\n", DeviceNum, in deviceIsReady()
690 DP("Failed to init device %d\n", DeviceNum); in deviceIsReady()
[all …]
/llvm-project-15.0.7/openmp/libomptarget/plugins/ve/src/
H A Drtl.cpp75 DP("Looking up symbol: %s\n", SymbolName); in buildOffloadTableFromHost()
121 DP("Found %i VE devices\n", NumDevices); in RTLDeviceInfoTy()
132 DP("Failed to close VEO context.\n"); in ~RTLDeviceInfoTy()
155 DP("Running function with entry point %p\n", in target_run_function_wait()
160 DP("Execution of entry point %p failed\n", in target_run_function_wait()
198 DP("Available VEO version: %i\n", veo_api_version()); in __tgt_rtl_init_device()
217 DP("Dev %d: load binary from " DPxMOD " image\n", ID, in __tgt_rtl_load_binary()
301 DP("veo_load_library() failed: LibHandle=%" PRIu64 in __tgt_rtl_load_binary()
307 DP("Successfully loaded library dynamically\n"); in __tgt_rtl_load_binary()
348 DP("veo_proc_create() failed for device %d\n", ID); in __tgt_rtl_data_alloc()
[all …]
/llvm-project-15.0.7/llvm/lib/IR/
H A DDiagnosticInfo.cpp63 DP << getMsgStr(); in print()
85 DP << getFileName(); in print()
88 DP << ": "; in print()
90 DP << getMsg(); in print()
96 DP << getMsg(); in print()
336 DP << Diagnostic; in print()
340 DP << Diagnostic; in print()
362 DP << Str; in print()
435 DP << "error\""; in print()
437 DP << "warn\""; in print()
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/Thumb2/
H A Dfloat-cmp.ll158 ; DP: vcmp.f64
167 ; DP: vcmp.f64
176 ; DP: vcmp.f64
185 ; DP: vcmp.f64
194 ; DP: vcmp.f64
205 ; DP: vcmp.f64
215 ; DP: vcmp.f64
224 ; DP: vcmp.f64
234 ; DP: vcmp.f64
245 ; DP: vcmp.f64
[all …]
H A Dfloat-ops.ll21 ; DP: vadd.f64 d0, d0, d1
40 ; DP: vsub.f64 d0, d0, d1
59 ; DP: vmul.f64 d0, d0, d1
78 ; DP: vdiv.f64 d0, d0, d1
143 ; DP: vcvt.f64.f32 d0, s0
152 ; DP: vcvt.f32.f64 s0, d0
171 ; DP: vcvt.s32.f64 s0, d0
172 ; DP: vmov r0, s0
191 ; DP: vcvt.u32.f64 s0, d0
192 ; DP: vmov r0, s0
[all …]
/llvm-project-15.0.7/openmp/libomptarget/plugins/common/MemoryManager/
H A DMemoryManager.h74 DP("findBucket: Size %zu is floored to %zu.\n", Size, F); in findBucket()
89 DP("findBucket: Size %zu goes to bucket %d\n", Size, L); in findBucket()
181 DP("Failed to get memory on device. Free all memory in FreeLists and " in allocateOrFreeAndAllocateOnDevice()
187 DP("Still cannot get memory on device probably because the device is " in allocateOrFreeAndAllocateOnDevice()
220 DP("MemoryManagerTy::allocate: size %zu with host pointer " DPxMOD ".\n", in allocate()
226 DP("%zu is greater than the threshold %zu. Allocate it directly from " in allocate()
254 DP("Find one node " DPxMOD " in the bucket.\n", DPxPTR(NodePtr)); in allocate()
259 DP("Cannot find a node in the FreeLists. Allocate on device.\n"); in allocate()
273 DP("Node address " DPxMOD ", target pointer " DPxMOD ", size %zu\n", in allocate()
301 DP("Cannot find its node. Delete it on device directly.\n"); in free()
[all …]
/llvm-project-15.0.7/openmp/libomptarget/plugins/cuda/src/
H A Drtl.cpp506 DP("Start initializing CUDA\n"); in DeviceRTLTy()
511 DP("Failed to load CUDA shared library\n"); in DeviceRTLTy()
515 DP("There are no devices supporting CUDA.\n"); in DeviceRTLTy()
527 DP("There are no devices supporting CUDA.\n"); in DeviceRTLTy()
543 DP("Parsed OMP_TEAM_LIMIT=%d\n", EnvTeamLimit); in DeviceRTLTy()
553 DP("Parsed OMP_NUM_TEAMS=%d\n", EnvNumTeams); in DeviceRTLTy()
601 DP("Getting device %d\n", DeviceId); in initDevice()
660 DP("Using %d CUDA blocks per grid\n", MaxGridDimX); in initDevice()
699 DP("Using warp size %d\n", WarpSize); in initDevice()
819 DP("CUDA module successfully loaded!\n"); in loadBinary()
[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()
139 DP("Expecting to have %zd entries defined.\n", NumEntries); in __tgt_rtl_load_binary()
143 DP("Incompatible ELF library!\n"); in __tgt_rtl_load_binary()
150 DP("Unable to get ELF handle: %s!\n", elf_errmsg(-1)); in __tgt_rtl_load_binary()
155 DP("Invalid Elf kind!\n"); in __tgt_rtl_load_binary()
167 DP("Unable to get ELF strings index!\n"); in __tgt_rtl_load_binary()
183 DP("Entries Section Offset Not Found\n"); in __tgt_rtl_load_binary()
217 DP("Target library loading error: %s\n", dlerror()); in __tgt_rtl_load_binary()
230 DP("Pointer to first entry to be loaded is (" DPxMOD ").\n", in __tgt_rtl_load_binary()
240 DP("Can't obtain entries begin\n"); in __tgt_rtl_load_binary()
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Dfloat-helpers.s333 ; CHECK-HARDFP-DP-LABEL: dadd:
366 ; CHECK-HARDFP-DP-LABEL: ddiv:
399 ; CHECK-HARDFP-DP-LABEL: dmul:
432 ; CHECK-HARDFP-DP-LABEL: dsub:
469 ; CHECK-HARDFP-DP-LABEL: dcmpeq:
716 ; CHECK-HARDFP-DP-LABEL: d2iz:
747 ; CHECK-HARDFP-DP-LABEL: d2uiz:
932 ; CHECK-HARDFP-DP-LABEL: d2f:
963 ; CHECK-HARDFP-DP-LABEL: f2d:
994 ; CHECK-HARDFP-DP-LABEL: i2d:
[all …]
H A Darm32-rounding.ll1 …triple=armv8-linux-gnueabihf -mattr=+fp-armv8 | FileCheck --check-prefix=CHECK --check-prefix=DP %s
3 … llc < %s -mtriple=thumbv7em-linux-gnueabihf -mattr=+fp-armv8,-d32 | FileCheck --check-prefix=DP %s
15 ; DP: vrintm.f64
32 ; DP: vrintp.f64
49 ; DP: vrinta.f64
66 ; DP: vrintz.f64
83 ; DP: vrintr.f64
100 ; DP: vrintx.f64
H A Dfp-intrinsics.ll509 ; CHECK-DP: vadd.f64
517 ; CHECK-DP: vsub.f64
525 ; CHECK-DP: vmul.f64
533 ; CHECK-DP: vdiv.f64
548 ; CHECK-DP: vfma.f64
743 ; CHECK-DP: vcmp.f64
752 ; CHECK-DP: vcmp.f64
761 ; CHECK-DP: vcmp.f64
770 ; CHECK-DP: vcmp.f64
779 ; CHECK-DP: vcmp.f64
[all …]
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCScheduleP9.td102 def DP : ProcResource<4>;
104 //Even DP pipelines
105 let Super = DP;
108 //Odd DP pipelines
109 let Super = DP;
243 // DP Unit
246 def P9_DP_5C : SchedWriteRes<[DP]> {
250 def P9_DP_7C : SchedWriteRes<[DP]> {
262 def P9_DP_22C_5 : SchedWriteRes<[DP]> {
277 def P9_DP_26C_5 : SchedWriteRes<[DP]> {
[all …]
/llvm-project-15.0.7/libcxx/test/std/experimental/memory/memory.resource.aliases/
H A Dheader_unordered_set_synop.pass.cpp49 using DP = std::equal_to<V>; in main() typedef
52 using StdSet = std::unordered_set<V, DH, DP, pmr::polymorphic_allocator<V>>; in main()
57 using StdSet = std::unordered_set<V, MH, DP, pmr::polymorphic_allocator<V>>; in main()
71 using StdSet = std::unordered_multiset<V, DH, DP, pmr::polymorphic_allocator<V>>; in main()
76 using StdSet = std::unordered_multiset<V, MH, DP, pmr::polymorphic_allocator<V>>; in main()
H A Dheader_unordered_map_synop.pass.cpp50 using DP = std::equal_to<K>; in main() typedef
54 using StdMap = std::unordered_map<K, V, DH, DP, pmr::polymorphic_allocator<P>>; in main()
59 using StdMap = std::unordered_map<K, V, MH, DP, pmr::polymorphic_allocator<P>>; in main()
73 using StdMap = std::unordered_multimap<K, V, DH, DP, pmr::polymorphic_allocator<P>>; in main()
78 using StdMap = std::unordered_multimap<K, V, MH, DP, pmr::polymorphic_allocator<P>>; in main()
/llvm-project-15.0.7/openmp/libomptarget/plugins/common/elf_common/
H A Delf_common.cpp44 DP("Not an ELF image!\n"); in withBytesAsElf()
54 DP("Unable to get ELF handle: %s!\n", in withBytesAsElf()
62 DP("Unknown ELF format!\n"); in withBytesAsElf()
82 DP("ELF Type: %d\n", Type); in elf_is_dynamic()
/llvm-project-15.0.7/llvm/test/CodeGen/Generic/
H A Dllvm-ct-intrinsics.ll12 define void @ctpoptest(i8 %A, i16 %B, i32 %C, i64 %D, i8* %AP, i16* %BP, i32* %CP, i64* %DP) {
20 store i64 %d, i64* %DP
32 define void @ctlztest(i8 %A, i16 %B, i32 %C, i64 %D, i8* %AP, i16* %BP, i32* %CP, i64* %DP) {
40 store i64 %d, i64* %DP
52 define void @cttztest(i8 %A, i16 %B, i32 %C, i64 %D, i8* %AP, i16* %BP, i32* %CP, i64* %DP) {
60 store i64 %d, i64* %DP
/llvm-project-15.0.7/openmp/libomptarget/plugins/cuda/dynamic_cuda/
H A Dcuda.cpp110 DP("Unable to load library '%s': %s!\n", CudaLib, dlerror()); in checkForCUDA()
122 DP("Implementing %s with dlsym(%s) -> %p\n", Sym, First, P); in checkForCUDA()
130 DP("Unable to find '%s' in '%s'!\n", Sym, CudaLib); in checkForCUDA()
133 DP("Implementing %s with dlsym(%s) -> %p\n", Sym, Sym, P); in checkForCUDA()
/llvm-project-15.0.7/bolt/lib/Passes/
H A DReorderAlgorithm.cpp427 std::vector<std::vector<int64_t>> DP; in reorderBasicBlocks() local
428 DP.resize(1 << N); in reorderBasicBlocks()
429 for (std::vector<int64_t> &Elmt : DP) in reorderBasicBlocks()
433 DP[1][0] = 0; in reorderBasicBlocks()
443 if (DP[Set][Last] == -1) in reorderBasicBlocks()
456 if (DP[NewSet][New] == -1) in reorderBasicBlocks()
457 DP[NewSet][New] = DP[Set][Last] + (int64_t)Weight[Last][New]; in reorderBasicBlocks()
458 DP[NewSet][New] = std::max(DP[NewSet][New], in reorderBasicBlocks()
462 BestWeight = DP[NewSet][New]; in reorderBasicBlocks()
482 if (DP[Set][I] == -1) in reorderBasicBlocks()
[all …]
/llvm-project-15.0.7/llvm/test/ExecutionEngine/MCJIT/
H A Dtest-fp-no-external-funcs.ll4 define double @test(double* %DP, double %Arg) {
5 %D = load double, double* %DP ; <double> [#uses=1]
12 store double %Q, double* %DP
H A Dtest-fp.ll4 define double @test(double* %DP, double %Arg) {
5 %D = load double, double* %DP ; <double> [#uses=1]
14 store double %R, double* %DP

1234