Searched refs:isl_local_space_offset (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/polly/lib/External/isl/ |
| H A D | isl_constraint.c | 42 return isl_local_space_offset(c->ls, type); in offset() 422 first += isl_local_space_offset(constraint->ls, type) - 1; in isl_constraint_involves_dims() 446 pos += isl_local_space_offset(constraint->ls, type); in isl_constraint_is_lower_bound() 459 pos += isl_local_space_offset(constraint->ls, type); in isl_constraint_is_upper_bound() 498 pos += isl_local_space_offset(constraint->ls, type); in isl_constraint_get_coefficient() 514 pos += isl_local_space_offset(constraint->ls, type); in isl_constraint_get_coefficient_val() 593 pos += isl_local_space_offset(constraint->ls, type); in isl_constraint_set_coefficient_val() 615 pos += isl_local_space_offset(constraint->ls, type); in isl_constraint_set_coefficient_si()
|
| H A D | isl_local_space.c | 248 unsigned isl_local_space_offset(__isl_keep isl_local_space *ls, in isl_local_space_offset() function 1140 pos += isl_local_space_offset(ls, type); in isl_local_space_substitute_seq() 1229 first += 1 + isl_local_space_offset(ls, type); in isl_local_space_drop_dims() 1261 first += 1 + isl_local_space_offset(ls, type); in isl_local_space_insert_dims() 1292 pos = isl_local_space_offset(ls, isl_dim_div) + div; in is_linear_div_constraint() 1404 offset = isl_local_space_offset(ls, isl_dim_div) - 1; in isl_local_space_get_active() 1591 g_src_pos = 1 + isl_local_space_offset(ls, src_type) + src_pos; in isl_local_space_move_dims() 1592 g_dst_pos = 1 + isl_local_space_offset(ls, dst_type) + dst_pos; in isl_local_space_move_dims()
|
| H A D | isl_local_space_private.h | 37 unsigned isl_local_space_offset(__isl_keep isl_local_space *ls,
|
| H A D | isl_aff.c | 302 pos += isl_local_space_offset(aff->ls, type); in isl_aff_var_on_domain() 437 return isl_local_space_offset(ls, type); in isl_aff_domain_offset() 810 pos += isl_local_space_offset(aff->ls, type); in isl_aff_get_coefficient_val() 837 pos += isl_local_space_offset(aff->ls, type); in isl_aff_coefficient_sgn() 1146 pos += isl_local_space_offset(aff->ls, type); in isl_aff_set_coefficient() 1175 pos += isl_local_space_offset(aff->ls, type); in isl_aff_set_coefficient_si() 1221 pos += isl_local_space_offset(aff->ls, type); in isl_aff_set_coefficient_val() 1288 pos += isl_local_space_offset(aff->ls, type); in isl_aff_add_coefficient() 1336 pos += isl_local_space_offset(aff->ls, type); in isl_aff_add_coefficient_val() 2563 first += isl_local_space_offset(aff->ls, type) - 1; in isl_aff_involves_dims() [all …]
|
| H A D | isl_output.c | 2153 o_div = isl_local_space_offset(ls, isl_dim_div); in print_constraint_c()
|