Home
last modified time | relevance | path

Searched refs:isl_union_map_from_map (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgraphite-dependences.c89 = isl_union_map_from_map (add_pdr_constraints (pdr, pbb)); in scop_get_reads_and_writes()
105 = isl_union_map_from_map (add_pdr_constraints (pdr, pbb)); in scop_get_reads_and_writes()
121 = isl_union_map_from_map (add_pdr_constraints (pdr, pbb)); in scop_get_reads_and_writes()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgraphite-dependences.cc89 = isl_union_map_from_map (add_pdr_constraints (pdr, pbb)); in scop_get_reads_and_writes()
105 = isl_union_map_from_map (add_pdr_constraints (pdr, pbb)); in scop_get_reads_and_writes()
121 = isl_union_map_from_map (add_pdr_constraints (pdr, pbb)); in scop_get_reads_and_writes()
/netbsd-src/external/mit/isl/dist/
H A Dcodegen.c227 umap = isl_union_map_from_map(obj.v); in main()
H A Disl_flow.c2547 isl_union_map_from_map(isl_flow_get_no_source(flow, 1))); in compute_flow()
2549 isl_union_map_from_map(isl_flow_get_no_source(flow, 0))); in compute_flow()
2553 dep = isl_union_map_from_map(isl_map_copy(flow->dep[i].map)); in compute_flow()
3096 isl_union_map_from_map(map)); in compute_single_flow()
3099 isl_union_map_from_map(map)); in compute_single_flow()
3106 dep = isl_union_map_from_map(map); in compute_single_flow()
H A Disl_ast_codegen.c101 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()
1754 umap = isl_union_map_from_map(map); in create_node()
3724 executed = isl_union_map_from_map(map); in construct_component_executed()
4348 gt = isl_union_map_from_map(isl_map_lex_gt(space)); in after_in_band()
4674 umap = isl_union_map_from_map(map); in after_in_subtree()
4933 isl_union_map_from_map(proj)); in internal_executed()
H A Disl_ast_build.c1280 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()
H A Disl_transitive_closure.c2890 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()
H A Disl_union_map.c554 __isl_give isl_union_map *isl_union_map_from_map(__isl_take isl_map *map) in isl_union_map_from_map() function
575 return isl_union_map_from_map(map); in isl_map_to_union_map()
580 return isl_union_map_from_map(set_to_map(set)); in isl_union_set_from_set()
594 return isl_union_map_from_map(isl_map_from_basic_map(bmap)); in isl_union_map_from_basic_map()
H A Disl_scheduler_clustering.c440 umap = isl_union_map_from_map(isl_map_copy(edge->map)); in collect_edge_constraints()
H A Disl_input.c2849 obj.v = isl_union_map_from_map(obj.v); in to_union()
3188 obj.v = isl_union_map_from_map(obj.v); in isl_stream_read_union_map()
H A Disl_scheduler.c1322 isl_union_map_from_map(tagged); in extract_edge()
1325 isl_union_map_from_map(tagged); in extract_edge()
/netbsd-src/external/mit/isl/dist/include/isl/
H A Dunion_map.h29 __isl_give isl_union_map *isl_union_map_from_map(__isl_take isl_map *map);
H A Dcpp-checked.h18463 auto res = isl_union_map_from_map(map.release()); in union_map()
H A Dcpp.h26130 auto res = isl_union_map_from_map(map.release()); in union_map()
/netbsd-src/external/mit/isl/dist/interface/
H A Disl.py7717 self.ptr = isl.isl_union_map_from_map(isl.isl_map_copy(args[0].ptr))
8855 isl.isl_union_map_from_map.restype = c_void_p
8856 isl.isl_union_map_from_map.argtypes = [c_void_p]
/netbsd-src/external/mit/isl/dist/doc/
H A Duser.pod2185 __isl_give isl_union_map *isl_union_map_from_map(
2188 C<isl_map_to_union_map> and C<isl_union_map_from_map> perform