Home
last modified time | relevance | path

Searched defs:TgtEntryPtr (Results 1 – 25 of 46) sorted by relevance

12

/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/openmp/libomptarget/plugins/remote/src/
H A Drtl.cpp133 int32_t __tgt_rtl_run_target_region(int32_t DeviceId, void *TgtEntryPtr, in __tgt_rtl_run_target_region()
140 int32_t __tgt_rtl_run_target_region_async(int32_t DeviceId, void *TgtEntryPtr, in __tgt_rtl_run_target_region_async()
148 int32_t __tgt_rtl_run_target_team_region(int32_t DeviceId, void *TgtEntryPtr, in __tgt_rtl_run_target_team_region()
159 int32_t DeviceId, void *TgtEntryPtr, void **TgtArgs, ptrdiff_t *TgtOffsets, in __tgt_rtl_run_target_team_region_async()
/dports/devel/llvm12/llvm-project-12.0.1.src/openmp/libomptarget/plugins/remote/src/
H A Drtl.cpp133 int32_t __tgt_rtl_run_target_region(int32_t DeviceId, void *TgtEntryPtr, in __tgt_rtl_run_target_region()
140 int32_t __tgt_rtl_run_target_region_async(int32_t DeviceId, void *TgtEntryPtr, in __tgt_rtl_run_target_region_async()
148 int32_t __tgt_rtl_run_target_team_region(int32_t DeviceId, void *TgtEntryPtr, in __tgt_rtl_run_target_team_region()
159 int32_t DeviceId, void *TgtEntryPtr, void **TgtArgs, ptrdiff_t *TgtOffsets, in __tgt_rtl_run_target_team_region_async()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/openmp/libomptarget/plugins/remote/src/
H A Drtl.cpp106 int32_t __tgt_rtl_run_target_region(int32_t DeviceId, void *TgtEntryPtr, in __tgt_rtl_run_target_region()
113 int32_t __tgt_rtl_run_target_team_region(int32_t DeviceId, void *TgtEntryPtr, in __tgt_rtl_run_target_team_region()
H A DClient.cpp487 void *TgtEntryPtr, void **TgtArgs, in runTargetRegion()
529 int32_t DeviceId, void *TgtEntryPtr, void **TgtArgs, ptrdiff_t *TgtOffsets, in runTargetTeamRegion()
693 void *TgtEntryPtr, void **TgtArgs, in runTargetRegion()
703 int32_t DeviceId, void *TgtEntryPtr, void **TgtArgs, ptrdiff_t *TgtOffsets, in runTargetTeamRegion()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/openmp/libomptarget/plugins/remote/src/
H A Drtl.cpp106 int32_t __tgt_rtl_run_target_region(int32_t DeviceId, void *TgtEntryPtr, in __tgt_rtl_run_target_region()
113 int32_t __tgt_rtl_run_target_team_region(int32_t DeviceId, void *TgtEntryPtr, in __tgt_rtl_run_target_team_region()
H A DClient.cpp487 void *TgtEntryPtr, void **TgtArgs, in runTargetRegion()
529 int32_t DeviceId, void *TgtEntryPtr, void **TgtArgs, ptrdiff_t *TgtOffsets, in runTargetTeamRegion()
693 void *TgtEntryPtr, void **TgtArgs, in runTargetRegion()
703 int32_t DeviceId, void *TgtEntryPtr, void **TgtArgs, ptrdiff_t *TgtOffsets, in runTargetTeamRegion()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/openmp/libomptarget/plugins/remote/src/
H A Drtl.cpp106 int32_t __tgt_rtl_run_target_region(int32_t DeviceId, void *TgtEntryPtr, in __tgt_rtl_run_target_region()
113 int32_t __tgt_rtl_run_target_team_region(int32_t DeviceId, void *TgtEntryPtr, in __tgt_rtl_run_target_team_region()
H A DClient.cpp487 void *TgtEntryPtr, void **TgtArgs, in runTargetRegion()
529 int32_t DeviceId, void *TgtEntryPtr, void **TgtArgs, ptrdiff_t *TgtOffsets, in runTargetTeamRegion()
693 void *TgtEntryPtr, void **TgtArgs, in runTargetRegion()
703 int32_t DeviceId, void *TgtEntryPtr, void **TgtArgs, ptrdiff_t *TgtOffsets, in runTargetTeamRegion()
/dports/devel/llvm13/llvm-project-13.0.1.src/openmp/libomptarget/plugins/remote/src/
H A Drtl.cpp106 int32_t __tgt_rtl_run_target_region(int32_t DeviceId, void *TgtEntryPtr, in __tgt_rtl_run_target_region()
113 int32_t __tgt_rtl_run_target_team_region(int32_t DeviceId, void *TgtEntryPtr, in __tgt_rtl_run_target_team_region()
H A DClient.cpp487 void *TgtEntryPtr, void **TgtArgs, in runTargetRegion()
529 int32_t DeviceId, void *TgtEntryPtr, void **TgtArgs, ptrdiff_t *TgtOffsets, in runTargetTeamRegion()
693 void *TgtEntryPtr, void **TgtArgs, in runTargetRegion()
703 int32_t DeviceId, void *TgtEntryPtr, void **TgtArgs, ptrdiff_t *TgtOffsets, in runTargetTeamRegion()
/dports/devel/llvm10/llvm-10.0.1.src/projects/openmp/libomptarget/src/
H A Ddevice.cpp346 int32_t DeviceTy::run_region(void *TgtEntryPtr, void **TgtVarsPtr, in run_region()
353 int32_t DeviceTy::run_team_region(void *TgtEntryPtr, void **TgtVarsPtr, in run_team_region()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/openmp/libomptarget/src/
H A Ddevice.cpp346 int32_t DeviceTy::run_region(void *TgtEntryPtr, void **TgtVarsPtr, in run_region()
353 int32_t DeviceTy::run_team_region(void *TgtEntryPtr, void **TgtVarsPtr, in run_team_region()
/dports/devel/llvm90/llvm-9.0.1.src/projects/openmp/libomptarget/src/
H A Ddevice.cpp324 int32_t DeviceTy::run_region(void *TgtEntryPtr, void **TgtVarsPtr, in run_region()
331 int32_t DeviceTy::run_team_region(void *TgtEntryPtr, void **TgtVarsPtr, in run_team_region()
/dports/databases/mariadb104-client/mariadb-10.4.24/mysql-test/suite/parts/r/
H A Dpartition_alter2_2_1_innodb.result323 WHERE f_int1 <> CAST(f_char1 AS SIGNED INT);
329 WHERE f_int1 BETWEEN @max_row_div2 - 1 AND @max_row_div2 + 1;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/openmp/libomptarget/plugins/remote/server/
H A DServer.cpp306 void *TgtEntryPtr = ((__tgt_offload_entry *)Request->tgt_entry_ptr())->addr; in RunTargetRegion() local
331 void *TgtEntryPtr = ((__tgt_offload_entry *)Request->tgt_entry_ptr())->addr; in RunTargetTeamRegion() local
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/openmp/libomptarget/plugins/remote/server/
H A DServer.cpp306 void *TgtEntryPtr = ((__tgt_offload_entry *)Request->tgt_entry_ptr())->addr; in RunTargetRegion() local
331 void *TgtEntryPtr = ((__tgt_offload_entry *)Request->tgt_entry_ptr())->addr; in RunTargetTeamRegion() local
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/openmp/libomptarget/plugins/remote/server/
H A DServer.cpp306 void *TgtEntryPtr = ((__tgt_offload_entry *)Request->tgt_entry_ptr())->addr; in RunTargetRegion() local
331 void *TgtEntryPtr = ((__tgt_offload_entry *)Request->tgt_entry_ptr())->addr; in RunTargetTeamRegion() local
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/openmp/libomptarget/src/
H A Ddevice.cpp376 int32_t DeviceTy::run_region(void *TgtEntryPtr, void **TgtVarsPtr, in run_region()
388 int32_t DeviceTy::run_team_region(void *TgtEntryPtr, void **TgtVarsPtr, in run_team_region()
/dports/devel/llvm12/llvm-project-12.0.1.src/openmp/libomptarget/plugins/remote/server/
H A DServer.cpp376 void *TgtEntryPtr = ((__tgt_offload_entry *)Request->tgt_entry_ptr())->addr; in RunTargetRegionAsync() local
403 void *TgtEntryPtr = ((__tgt_offload_entry *)Request->tgt_entry_ptr())->addr; in RunTargetTeamRegionAsync() local
/dports/devel/llvm11/llvm-11.0.1.src/projects/openmp/libomptarget/src/
H A Ddevice.cpp376 int32_t DeviceTy::run_region(void *TgtEntryPtr, void **TgtVarsPtr, in run_region()
388 int32_t DeviceTy::run_team_region(void *TgtEntryPtr, void **TgtVarsPtr, in run_team_region()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/openmp/libomptarget/plugins/remote/server/
H A DServer.cpp376 void *TgtEntryPtr = ((__tgt_offload_entry *)Request->tgt_entry_ptr())->addr; in RunTargetRegionAsync() local
403 void *TgtEntryPtr = ((__tgt_offload_entry *)Request->tgt_entry_ptr())->addr; in RunTargetTeamRegionAsync() local
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/openmp/libomptarget/src/
H A Ddevice.cpp444 int32_t DeviceTy::runRegion(void *TgtEntryPtr, void **TgtVarsPtr, in runRegion()
456 int32_t DeviceTy::runTeamRegion(void *TgtEntryPtr, void **TgtVarsPtr, in runTeamRegion()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/openmp/libomptarget/src/
H A Ddevice.cpp462 int32_t DeviceTy::runRegion(void *TgtEntryPtr, void **TgtVarsPtr, in runRegion()
474 int32_t DeviceTy::runTeamRegion(void *TgtEntryPtr, void **TgtVarsPtr, in runTeamRegion()
/dports/devel/llvm12/llvm-project-12.0.1.src/openmp/libomptarget/src/
H A Ddevice.cpp444 int32_t DeviceTy::runRegion(void *TgtEntryPtr, void **TgtVarsPtr, in runRegion()
456 int32_t DeviceTy::runTeamRegion(void *TgtEntryPtr, void **TgtVarsPtr, in runTeamRegion()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/openmp/libomptarget/src/
H A Ddevice.cpp503 int32_t DeviceTy::runRegion(void *TgtEntryPtr, void **TgtVarsPtr, in runRegion()
523 int32_t DeviceTy::runTeamRegion(void *TgtEntryPtr, void **TgtVarsPtr, in runTeamRegion()

12