Searched refs:isl_local_space_dim (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/mit/isl/dist/ |
H A D | isl_local_space.c | 230 isl_size isl_local_space_dim(__isl_keep isl_local_space *ls, in isl_local_space_dim() function 359 n = isl_local_space_dim(ls, isl_dim_div); in drop_unknown_divs_and_extract_div() 975 n_out = isl_local_space_dim(ls, isl_dim_out); in isl_local_space_domain() 993 n_in = isl_local_space_dim(ls, isl_dim_in); in isl_local_space_range() 1027 pos = isl_local_space_dim(ls, type); in isl_local_space_add_dims() 1044 n_local = isl_local_space_dim(ls, isl_dim_div); in isl_local_space_lift_basic_set() 1078 n_local = isl_local_space_dim(ls, isl_dim_div); in isl_local_space_lift_set() 1141 dim = isl_local_space_dim(ls, isl_dim_all); in isl_local_space_substitute_equalities() 1261 n_div = isl_local_space_dim(subs->ls, isl_dim_div); in isl_local_space_substitute() 1470 total = isl_local_space_dim(ls, isl_dim_all); in isl_local_space_get_active() [all …]
|
H A D | isl_constraint.c | 37 return isl_local_space_dim(c->ls, type); in n() 76 dim = isl_local_space_dim(ls, isl_dim_all); in isl_constraint_alloc() 105 dim = isl_local_space_dim(ls, isl_dim_all); in isl_basic_map_constraint()
|
H A D | isl_output.c | 2133 n_div = isl_local_space_dim(ls, isl_dim_div); in print_constraint_c() 2506 n_div = isl_local_space_dim(ls, isl_dim_div); in isl_printer_print_local_space() 2841 isl_size total = isl_local_space_dim(ls, isl_dim_all); in print_ls_affine_c()
|
H A D | isl_map.c | 566 n_div = isl_local_space_dim(ls, isl_dim_div); in isl_basic_map_from_local_space() 7874 n_div = isl_local_space_dim(ls, isl_dim_div); in insert_divs_from_local_space() 7905 n_div = isl_local_space_dim(ls, isl_dim_div); in basic_replace_space_by_local_space() 13657 n_param = isl_local_space_dim(ls, isl_dim_param); in set_ma_divs() 13658 n_set = isl_local_space_dim(ls, isl_dim_set); in set_ma_divs()
|
H A D | isl_aff.c | 135 total = isl_local_space_dim(ls, isl_dim_all); in isl_aff_alloc() 503 return isl_local_space_dim(ls, type); in isl_aff_domain_dim() 5221 n_div = isl_local_space_dim(ls, isl_dim_div); in isl_aff_alloc_vec_prune()
|
H A D | isl_tab_pip.c | 308 dim = isl_local_space_dim(ls, isl_dim_all); in set_from_affine_matrix()
|
/netbsd-src/external/mit/isl/dist/include/isl/ |
H A D | local_space.h | 33 isl_size isl_local_space_dim(__isl_keep isl_local_space *ls,
|
/netbsd-src/external/mit/isl/dist/doc/ |
H A D | user.pod | 1232 isl_size isl_local_space_dim(__isl_keep isl_local_space *ls,
|