Home
last modified time | relevance | path

Searched defs:sched (Results 1 – 20 of 20) sorted by relevance

/llvm-project/openmp/runtime/test/worksharing/for/
H A Domp_monotonic_env.c18 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 Domp_monotonic_schedule_set_get.c20 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 Dkmp_sch_simd_runtime_api.c24 enum sched { enum
H A Dkmp_sch_simd_runtime_static.c26 enum sched { enum
H A Dkmp_sch_simd_runtime_guided.c32 enum sched { enum
H A Dkmp_sch_simd_guided.c26 enum sched { enum
/llvm-project/polly/lib/External/isl/
H A Disl_schedule.c93 __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 Disl_scheduler.h76 isl_mat *sched; member
H A Disl_schedule_band.c1081 __isl_take isl_multi_union_pw_aff *sched, in isl_multi_union_pw_aff_tile()
H A Disl_scheduler_clustering.c1254 isl_mat *sched; in swap_sched() local
H A Disl_scheduler.c979 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 Disl_test.c4471 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 Disl_schedule_node.c2890 isl_multi_aff *sched; member
/llvm-project/openmp/libompd/src/
H A Domp-icv.cpp723 TValue sched = TValue(context, task_handle->th) in ompd_get_run_schedule() local
/llvm-project/openmp/runtime/src/
H A Dkmp_dispatch_hier.h442 enum sched_type sched; // static, dynamic, guided, etc. member
H A Dkmp_tasking.cpp5209 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 Dz_Linux_util.cpp648 int sched = sched_getscheduler(0); __kmp_launch_monitor() local
H A Dkmp_gsupport.cpp1773 int sched; in __GOMP_taskloop() local
H A Dkmp_settings.cpp4237 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 Dkmp.h511 kmp_int64 sched; member
2187 sched; /* internal control for runtime schedule {sched,chunk} pair */ member