Searched refs:isl_local_space_dim (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/isl/include/isl/
H A Dlocal_space.h26 int isl_local_space_dim(__isl_keep isl_local_space *ls,
/haiku-buildtools/isl/
H A Disl_constraint.c33 return isl_local_space_dim(c->ls, type);
95 v = isl_vec_alloc(ctx, 1 + isl_local_space_dim(ls, isl_dim_all));
116 v = isl_vec_alloc(ctx, 1 + isl_local_space_dim(ls, isl_dim_all));
373 if (pos >= isl_local_space_dim(constraint->ls, type))
390 if (pos >= isl_local_space_dim(constraint->ls, type))
432 if (pos >= isl_local_space_dim(constraint->ls, type))
452 if (pos < 0 || pos >= isl_local_space_dim(constraint->ls, type))
527 if (pos >= isl_local_space_dim(constraint->ls, type))
560 if (pos >= isl_local_space_dim(constraint->ls, type))
582 if (pos >= isl_local_space_dim(constrain
[all...]
H A Disl_local_space.c150 int isl_local_space_dim(__isl_keep isl_local_space *ls, function
640 0, isl_local_space_dim(ls, isl_dim_out));
654 0, isl_local_space_dim(ls, isl_dim_in));
687 pos = isl_local_space_dim(ls, type);
728 if (isl_local_space_dim(ls, isl_dim_all) != total)
839 if (isl_local_space_dim(subs->ls, isl_dim_div) != 0)
868 if (first + n > isl_local_space_dim(ls, type))
904 if (first > isl_local_space_dim(ls, type))
989 total = isl_local_space_dim(ls, isl_dim_all);
1087 n_div_ls = isl_local_space_dim(l
[all...]
H A Disl_aff.c79 total = isl_local_space_dim(ls, isl_dim_all);
127 if (pos >= isl_local_space_dim(ls, type))
219 return isl_local_space_dim(aff->ls, type);
461 if (pos >= isl_local_space_dim(aff->ls, type))
491 if (pos >= isl_local_space_dim(aff->ls, type))
722 if (pos >= isl_local_space_dim(aff->ls, type))
753 if (pos >= isl_local_space_dim(aff->ls, type))
787 if (pos >= isl_local_space_dim(aff->ls, type))
844 if (pos >= isl_local_space_dim(aff->ls, type))
883 if (pos >= isl_local_space_dim(af
[all...]
H A Disl_output.c1998 total = isl_local_space_dim(ls, isl_dim_all);
1999 if (isl_local_space_dim(ls, isl_dim_param) > 0) {
2005 n_div = isl_local_space_dim(ls, isl_dim_div);
2037 total = isl_local_space_dim(aff->ls, isl_dim_all);
2073 if (isl_local_space_dim(aff->ls, isl_dim_param) > 0) {
2188 unsigned len = 1 + isl_local_space_dim(ls, isl_dim_all);
2197 total = isl_local_space_dim(aff->ls, isl_dim_all);
H A Disl_map.c324 n_div = isl_local_space_dim(ls, isl_dim_div);
6748 n_div = isl_local_space_dim(ls, isl_dim_div);
6780 n_div = isl_local_space_dim(ls, isl_dim_div);
11498 if (isl_local_space_dim(subs->ls, isl_dim_div) != 0)
11613 n_param = isl_local_space_dim(ls, isl_dim_param);
11614 n_set = isl_local_space_dim(ls, isl_dim_set);

Completed in 179 milliseconds