|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/polly/lib/External/isl/include/isl/local_space.h 32 int isl_local_space_dim(__isl_keep isl_local_space *ls,
References
tools/polly/lib/External/isl/include/isl/isl-noexceptions.h 7810 auto res = isl_local_space_dim(get(), static_cast<enum isl_dim_type>(type));
tools/polly/lib/External/isl/isl_aff.c 99 total = isl_local_space_dim(ls, isl_dim_all);
202 if (pos >= isl_local_space_dim(ls, type))
336 return isl_local_space_dim(aff->ls, type);
692 if (pos >= isl_local_space_dim(aff->ls, type))
722 if (pos >= isl_local_space_dim(aff->ls, type))
983 if (pos >= isl_local_space_dim(aff->ls, type))
1021 if (pos < 0 || pos >= isl_local_space_dim(aff->ls, type))
1062 if (pos >= isl_local_space_dim(aff->ls, type))
1128 if (pos >= isl_local_space_dim(aff->ls, type))
1171 if (pos >= isl_local_space_dim(aff->ls, type))
1276 n = isl_local_space_dim(aff->ls, isl_dim_div);
1311 n = isl_local_space_dim(aff->ls, isl_dim_div);
1372 n = isl_local_space_dim(aff->ls, isl_dim_div);
1691 old_n_div = isl_local_space_dim(aff->ls, isl_dim_div);
2077 n_div = isl_local_space_dim(aff->ls, isl_dim_div);
2100 n_div = isl_local_space_dim(aff->ls, isl_dim_div);
2448 if (first + n > isl_local_space_dim(aff->ls, type))
2567 if (first > isl_local_space_dim(aff->ls, type))
2638 if (src_pos + n > isl_local_space_dim(aff->ls, src_type))
5287 if (isl_local_space_dim(subs->ls, isl_dim_div) != 0)
5653 src_n_div = isl_local_space_dim(src->ls, isl_dim_div);
5662 dst_n_div = isl_local_space_dim(dst->ls, isl_dim_div);
tools/polly/lib/External/isl/isl_constraint.c 37 return isl_local_space_dim(c->ls, type);
99 v = isl_vec_alloc(ctx, 1 + isl_local_space_dim(ls, isl_dim_all));
120 v = isl_vec_alloc(ctx, 1 + isl_local_space_dim(ls, isl_dim_all));
443 if (pos >= isl_local_space_dim(constraint->ls, type))
460 if (pos >= isl_local_space_dim(constraint->ls, type))
503 if (pos >= isl_local_space_dim(constraint->ls, type))
523 if (pos < 0 || pos >= isl_local_space_dim(constraint->ls, type))
598 if (pos >= isl_local_space_dim(constraint->ls, type))
631 if (pos >= isl_local_space_dim(constraint->ls, type))
653 if (pos >= isl_local_space_dim(constraint->ls, type))
tools/polly/lib/External/isl/isl_local_space.c 338 n = isl_local_space_dim(ls, isl_dim_div);
892 0, isl_local_space_dim(ls, isl_dim_out));
906 0, isl_local_space_dim(ls, isl_dim_in));
939 pos = isl_local_space_dim(ls, type);
980 if (isl_local_space_dim(ls, isl_dim_all) != total)
1091 if (isl_local_space_dim(subs->ls, isl_dim_div) != 0)
1120 if (first + n > isl_local_space_dim(ls, type))
1156 if (first > isl_local_space_dim(ls, type))
1305 total = isl_local_space_dim(ls, isl_dim_all);
1405 n_div_ls = isl_local_space_dim(ls, isl_dim_div);
1473 if (src_pos + n > isl_local_space_dim(ls, src_type))
1476 if (dst_pos > isl_local_space_dim(ls, dst_type))
1593 n_local = isl_local_space_dim(ls, isl_dim_div);
tools/polly/lib/External/isl/isl_map.c 469 n_div = isl_local_space_dim(ls, isl_dim_div);
7351 n_div = isl_local_space_dim(ls, isl_dim_div);
7383 n_div = isl_local_space_dim(ls, isl_dim_div);
12647 if (isl_local_space_dim(subs->ls, isl_dim_div) != 0)
12775 n_param = isl_local_space_dim(ls, isl_dim_param);
12776 n_set = isl_local_space_dim(ls, isl_dim_set);
tools/polly/lib/External/isl/isl_output.c 2580 n_div = isl_local_space_dim(ls, isl_dim_div);
2606 total = isl_local_space_dim(aff->ls, isl_dim_all);
2778 unsigned len = 1 + isl_local_space_dim(ls, isl_dim_all);
2787 total = isl_local_space_dim(aff->ls, isl_dim_all);
tools/polly/lib/External/isl/isl_tab_pip.c 283 dim = isl_local_space_dim(ls, isl_dim_all);