Searched refs:isl_union_map_from_map (Results 1 – 15 of 15) sorted by relevance
146 isl_union_map_union(Schedule, isl_union_map_from_map(ScheduleMap)); in getScheduleForLoop()
227 umap = isl_union_map_from_map(obj.v); in main()
2541 isl_union_map_from_map(isl_flow_get_no_source(flow, 1))); in compute_flow()2543 isl_union_map_from_map(isl_flow_get_no_source(flow, 0))); in compute_flow()2547 dep = isl_union_map_from_map(isl_map_copy(flow->dep[i].map)); in compute_flow()3090 isl_union_map_from_map(map)); in compute_single_flow()3093 isl_union_map_from_map(map)); in compute_single_flow()3100 dep = isl_union_map_from_map(map); in compute_single_flow()
101 list = generate_code(isl_union_map_from_map(executed), build, 1); in generate_non_single_valued()121 isl_union_map_from_map(isl_map_copy(executed))); in at_each_domain()1765 umap = isl_union_map_from_map(map); in create_node()3735 executed = isl_union_map_from_map(map); in construct_component_executed()4359 gt = isl_union_map_from_map(isl_map_lex_gt(space)); in after_in_band()4685 umap = isl_union_map_from_map(map); in after_in_subtree()4944 isl_union_map_from_map(proj)); in internal_executed()
1280 isl_union_map_from_map(proj)); in isl_ast_build_get_schedule()1560 isl_union_map_from_map(map)); in options_insert_dim()1807 isl_union_map_from_map(map), options); in embed_options()
2890 up->pow = isl_union_map_from_map(map); in power()2906 return isl_union_map_from_map(isl_map_from_basic_map(bmap)); in deltas_map()2931 inc = isl_union_map_from_map(increment(isl_union_map_get_space(umap))); in isl_union_map_power()
510 __isl_give isl_union_map *isl_union_map_from_map(__isl_take isl_map *map) in isl_union_map_from_map() function531 return isl_union_map_from_map(map); in isl_map_to_union_map()536 return isl_union_map_from_map(set_to_map(set)); in isl_union_set_from_set()550 return isl_union_map_from_map(isl_map_from_basic_map(bmap)); in isl_union_map_from_basic_map()
1530 isl_union_map_from_map(tagged); in extract_edge()1533 isl_union_map_from_map(tagged); in extract_edge()6386 umap = isl_union_map_from_map(isl_map_copy(edge->map)); in collect_edge_constraints()
2721 obj.v = isl_union_map_from_map(obj.v); in to_union()3060 obj.v = isl_union_map_from_map(obj.v); in isl_stream_read_union_map()
218 umap = isl_union_map_from_map(isl_map_copy(map)); in matches_prefix()
64 isl_union_map_from_map(map_i)); in gpu_array_ref_group_access_relation()833 umap = isl_union_map_from_map(map); in populate_array_references()
796 isl_union_map_from_map(map_i)); in group_tagged_access_relation()
29 __isl_give isl_union_map *isl_union_map_from_map(__isl_take isl_map *map);
20350 auto res = isl_union_map_from_map(map.release()); in union_map()
2147 __isl_give isl_union_map *isl_union_map_from_map(2150 C<isl_map_to_union_map> and C<isl_union_map_from_map> perform