Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_sched.cpp72 kmp_int32 schedtype, kmp_int32 *plastiter, in __kmp_for_static_init() argument
127 KMP_DEBUG_ASSERT(plastiter && plower && pupper && pstride); in __kmp_for_static_init()
138 KD_TRACE(100, (buff, global_tid, schedtype, *plastiter, *plower, *pupper, in __kmp_for_static_init()
153 if (plastiter != NULL) in __kmp_for_static_init()
154 *plastiter = FALSE; in __kmp_for_static_init()
171 (buff, *plastiter, *plower, *pupper, *pstride, loc->psource)); in __kmp_for_static_init()
206 if (plastiter != NULL) in __kmp_for_static_init()
207 *plastiter = TRUE; in __kmp_for_static_init()
220 KD_TRACE(100, (buff, *plastiter, *plower, *pupper, *pstride)); in __kmp_for_static_init()
238 if (plastiter != NULL) in __kmp_for_static_init()
[all …]
Dkmp_dispatch.cpp2165 kmp_int32 *plastiter, T *plower, T *pupper, in __kmp_dist_get_bounds() argument
2174 KMP_DEBUG_ASSERT(plastiter && plower && pupper); in __kmp_dist_get_bounds()
2185 KD_TRACE(100, (buff, gtid, *plastiter, *plower, *pupper, incr)); in __kmp_dist_get_bounds()
2239 if (plastiter != NULL) in __kmp_dist_get_bounds()
2240 *plastiter = (team_id == trip_count - 1); in __kmp_dist_get_bounds()
2248 if (plastiter != NULL) in __kmp_dist_get_bounds()
2249 *plastiter = (team_id == nteams - 1); in __kmp_dist_get_bounds()
2262 if (plastiter != NULL) in __kmp_dist_get_bounds()
2263 *plastiter = *plower <= upper && *pupper > upper - incr; in __kmp_dist_get_bounds()
2269 if (plastiter != NULL) in __kmp_dist_get_bounds()
[all …]
Dkmp.h3705 kmp_int32 schedtype, kmp_int32 *plastiter,
/external/llvm-project/openmp/libomptarget/deviceRTLs/common/src/
Dloop.cu98 int32_t *plastiter, T *plower, T *pupper, in for_static_init() argument
183 *plastiter = lastiter; in for_static_init()
619 int32_t schedtype, int32_t *plastiter, in __kmpc_for_static_init_4() argument
625 global_tid, schedtype, plastiter, plower, pupper, pstride, chunk, in __kmpc_for_static_init_4()
630 int32_t schedtype, int32_t *plastiter, in __kmpc_for_static_init_4u() argument
636 global_tid, schedtype, plastiter, plower, pupper, pstride, chunk, in __kmpc_for_static_init_4u()
641 int32_t schedtype, int32_t *plastiter, in __kmpc_for_static_init_8() argument
647 global_tid, schedtype, plastiter, plower, pupper, pstride, chunk, in __kmpc_for_static_init_8()
652 int32_t schedtype, int32_t *plastiter, in __kmpc_for_static_init_8u() argument
658 global_tid, schedtype, plastiter, plower, pupper, pstride, chunk, in __kmpc_for_static_init_8u()
[all …]
/external/llvm-project/openmp/libomptarget/deviceRTLs/
Dinterface.h240 int32_t sched, int32_t *plastiter,
245 int32_t sched, int32_t *plastiter,
250 int32_t sched, int32_t *plastiter,
261 int32_t sched, int32_t *plastiter,
267 int32_t sched, int32_t *plastiter,
273 int32_t sched, int32_t *plastiter,
286 int32_t *plastiter,
292 kmp_Ident *loc, int32_t global_tid, int32_t sched, int32_t *plastiter,
298 int32_t *plastiter,
327 int32_t *plastiter, int32_t *plower,
[all …]