Searched refs:GETNAME (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/openmp/libomptarget/include/ |
| H A D | Debug.h | 108 #define GETNAME(name) GETNAME2(name) macro 113 fprintf(stderr, GETNAME(TARGET_NAME) " message: %s\n", _str); \ 119 fprintf(stderr, GETNAME(TARGET_NAME) " message: " _str "\n", __VA_ARGS__); \ 125 fprintf(stderr, GETNAME(TARGET_NAME) " fatal error %d: %s\n", _num, _str); \ 132 fprintf(stderr, GETNAME(TARGET_NAME) " fatal error %d:" _str "\n", _num, \ 140 fprintf(stderr, GETNAME(TARGET_NAME) " error: "); \ 147 fprintf(stderr, GETNAME(TARGET_NAME) " device %d info: ", (int)_num); \
|
| /llvm-project-15.0.7/openmp/libomptarget/plugins/common/elf_common/ |
| H A D | elf_common.cpp | 25 #define DEBUG_PREFIX "TARGET " GETNAME(TARGET_NAME)
|
| /llvm-project-15.0.7/openmp/libomptarget/plugins/amdgpu/dynamic_hsa/ |
| H A D | hsa.cpp | 69 #define DEBUG_PREFIX "Target " GETNAME(TARGET_NAME) " RTL"
|
| /llvm-project-15.0.7/openmp/libomptarget/plugins/cuda/dynamic_cuda/ |
| H A D | cuda.cpp | 87 #define DEBUG_PREFIX "Target " GETNAME(TARGET_NAME) " RTL"
|
| /llvm-project-15.0.7/openmp/libomptarget/plugins/remote/src/ |
| H A D | rtl.cpp | 23 #define DEBUG_PREFIX "Target " GETNAME(TARGET_NAME) " RTL"
|
| /llvm-project-15.0.7/openmp/libomptarget/plugins/amdgpu/impl/ |
| H A D | internal.h | 31 #define DEBUG_PREFIX "Target " GETNAME(TARGET_NAME) " RTL"
|
| /llvm-project-15.0.7/openmp/libomptarget/src/ |
| H A D | private.h | 123 #define DEBUG_PREFIX GETNAME(TARGET_NAME)
|
| /llvm-project-15.0.7/openmp/libomptarget/plugins/generic-elf-64bit/src/ |
| H A D | rtl.cpp | 31 #define DEBUG_PREFIX "TARGET " GETNAME(TARGET_NAME) " RTL"
|
| /llvm-project-15.0.7/openmp/libomptarget/plugins/ve/src/ |
| H A D | rtl.cpp | 33 #define DEBUG_PREFIX "Target " GETNAME(TARGET_NAME) " RTL"
|
| /llvm-project-15.0.7/openmp/libomptarget/plugins/amdgpu/src/ |
| H A D | rtl.cpp | 971 DP("Start initializing " GETNAME(TARGET_NAME) "\n"); in RTLDeviceInfoTy() 980 DP("Error when initializing HSA in " GETNAME(TARGET_NAME) "\n"); in RTLDeviceInfoTy() 991 DP("Error when initializing " GETNAME(TARGET_NAME) "\n"); in RTLDeviceInfoTy() 1091 DP("Finalizing the " GETNAME(TARGET_NAME) " DeviceInfo.\n"); in ~RTLDeviceInfoTy()
|
| /llvm-project-15.0.7/openmp/libomptarget/plugins/cuda/src/ |
| H A D | rtl.cpp | 32 #define DEBUG_PREFIX "Target " GETNAME(TARGET_NAME) " RTL"
|