Searched refs:isl_space_map_from_set (Results 1 – 17 of 17) sorted by relevance
72 return FN(MULTI(BASE),identity)(isl_space_map_from_set(space)); in MULTI()
76 space = isl_space_map_from_set(space); in isl_ast_build_init_derived()616 space = isl_space_map_from_set(space); in isl_ast_build_get_schedule_map_multi_aff()1385 space = isl_space_map_from_set(space); in isl_ast_build_get_stride_expansion()1507 space = isl_space_map_from_set(space); in construct_insertion_map()1556 space = isl_space_map_from_set(space); in options_insert_dim()1670 ma_space = isl_space_map_from_set(ma_space); in isl_ast_build_insert_dim()1724 space = isl_space_map_from_set(isl_space_domain(space)); in isl_ast_build_scale_down()1874 space = isl_space_map_from_set(space); in isl_ast_build_product()
31 space = isl_space_map_from_set(space); in FN()
878 space = isl_space_map_from_set(space); in set_enforced_from_set()1743 space = isl_space_map_from_set(space); in create_node()2015 space = isl_space_map_from_set(space); in add_nodes()3659 space = isl_space_map_from_set(isl_set_get_space(isolated)); in generate_shifted_component_tree()3976 space = isl_space_map_from_set(space); in construct_shifted_executed()4069 space = isl_space_map_from_set(space); in generate_shift_component()4929 space = isl_space_map_from_set(isl_space_copy(space)); in internal_executed()
787 space = isl_space_map_from_set(isl_basic_set_get_space(coeff)); in isl_basic_set_coefficients_morphed_product()
5408 return map_lex_lte(isl_space_map_from_set(set_space), 0); in isl_map_lex_lt()5413 return map_lex_lte(isl_space_map_from_set(set_space), 1); in isl_map_lex_le()5464 return map_lex_gte(isl_space_map_from_set(set_space), 0); in isl_map_lex_gt()5469 return map_lex_gte(isl_space_map_from_set(set_space), 1); in isl_map_lex_ge()8953 space = isl_space_map_from_set(isl_set_get_space(deltas)); in isl_set_translation()8987 id = isl_map_identity(isl_space_map_from_set(space)); in isl_set_identity()12014 space = isl_space_map_from_set(isl_space_range(space)); in isl_basic_map_is_single_valued()12060 space = isl_space_map_from_set(isl_space_range(isl_map_get_space(map))); in isl_map_is_single_valued()
855 mpa = isl_multi_pw_aff_identity(isl_space_map_from_set(space)); in project_out_fixed()1147 space = isl_space_map_from_set(space); in insert_dummy_tags()
1495 space = isl_space_map_from_set(space); in increment()
5318 ma = isl_multi_aff_identity(isl_space_map_from_set(space)); in pw_multi_aff_from_map_div()5538 space = isl_space_map_from_set(isl_set_get_space(set)); in pw_multi_aff_from_map_stride()5565 space = isl_space_map_from_set(space); in pw_multi_aff_from_map_stride()
1910 __isl_give isl_space *isl_space_map_from_set(__isl_take isl_space *space) in isl_space_map_from_set() function
3312 space = isl_space_map_from_set(space); in isl_schedule_node_group()
2507 space = isl_space_map_from_set(isl_set_get_space(set)); in identity_upma()
131 __isl_give isl_space *isl_space_map_from_set(__isl_take isl_space *space);
17986 auto res = isl_space_map_from_set(copy()); in map_from_set()
25337 auto res = isl_space_map_from_set(copy()); in map_from_set()
73 C<isl_map_identity(isl_space_map_from_set(space))>.5886 If the case of C<isl_space_map_from_set>, the input space5894 __isl_give isl_space *isl_space_map_from_set(
17079 res = isl.isl_space_map_from_set(isl.isl_space_copy(arg0.ptr))17464 isl.isl_space_map_from_set.restype = c_void_p17465 isl.isl_space_map_from_set.argtypes = [c_void_p]