/llvm-project/openmp/runtime/test/worksharing/for/ |
H A D | omp_monotonic_env.c | 18 omp_sched_t sched_without_modifiers(omp_sched_t sched) { in sched_without_modifiers() 22 int sched_has_modifiers(omp_sched_t sched, omp_sched_t modifiers) { in sched_has_modifiers() 27 void check_schedule(const char *extra, const omp_sched_t sched, int chunk, in check_schedule() 52 omp_sched_t sched, ref_sched; in main() local
|
H A D | omp_monotonic_schedule_set_get.c | 20 omp_sched_t sched_append_modifiers(omp_sched_t sched, omp_sched_t modifiers) { in sched_append_modifiers() 24 omp_sched_t sched_without_modifiers(omp_sched_t sched) { in sched_without_modifiers() 28 int sched_has_modifiers(omp_sched_t sched, omp_sched_t modifiers) { in sched_has_modifiers() 33 void check_schedule(const char *extra, const omp_sched_t sched, int chunk, in check_schedule()
|
H A D | kmp_sch_simd_runtime_api.c | 24 enum sched { enum
|
H A D | kmp_sch_simd_runtime_static.c | 26 enum sched { enum
|
H A D | kmp_sch_simd_runtime_guided.c | 32 enum sched { enum
|
H A D | kmp_sch_simd_guided.c | 26 enum sched { enum
|
/llvm-project/polly/lib/External/isl/ |
H A D | isl_schedule.c | 93 __isl_give isl_schedule *isl_schedule_copy(__isl_keep isl_schedule *sched) in isl_schedule_copy() 121 __isl_null isl_schedule *isl_schedule_free(__isl_take isl_schedule *sched) in isl_schedule_free() 248 __isl_keep isl_schedule *sched, in isl_schedule_foreach_schedule_node_top_down() 457 __isl_give isl_union_map *isl_schedule_get_map(__isl_keep isl_schedule *sched) in isl_schedule_get_map()
|
H A D | isl_scheduler.h | 76 isl_mat *sched; member
|
H A D | isl_schedule_band.c | 1081 __isl_take isl_multi_union_pw_aff *sched, in isl_multi_union_pw_aff_tile()
|
H A D | isl_scheduler_clustering.c | 1254 isl_mat *sched; in swap_sched() local
|
H A D | isl_scheduler.c | 979 isl_mat *sched; in add_node() local 3258 isl_map *map, *sched, *test; in is_condition_false() local 5880 isl_schedule *sched; in isl_schedule_constraints_compute_schedule() local
|
H A D | isl_test.c | 4471 isl_schedule *sched; in test_one_schedule() local 4607 isl_union_map *sched; in compute_schedule_with_context() local 4640 isl_union_map *sched; in test_has_schedule() local 4681 isl_schedule *sched; in test_padded_schedule() local
|
H A D | isl_schedule_node.c | 2890 isl_multi_aff *sched; member
|
/llvm-project/openmp/libompd/src/ |
H A D | omp-icv.cpp | 723 TValue sched = TValue(context, task_handle->th) in ompd_get_run_schedule() local
|
/llvm-project/openmp/runtime/src/ |
H A D | kmp_dispatch_hier.h | 442 enum sched_type sched; // static, dynamic, guided, etc. member
|
H A D | kmp_tasking.cpp | 5209 int nogroup, int sched, kmp_uint64 grainsize, argument 5393 int sched, kmp_uint64 grainsize, void *task_dup) { argument 5420 int nogroup, int sched, kmp_uint64 grainsize, argument [all...] |
H A D | z_Linux_util.cpp | 648 int sched = sched_getscheduler(0); __kmp_launch_monitor() local
|
H A D | kmp_gsupport.cpp | 1773 int sched; in __GOMP_taskloop() local
|
H A D | kmp_settings.cpp | 4237 enum sched_type sched = kmp_sch_default; in __kmp_parse_single_omp_schedule() local 4415 enum sched_type sched = SCHEDULE_WITHOUT_MODIFIERS(__kmp_sched); in __kmp_stg_print_omp_schedule() local
|
H A D | kmp.h | 511 kmp_int64 sched; member 2187 sched; /* internal control for runtime schedule {sched,chunk} pair */ member
|