Home
last modified time | relevance | path

Searched refs:__kmpc_impl_lanemask_gt (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/openmp/libomptarget/deviceRTLs/amdgcn/src/
Dtarget_impl.h82 DEVICE __kmpc_impl_lanemask_t __kmpc_impl_lanemask_gt();
Dtarget_impl.hip28 DEVICE __kmpc_impl_lanemask_t __kmpc_impl_lanemask_gt() {
/external/llvm-project/openmp/libomptarget/deviceRTLs/nvptx/src/
Dtarget_impl.h103 INLINE __kmpc_impl_lanemask_t __kmpc_impl_lanemask_gt() { in __kmpc_impl_lanemask_gt() function
/external/llvm-project/openmp/libomptarget/deviceRTLs/common/src/
Dreduction.cu65 __kmpc_impl_lanemask_t lanemask_gt = __kmpc_impl_lanemask_gt(); in gpu_irregular_simd_reduce()