Searched refs:isl_local_space_dim (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/polly/lib/External/isl/ |
D | isl_local_space.c | 235 isl_size isl_local_space_dim(__isl_keep isl_local_space *ls, in isl_local_space_dim() function 344 n = isl_local_space_dim(ls, isl_dim_div); in drop_unknown_divs_and_extract_div() 906 n_out = isl_local_space_dim(ls, isl_dim_out); in isl_local_space_domain() 924 n_in = isl_local_space_dim(ls, isl_dim_in); in isl_local_space_range() 958 pos = isl_local_space_dim(ls, type); in isl_local_space_add_dims() 975 n_local = isl_local_space_dim(ls, isl_dim_div); in isl_local_space_lift_basic_set() 1009 n_local = isl_local_space_dim(ls, isl_dim_div); in isl_local_space_lift_set() 1072 dim = isl_local_space_dim(ls, isl_dim_all); in isl_local_space_substitute_equalities() 1192 n_div = isl_local_space_dim(subs->ls, isl_dim_div); in isl_local_space_substitute() 1401 total = isl_local_space_dim(ls, isl_dim_all); in isl_local_space_get_active() [all …]
|
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()
|
D | isl_output.c | 2145 n_div = isl_local_space_dim(ls, isl_dim_div); in print_constraint_c() 2573 n_div = isl_local_space_dim(ls, isl_dim_div); in isl_printer_print_local_space() 2947 isl_size total = isl_local_space_dim(ls, isl_dim_all); in print_ls_affine_c()
|
D | isl_map.c | 546 n_div = isl_local_space_dim(ls, isl_dim_div); in isl_basic_map_from_local_space() 7718 n_div = isl_local_space_dim(ls, isl_dim_div); in insert_divs_from_local_space() 7749 n_div = isl_local_space_dim(ls, isl_dim_div); in basic_replace_space_by_local_space() 13413 n_div = isl_local_space_dim(subs->ls, isl_dim_div); in isl_basic_set_substitute() 13541 n_param = isl_local_space_dim(ls, isl_dim_param); in set_ma_divs() 13542 n_set = isl_local_space_dim(ls, isl_dim_set); in set_ma_divs()
|
D | isl_aff.c | 102 total = isl_local_space_dim(ls, isl_dim_all); in isl_aff_alloc() 372 return isl_local_space_dim(ls, type); in isl_aff_domain_dim()
|
D | isl_tab_pip.c | 282 dim = isl_local_space_dim(ls, isl_dim_all); in set_from_affine_matrix()
|
/external/llvm-project/polly/lib/External/isl/include/isl/ |
D | local_space.h | 33 isl_size isl_local_space_dim(__isl_keep isl_local_space *ls,
|
D | isl-noexceptions.h | 7810 auto res = isl_local_space_dim(get(), static_cast<enum isl_dim_type>(type)); in dim()
|
/external/llvm-project/polly/lib/External/isl/doc/ |
D | user.pod | 1194 isl_size isl_local_space_dim(__isl_keep isl_local_space *ls,
|