Home
last modified time | relevance | path

Searched refs:set_from_map (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/mit/isl/dist/
H A Dset_from_map.c5 static __isl_give isl_set *set_from_map(__isl_take isl_map *map) in set_from_map() function
H A Disl_aff_map.c350 return set_from_map(isl_map_from_pw_aff_internal(pwaff)); in isl_set_from_pw_aff()
415 return set_from_map(isl_map_from_pw_multi_aff_internal(pma)); in isl_set_from_pw_multi_aff()
503 return set_from_map(map_from_multi_pw_aff(mpa)); in isl_set_from_multi_pw_aff()
H A Disl_map.c749 return set_from_map(isl_map_set_tuple_name(set_to_map(set), in isl_set_set_tuple_name()
966 return set_from_map(isl_map_set_dim_name(set_to_map(set), in isl_set_set_dim_name()
2506 return set_from_map(isl_map_drop(set_to_map(set), type, first, n)); in isl_set_drop()
2558 return set_from_map(isl_map_eliminate(set_to_map(set), type, first, n)); in isl_set_eliminate()
2930 return set_from_map(isl_map_remove_divs_involving_dims(set_to_map(set), in isl_set_remove_divs_involving_dims()
3319 return set_from_map(isl_map_remove_unknown_divs(set_to_map(set))); in isl_set_remove_unknown_divs()
3359 return set_from_map(isl_map_remove_dims(set_to_map(bset), in isl_set_remove_dims()
3482 return set_from_map(isl_map_grow(set_to_map(set), n)); in isl_set_grow()
3512 return set_from_map(isl_map_add_basic_map(set_to_map(set), in isl_set_add_basic_set()
3971 return set_from_map(isl_map_intersect(set_to_map(set1), in isl_set_intersect()
[all …]
H A Disl_map_subtract.c591 return set_from_map(isl_map_subtract(set_to_map(set1), in isl_set_subtract()
926 return set_from_map(isl_map_make_disjoint(set_to_map(set))); in isl_set_make_disjoint()
H A Disl_union_map.c838 return set_from_map(isl_union_map_extract_map(uset, space)); in isl_union_set_extract_set()
887 return data->test(set_from_map(map), data->user); in test_set_from_map()
1380 return isl_set_lex_le_set(set_from_map(set1), set_from_map(set2)); in lex_le_set()
1386 return isl_set_lex_lt_set(set_from_map(set1), set_from_map(set2)); in lex_lt_set()
H A DMakefile.am640 set_from_map.c \
H A Disl_affine_hull.c965 return set_from_map(isl_map_detect_equalities(set_to_map(set))); in isl_set_detect_equalities()
H A Disl_map_simplify.c3615 return set_from_map(isl_map_plain_gist_basic_map(set_to_map(set), in isl_set_plain_gist_basic_set()
3743 return set_from_map(isl_map_gist_basic_map(set_to_map(set), in isl_set_gist_basic_set()
3759 return set_from_map(isl_map_gist(set_to_map(set), set_to_map(context))); in isl_set_gist()
H A Disl_coalesce.c4263 return set_from_map(isl_map_coalesce(set_to_map(set))); in isl_set_coalesce()
H A DMakefile.in1568 set_from_map.c \