Searched refs:isl_space_lift (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/isl/
H A Disl_space_private.h53 __isl_give isl_space *isl_space_lift(__isl_take isl_space *dim, unsigned n_local);
H A Disl_local_space.c1020 ls->dim = isl_space_lift(ls->dim, ls->div->n_row);
H A Disl_space.c1760 __isl_give isl_space *isl_space_lift(__isl_take isl_space *dim, unsigned n_local) function
H A Disl_aff.c4768 space = isl_space_lift(isl_space_domain(space), n_div);
H A Disl_map.c9556 dim = isl_space_lift(dim, bset->n_div);
9589 dim = isl_space_lift(dim, n_div);

Completed in 276 milliseconds