Lines Matching +full:dim +full:- +full:mode
1 //===----------------------------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
62 // generation of host fallback in kernel language mode.
65 /// ompx_{thread,block}_{id,dim}
68 static inline int ompx_##NAME(int Dim) { return VALUE; }
71 omp_get_ancestor_thread_num(Dim + 1))
72 _TGT_KERNEL_LANGUAGE_HOST_IMPL_GRID_C(block_dim, omp_get_team_size(Dim + 1))
125 /// ompx_{thread,block}_{id,dim}_{x,y,z}
128 int ompx_##NAME(int Dim); \
178 /// ompx::{thread,block}_{id,dim}_{,x,y,z}
181 static inline int NAME(int Dim) noexcept { return ompx_##NAME(Dim); } \