Searched refs:param_context (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | graphite-sese-to-poly.cc | 439 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 D | graphite-poly.cc | 254 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 D | graphite-optimize-isl.cc | 100 isl_space *space = isl_set_get_space (scop->param_context); in scop_get_domains()
|
H A D | graphite.h | 392 isl_set *param_context; member
|
H A D | graphite-isl-ast-to-gimple.cc | 106 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 D | graphite-dependences.cc | 265 isl_space *space = isl_set_get_space (scop->param_context); in scop_get_dependences()
|
H A D | ChangeLog-2015 | 13575 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 D | graphite-sese-to-poly.c | 443 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 D | graphite-poly.c | 263 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 D | graphite-optimize-isl.c | 100 isl_space *space = isl_set_get_space (scop->param_context); in scop_get_domains()
|
H A D | graphite.h | 408 isl_set *param_context; member
|
H A D | graphite-isl-ast-to-gimple.c | 111 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 D | graphite-dependences.c | 265 isl_space *space = isl_set_get_space (scop->param_context); in scop_get_dependences()
|