Home
last modified time | relevance | path

Searched refs:__kmpc_impl_shfl_sync (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/openmp/libomptarget/deviceRTLs/common/src/
Ddata_sharing.cu131 FP[0] = __kmpc_impl_shfl_sync(CurActive, FP[0], 0); in data_sharing_push_stack_common()
133 FP[1] = __kmpc_impl_shfl_sync(CurActive, FP[1], 0); in data_sharing_push_stack_common()
Dloop.cu388 hi = __kmpc_impl_shfl_sync(active, hi, leader); in Shuffle()
389 lo = __kmpc_impl_shfl_sync(active, lo, leader); in Shuffle()
/external/llvm-project/openmp/libomptarget/deviceRTLs/amdgcn/src/
Dtarget_impl.h100 DEVICE int32_t __kmpc_impl_shfl_sync(__kmpc_impl_lanemask_t, int32_t Var,
Dtarget_impl.hip52 DEVICE int32_t __kmpc_impl_shfl_sync(__kmpc_impl_lanemask_t, int32_t var,
/external/llvm-project/openmp/libomptarget/deviceRTLs/nvptx/src/
Dtarget_impl.h150 INLINE int32_t __kmpc_impl_shfl_sync(__kmpc_impl_lanemask_t Mask, int32_t Var, in __kmpc_impl_shfl_sync() function