Searched refs:isl_map_identity (Results 1 – 11 of 11) sorted by relevance
1557 map = isl_map_identity(space); in options_insert_dim()1578 map = isl_map_product(map, isl_map_identity(isl_map_get_space(map))); in options_insert_dim()
785 path = isl_map_identity(isl_space_copy(space)); in construct_extended_path()1189 isl_map_identity(isl_map_get_space(tc))); in compute_incremental()
3988 map = isl_map_identity(isl_space_copy(space)); in construct_shifted_executed()4941 id = isl_map_identity(space); in internal_executed()
8885 __isl_give isl_map *isl_map_identity(__isl_take isl_space *space) in isl_map_identity() function8894 id = isl_map_identity(isl_space_map_from_set(space)); in isl_set_identity()11956 id = isl_map_identity(space); in isl_map_is_single_valued()12024 id = isl_map_identity(isl_map_get_space(map)); in isl_map_is_identity()12342 map = isl_map_identity(isl_space_join(isl_space_reverse(space), in isl_set_flatten_map()
2876 id = isl_map_identity(space); in is_subset_of_identity()
3490 test = isl_map_identity(isl_map_get_space(map)); in is_condition_false()
311 __isl_give isl_map *isl_map_identity(__isl_take isl_space *space);
11118 auto res = isl_map_identity(space.release()); in identity()
3072 isl_map *Identity = isl_map_identity(Space); in getArrayIdentity()
5810 id = isl_map_identity(space); in gpu_prog_alloc()
71 C<isl_map_identity> now take a B<map> space as input. An old call72 C<isl_map_identity(space)> can be rewritten to73 C<isl_map_identity(isl_space_map_from_set(space))>.2081 __isl_give isl_map *isl_map_identity(