Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/External/isl/
Dset_from_map.c5 static __isl_give isl_set *set_from_map(__isl_take isl_map *map) in set_from_map() function
Disl_aff_map.c326 return set_from_map(isl_map_from_pw_aff_internal(pwaff)); in isl_set_from_pw_aff()
383 return set_from_map(isl_map_from_pw_multi_aff_internal(pma)); in isl_set_from_pw_multi_aff()
450 return set_from_map(map_from_multi_pw_aff(mpa)); in isl_set_from_multi_pw_aff()
Disl_map.c729 return set_from_map(isl_map_set_tuple_name(set_to_map(set), in isl_set_set_tuple_name()
902 return set_from_map(isl_map_set_dim_name(set_to_map(set), in isl_set_set_dim_name()
2446 return set_from_map(isl_map_drop(set_to_map(set), type, first, n)); in isl_set_drop()
2498 return set_from_map(isl_map_eliminate(set_to_map(set), type, first, n)); in isl_set_eliminate()
2866 return set_from_map(isl_map_remove_divs_involving_dims(set_to_map(set), in isl_set_remove_divs_involving_dims()
3255 return set_from_map(isl_map_remove_unknown_divs(set_to_map(set))); in isl_set_remove_unknown_divs()
3295 return set_from_map(isl_map_remove_dims(set_to_map(bset), in isl_set_remove_dims()
3418 return set_from_map(isl_map_grow(set_to_map(set), n)); in isl_set_grow()
3440 return set_from_map(isl_map_add_basic_map(set_to_map(set), in isl_set_add_basic_set()
3865 return set_from_map(isl_map_intersect(set_to_map(set1), in isl_set_intersect()
[all …]
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()
Disl_union_map.c729 return set_from_map(isl_union_map_extract_map(uset, space)); in isl_union_set_extract_set()
784 return data->test(set_from_map(map), data->user); in test_set_from_map()
1284 return isl_set_lex_le_set(set_from_map(set1), set_from_map(set2)); in lex_le_set()
1290 return isl_set_lex_lt_set(set_from_map(set1), set_from_map(set2)); in lex_lt_set()
DMakefile.am553 set_from_map.c \
Disl_affine_hull.c965 return set_from_map(isl_map_detect_equalities(set_to_map(set))); in isl_set_detect_equalities()
Disl_map_simplify.c3612 return set_from_map(isl_map_plain_gist_basic_map(set_to_map(set), in isl_set_plain_gist_basic_set()
3740 return set_from_map(isl_map_gist_basic_map(set_to_map(set), in isl_set_gist_basic_set()
3756 return set_from_map(isl_map_gist(set_to_map(set), set_to_map(context))); in isl_set_gist()
Disl_coalesce.c4251 return set_from_map(isl_map_coalesce(set_to_map(set))); in isl_set_coalesce()
DMakefile.in1366 set_from_map.c \
/external/llvm-project/polly/lib/External/
DCMakeLists.txt261 isl/set_from_map.c