Home
last modified time | relevance | path

Searched refs:param_context (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgraphite-sese-to-poly.cc439 isl_space *space = isl_set_get_space (scop->param_context); in add_param_constraints()
446 scop->param_context = isl_set_coalesce in add_param_constraints()
447 (isl_set_add_constraint (scop->param_context, c)); in add_param_constraints()
449 space = isl_set_get_space (scop->param_context); in add_param_constraints()
455 scop->param_context = isl_set_coalesce in add_param_constraints()
456 (isl_set_add_constraint (scop->param_context, c)); in add_param_constraints()
582 scop->param_context = isl_set_coalesce in pdr_add_data_dimensions()
583 (isl_set_intersect (scop->param_context, valid)); in pdr_add_data_dimensions()
790 scop->param_context = isl_set_intersect (scop->param_context, valid); in add_loop_constraints()
820 scop->param_context = isl_set_intersect (scop->param_context, x); in add_loop_constraints()
[all …]
H A Dgraphite-poly.cc254 s->param_context = NULL; in new_scop()
276 isl_set_free (scop->param_context); in free_scop()
277 scop->param_context = NULL; in free_scop()
431 if (!scop->param_context) in print_scop_context()
435 print_isl_set (file, scop->param_context); in print_scop_context()
H A Dgraphite-optimize-isl.cc100 isl_space *space = isl_set_get_space (scop->param_context); in scop_get_domains()
H A Dgraphite.h392 isl_set *param_context; member
H A Dgraphite-isl-ast-to-gimple.cc106 isl_set *set = isl_set_params (isl_set_copy (scop->param_context)); in print_schedule_ast()
1329 unsigned nb_parameters = isl_set_dim (scop->param_context, isl_dim_param); in add_parameters_to_ivs_params()
1335 isl_id *tmp_id = isl_set_get_dim_id (scop->param_context, in add_parameters_to_ivs_params()
1348 isl_set *context_isl = isl_set_params (isl_set_copy (scop->param_context)); in generate_isl_context()
H A Dgraphite-dependences.cc265 isl_space *space = isl_set_get_space (scop->param_context); in scop_get_dependences()
H A DChangeLog-201513575 to scop->param_context.
13587 (optimize_isl): Renamed scop->context to scop->param_context.
13590 (new_scop): Renamed scop->context to scop->param_context.
13599 (struct scop): Rename context to param_context, ctx to isl_context.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgraphite-sese-to-poly.c443 isl_space *space = isl_set_get_space (scop->param_context); in add_param_constraints()
450 scop->param_context = isl_set_coalesce in add_param_constraints()
451 (isl_set_add_constraint (scop->param_context, c)); in add_param_constraints()
453 space = isl_set_get_space (scop->param_context); in add_param_constraints()
459 scop->param_context = isl_set_coalesce in add_param_constraints()
460 (isl_set_add_constraint (scop->param_context, c)); in add_param_constraints()
586 scop->param_context = isl_set_coalesce in pdr_add_data_dimensions()
587 (isl_set_intersect (scop->param_context, valid)); in pdr_add_data_dimensions()
794 scop->param_context = isl_set_intersect (scop->param_context, valid); in add_loop_constraints()
824 scop->param_context = isl_set_intersect (scop->param_context, x); in add_loop_constraints()
[all …]
H A Dgraphite-poly.c263 s->param_context = NULL; in new_scop()
288 isl_set_free (scop->param_context); in free_scop()
289 scop->param_context = NULL; in free_scop()
449 if (!scop->param_context) in print_scop_context()
453 print_isl_set (file, scop->param_context); in print_scop_context()
H A Dgraphite-optimize-isl.c100 isl_space *space = isl_set_get_space (scop->param_context); in scop_get_domains()
H A Dgraphite.h408 isl_set *param_context; member
H A Dgraphite-isl-ast-to-gimple.c111 isl_set *set = isl_set_params (isl_set_copy (scop->param_context)); in print_schedule_ast()
1342 unsigned nb_parameters = isl_set_dim (scop->param_context, isl_dim_param); in add_parameters_to_ivs_params()
1348 isl_id *tmp_id = isl_set_get_dim_id (scop->param_context, in add_parameters_to_ivs_params()
1360 isl_set *context_isl = isl_set_params (isl_set_copy (scop->param_context)); in generate_isl_context()
H A Dgraphite-dependences.c265 isl_space *space = isl_set_get_space (scop->param_context); in scop_get_dependences()