Home
last modified time | relevance | path

Searched refs:isl_aff_var_on_domain (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/mit/isl/dist/
H A Disl_ilp_opt_val_templ.c33 obj = isl_aff_var_on_domain(ls, isl_dim_set, pos); in BFN()
H A Disl_aff.c370 __isl_give isl_aff *isl_aff_var_on_domain(__isl_take isl_local_space *ls, in isl_aff_var_on_domain() function
412 return isl_pw_aff_from_aff(isl_aff_var_on_domain(ls, type, pos)); in isl_pw_aff_var_on_domain()
432 return isl_aff_var_on_domain(ls, isl_dim_param, pos); in isl_aff_param_on_domain_space_id()
4256 aff = isl_aff_var_on_domain(isl_local_space_copy(ls), in isl_multi_aff_domain_map()
4309 aff = isl_aff_var_on_domain(isl_local_space_copy(ls), in isl_multi_aff_range_map()
4405 aff = isl_aff_var_on_domain(isl_local_space_copy(ls), in isl_multi_aff_project_out_map()
4413 aff = isl_aff_var_on_domain(isl_local_space_copy(ls), in isl_multi_aff_project_out_map()
5443 aff = isl_aff_var_on_domain(isl_local_space_copy(ls), in range_map()
H A Disl_ast_build_expr.c1142 rat = isl_aff_var_on_domain(isl_local_space_copy(data->ls), type, pos); in add_rational()
H A Disl_scheduler.c769 obj = isl_aff_var_on_domain(ls, isl_dim_set, 0); in compute_size()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgraphite-sese-to-poly.cc1060 isl_aff *aff = isl_aff_var_on_domain (ls, isl_dim_set, loop_index); in add_loop_schedule()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgraphite-sese-to-poly.c1064 isl_aff *aff = isl_aff_var_on_domain (ls, isl_dim_set, loop_index); in add_loop_schedule()
/netbsd-src/external/mit/isl/dist/include/isl/
H A Daff.h29 __isl_give isl_aff *isl_aff_var_on_domain(__isl_take isl_local_space *ls,
/netbsd-src/external/mit/isl/dist/doc/
H A Duser.pod2920 __isl_give isl_aff *isl_aff_var_on_domain(