Searched refs:isl_aff_var_on_domain (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/mit/isl/dist/ |
H A D | isl_ilp_opt_val_templ.c | 33 obj = isl_aff_var_on_domain(ls, isl_dim_set, pos); in BFN()
|
H A D | isl_aff.c | 370 __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 D | isl_ast_build_expr.c | 1142 rat = isl_aff_var_on_domain(isl_local_space_copy(data->ls), type, pos); in add_rational()
|
H A D | isl_scheduler.c | 769 obj = isl_aff_var_on_domain(ls, isl_dim_set, 0); in compute_size()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | graphite-sese-to-poly.cc | 1060 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 D | graphite-sese-to-poly.c | 1064 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 D | aff.h | 29 __isl_give isl_aff *isl_aff_var_on_domain(__isl_take isl_local_space *ls,
|
/netbsd-src/external/mit/isl/dist/doc/ |
H A D | user.pod | 2920 __isl_give isl_aff *isl_aff_var_on_domain(
|