Home
last modified time | relevance | path

Searched refs:isl_local_space_dim (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/polly/lib/External/isl/
Disl_local_space.c235 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 …]
Disl_constraint.c37 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()
Disl_output.c2145 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()
Disl_map.c546 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()
Disl_aff.c102 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()
Disl_tab_pip.c282 dim = isl_local_space_dim(ls, isl_dim_all); in set_from_affine_matrix()
/external/llvm-project/polly/lib/External/isl/include/isl/
Dlocal_space.h33 isl_size isl_local_space_dim(__isl_keep isl_local_space *ls,
Disl-noexceptions.h7810 auto res = isl_local_space_dim(get(), static_cast<enum isl_dim_type>(type)); in dim()
/external/llvm-project/polly/lib/External/isl/doc/
Duser.pod1194 isl_size isl_local_space_dim(__isl_keep isl_local_space *ls,