• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/

Lines Matching defs:plastiter

66                                   kmp_int32 schedtype, kmp_int32 *plastiter,
120 KMP_DEBUG_ASSERT(plastiter && plower && pupper && pstride);
131 KD_TRACE(100, (buff, global_tid, schedtype, *plastiter, *plower, *pupper,
146 if (plastiter != NULL)
147 *plastiter = FALSE;
164 (buff, *plastiter, *plower, *pupper, *pstride, loc->psource));
199 if (plastiter != NULL)
200 *plastiter = TRUE;
213 KD_TRACE(100, (buff, *plastiter, *plower, *pupper, *pstride));
231 if (plastiter != NULL)
232 *plastiter = TRUE;
243 KD_TRACE(100, (buff, *plastiter, *plower, *pupper, *pstride));
299 if (plastiter != NULL)
300 *plastiter = (tid == trip_count - 1);
307 if (plastiter != NULL)
308 *plastiter = (tid == nth - 1);
322 if (plastiter != NULL)
323 *plastiter = *plower <= old_upper && *pupper > old_upper - incr;
329 if (plastiter != NULL)
330 *plastiter = *plower >= old_upper && *pupper < old_upper - incr;
348 if (plastiter != NULL)
349 *plastiter = (tid == ((trip_count - 1) / (UT)chunk) % nth);
369 if (plastiter != NULL)
370 *plastiter = (tid == ((trip_count - 1) / (UT)chunk));
401 KD_TRACE(100, (buff, *plastiter, *plower, *pupper, *pstride));
421 kmp_int32 schedule, kmp_int32 *plastiter,
439 KMP_DEBUG_ASSERT(plastiter && plower && pupper && pupperDist && pstride);
451 (buff, gtid, schedule, *plastiter, *plower, *pupper, incr, chunk));
510 if (plastiter != NULL)
511 *plastiter = (tid == 0 && team_id == trip_count - 1);
520 if (plastiter != NULL)
521 *plastiter = (team_id == nteams - 1);
534 if (plastiter != NULL)
535 *plastiter = *plower <= upper && *pupperDist > upper - incr;
545 if (plastiter != NULL)
546 *plastiter = *plower >= upper && *pupperDist < upper - incr;
579 if (plastiter != NULL)
580 if (*plastiter != 0 && !(tid == trip_count - 1))
581 *plastiter = 0;
588 if (plastiter != NULL)
589 if (*plastiter != 0 && !(tid == nth - 1))
590 *plastiter = 0;
602 if (plastiter != NULL)
603 if (*plastiter != 0 &&
605 *plastiter = 0;
611 if (plastiter != NULL)
612 if (*plastiter != 0 &&
614 *plastiter = 0;
630 if (plastiter != NULL)
631 if (*plastiter != 0 && !(tid == ((trip_count - 1) / (UT)chunk) % nth))
632 *plastiter = 0;
651 KD_TRACE(100, (buff, *plastiter, *plower, *pupper, *pupperDist, *pstride));
778 @param plastiter Pointer to the "last iteration" flag
795 kmp_int32 *plastiter, kmp_int32 *plower,
798 __kmp_for_static_init<kmp_int32>(loc, gtid, schedtype, plastiter, plower,
811 kmp_int32 schedtype, kmp_int32 *plastiter,
815 __kmp_for_static_init<kmp_uint32>(loc, gtid, schedtype, plastiter, plower,
828 kmp_int32 *plastiter, kmp_int64 *plower,
831 __kmp_for_static_init<kmp_int64>(loc, gtid, schedtype, plastiter, plower,
844 kmp_int32 schedtype, kmp_int32 *plastiter,
848 __kmp_for_static_init<kmp_uint64>(loc, gtid, schedtype, plastiter, plower,
865 @param plastiter Pointer to the "last iteration" flag
883 kmp_int32 schedule, kmp_int32 *plastiter,
887 __kmp_dist_for_static_init<kmp_int32>(loc, gtid, schedule, plastiter, plower,
895 kmp_int32 schedule, kmp_int32 *plastiter,
899 __kmp_dist_for_static_init<kmp_uint32>(loc, gtid, schedule, plastiter, plower,
907 kmp_int32 schedule, kmp_int32 *plastiter,
911 __kmp_dist_for_static_init<kmp_int64>(loc, gtid, schedule, plastiter, plower,
919 kmp_int32 schedule, kmp_int32 *plastiter,
923 __kmp_dist_for_static_init<kmp_uint64>(loc, gtid, schedule, plastiter, plower,