/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | graphite-sese-to-poly.cc | 326 return extract_affine (scop, t, isl_set_get_space (pbb->domain)); in create_pw_aff_from_tree() 439 isl_space *space = isl_set_get_space (scop->param_context); in add_param_constraints() 449 space = isl_set_get_space (scop->param_context); in add_param_constraints() 574 isl_space *space = isl_set_get_space (subscript_sizes); in pdr_add_data_dimensions() 619 isl_space *dc = isl_set_get_space (pbb->domain); in build_poly_dr() 678 isl_space *dc = isl_set_get_space (pbb->domain); in build_poly_sr() 753 isl_space *space = isl_set_get_space (domain); in add_loop_constraints() 995 isl_space *space = isl_set_get_space (set); in add_outer_projection() 1049 isl_space *space = isl_set_get_space (iterators); in add_loop_schedule()
|
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-dependences.cc | 265 isl_space *space = isl_set_get_space (scop->param_context); in scop_get_dependences()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | graphite-sese-to-poly.c | 335 return extract_affine (scop, t, isl_set_get_space (pbb->domain)); in create_pw_aff_from_tree() 443 isl_space *space = isl_set_get_space (scop->param_context); in add_param_constraints() 453 space = isl_set_get_space (scop->param_context); in add_param_constraints() 578 isl_space *space = isl_set_get_space (subscript_sizes); in pdr_add_data_dimensions() 623 isl_space *dc = isl_set_get_space (pbb->domain); in build_poly_dr() 682 isl_space *dc = isl_set_get_space (pbb->domain); in build_poly_sr() 757 isl_space *space = isl_set_get_space (domain); in add_loop_constraints() 999 isl_space *space = isl_set_get_space (set); in add_outer_projection() 1053 isl_space *space = isl_set_get_space (iterators); in add_loop_schedule()
|
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-dependences.c | 265 isl_space *space = isl_set_get_space (scop->param_context); in scop_get_dependences()
|
/netbsd-src/external/mit/isl/dist/ |
H A D | isl_pw_lift_templ.c | 31 copy = FN(EL,lift)(copy, isl_set_get_space(lift)); in foreach_lifted_subset()
|
H A D | isl_multi_read_no_explicit_domain_templ.c | 63 space = isl_set_get_space(dom); in MULTI()
|
H A D | isl_farkas.c | 900 isl_space *space = isl_set_get_space(set); in isl_set_coefficients() 949 isl_space *space = isl_set_get_space(set); in isl_set_solutions()
|
H A D | isl_stride.c | 319 space = isl_set_get_space(set); in set_detect_stride()
|
H A D | isl_ast_codegen.c | 875 space = isl_set_get_space(upper); in set_enforced_from_set() 1201 upper_set = isl_set_universe(isl_set_get_space(domain)); in refine_generic_bounds() 2789 data.unroll_domain = isl_set_empty(isl_set_get_space(domain)); in do_unroll() 2944 space = isl_set_get_space(class_domain); in compute_separate_domain() 3141 space = isl_set_get_space(domain); in compute_domains() 3157 domain = isl_set_universe(isl_set_get_space(domains.done)); in compute_domains() 3580 empty = isl_set_empty(isl_set_get_space(after)); in generate_shifted_component_only_after() 3659 space = isl_space_map_from_set(isl_set_get_space(isolated)); in generate_shifted_component_tree() 5031 space = isl_set_get_space(set); in generate_code_set() 5397 space = isl_set_get_space(context); in build_ast_from_context()
|
H A D | isl_input.c | 1760 space = isl_set_get_space(set); in read_params() 1893 space = isl_set_get_space(set); in list_cmp() 2002 list1 = accept_affine_list(s, isl_set_get_space(set), v); in add_constraint() 2015 list2 = accept_affine_list(s, isl_set_get_space(set), v); in add_constraint() 3590 pwaff = accept_affine(s, isl_set_get_space(dom), v); in read_pw_aff_with_dom() 3738 mpa = isl_multi_pw_aff_from_tuple(isl_set_get_space(dom), tuple); in read_conditional_multi_pw_aff() 3784 upma = isl_union_pw_multi_aff_empty(isl_set_get_space(dom)); in isl_stream_read_with_params_union_pw_multi_aff() 4215 space = isl_set_get_space(dom); in read_multi_union_pw_aff_core()
|
H A D | pip.c | 271 sample_pnt = isl_point_alloc(isl_set_get_space(sp->empty), sample); in scan_one()
|
H A D | isl_ast_build.c | 141 build->pending = isl_set_universe(isl_set_get_space(build->domain)); in isl_ast_build_from_context() 153 space = isl_set_get_space(set); in isl_ast_build_from_context() 995 build->pending = isl_set_universe(isl_set_get_space(build->domain)); in isl_ast_build_replace_pending_by_guard() 1204 space = isl_set_get_space(build->domain); in isl_ast_build_get_space()
|
H A D | isl_map.c | 602 __isl_give isl_space *isl_set_get_space(__isl_keep isl_set *set) in isl_set_get_space() function 5476 map = isl_map_lex_le(isl_set_get_space(set1)); in isl_set_lex_le_set() 5486 map = isl_map_lex_lt(isl_set_get_space(set1)); in isl_set_lex_lt_set() 5496 map = isl_map_lex_ge(isl_set_get_space(set1)); in isl_set_lex_ge_set() 5506 map = isl_map_lex_gt(isl_set_get_space(set1)); in isl_set_lex_gt_set() 6007 space = isl_set_get_space(set); in isl_set_from_params() 6256 space = isl_set_get_space(set); in isl_map_from_range() 7641 space = isl_set_get_space(set); in set_parameter_preimage() 7649 space = isl_set_get_space(set); in set_parameter_preimage() 8953 space = isl_space_map_from_set(isl_set_get_space(deltas)); in isl_set_translation() [all …]
|
H A D | isl_schedule_constraints.c | 693 space = isl_space_align_params(space, isl_set_get_space(sc->context)); in isl_schedule_constraints_align_params()
|
H A D | isl_aff.c | 3118 isl_space *space = isl_set_get_space(set1); in pw_aff_gte_set() 3715 ls = isl_local_space_from_space(isl_set_get_space(dom)); in nan_on_domain_set() 5538 space = isl_space_map_from_set(isl_set_get_space(set)); in pw_multi_aff_from_map_stride() 5540 ls = isl_local_space_from_space(isl_set_get_space(set)); in pw_multi_aff_from_map_stride() 5792 isl_space *space = isl_set_get_space(set); in isl_set_indicator_function() 6395 space = isl_set_get_space(set); in isl_pw_multi_aff_from_domain() 7784 space = isl_set_get_space(domain); in isl_pw_aff_val_on_domain() 7809 space = isl_set_get_space(domain); in isl_pw_aff_param_on_domain_id() 7894 space = isl_set_get_space(domain); in isl_pw_multi_aff_multi_val_on_domain() 8378 pa = isl_pw_aff_reset_domain_space(pa, isl_set_get_space(domain)); in pw_aff_on_domain() [all …]
|
H A D | isl_ilp.c | 489 obj = isl_aff_align_params(obj, isl_set_get_space(set)); in isl_set_opt()
|
H A D | isl_scheduler.c | 768 ls = isl_local_space_from_space(isl_set_get_space(set)); in compute_size() 859 space = isl_set_get_space(set); in project_out_fixed() 902 mv = isl_multi_val_zero(isl_set_get_space(set)); in compute_sizes() 994 space = isl_set_get_space(set); in add_node() 4710 space = isl_set_get_space(set); in collect_bounds()
|
H A D | isl_point.c | 588 fp.dim = isl_set_get_space(set); in isl_set_foreach_point()
|
H A D | isl_convex_hull.c | 1406 isl_space *space = isl_set_get_space(set); in isl_set_combined_lineality_space() 1411 lin = isl_set_alloc_space(isl_set_get_space(set), set->n, 0); in isl_set_combined_lineality_space() 2780 hull = isl_basic_set_alloc_space(isl_set_get_space(set), 0, 0, n_ineq); in uset_unshifted_simple_hull_from_constraints()
|
H A D | isl_pw_templ.c | 124 set_space = isl_set_get_space(set); in FN() 1076 space = isl_set_get_space(context); in FN()
|
H A D | isl_sample.c | 1329 pnt = isl_point_void(isl_set_get_space(set)); in isl_set_sample_point()
|
H A D | isl_transitive_closure.c | 2651 space1 = isl_space_reverse(isl_set_get_space(set[i])); in union_floyd_warshall_on_list() 2652 space2 = isl_set_get_space(set[j]); in union_floyd_warshall_on_list()
|
/netbsd-src/external/mit/isl/dist/include/isl/ |
H A D | set.h | 45 __isl_give isl_space *isl_set_get_space(__isl_keep isl_set *set);
|