Searched refs:isl_space_get_tuple_name (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/mit/isl/dist/ |
H A D | isl_multi_tuple_id_templ.c | 18 return multi ? isl_space_get_tuple_name(multi->space, type) : NULL; in FN()
|
H A D | isl_pw_templ.c | 558 return pw ? isl_space_get_tuple_name(pw->dim, type) : NULL; in FN() 1279 if (n == 0 && !isl_space_get_tuple_name(pw->dim, type)) in FN() 1320 if (n == 0 && !isl_space_get_tuple_name(pw->dim, type)) in FN()
|
H A D | isl_space.c | 835 __isl_keep const char *isl_space_get_tuple_name(__isl_keep isl_space *space, in isl_space_get_tuple_name() function
|
H A D | isl_map.c | 681 return bmap ? isl_space_get_tuple_name(bmap->dim, type) : NULL; in isl_basic_map_get_tuple_name() 743 return map ? isl_space_get_tuple_name(map->dim, type) : NULL; in isl_map_get_tuple_name() 865 return bset ? isl_space_get_tuple_name(bset->dim, isl_dim_set) : NULL; in isl_basic_set_get_tuple_name() 870 return set ? isl_space_get_tuple_name(set->dim, isl_dim_set) : NULL; in isl_set_get_tuple_name()
|
H A D | isl_output.c | 416 name = isl_space_get_tuple_name(local_space, local_type); in print_nested_tuple()
|
/netbsd-src/external/mit/isl/dist/include/isl/ |
H A D | space.h | 45 __isl_keep const char *isl_space_get_tuple_name(__isl_keep isl_space *space,
|
/netbsd-src/external/mit/isl/dist/doc/ |
H A D | user.pod | 1664 __isl_keep const char *isl_space_get_tuple_name( 1895 the C<isl_space_get_tuple_name> function returns a pointer to some internal
|