Home
last modified time | relevance | path

Searched refs:isl_local_space_alloc_div (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/mit/isl/dist/
H A Disl_local_space_private.h22 __isl_give isl_local_space *isl_local_space_alloc_div(
H A Disl_local_space.c50 __isl_give isl_local_space *isl_local_space_alloc_div( in isl_local_space_alloc_div() function
92 return isl_local_space_alloc_div(space, div); in isl_local_space_alloc()
115 return isl_local_space_alloc_div(isl_space_copy(ls->dim), in isl_local_space_dup()
H A Disl_polynomial.c595 return isl_local_space_alloc_div(space, local); in isl_qpolynomial_get_domain_local_space()
4289 ls = isl_local_space_alloc_div(isl_space_copy(term->dim), in isl_term_get_div()
H A Disl_output.c2177 ls = isl_local_space_alloc_div(isl_space_copy(space), div); in print_basic_set_c()
H A Disl_map.c519 return isl_local_space_alloc_div(isl_space_copy(bmap->dim), div); in isl_basic_map_get_local_space()