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 D | graphite-dependences.c | 89 = 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 D | graphite-dependences.cc | 89 = 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 D | codegen.c | 227 umap = isl_union_map_from_map(obj.v); in main()
|
| H A D | isl_flow.c | 2547 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 D | isl_ast_codegen.c | 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() 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 D | isl_ast_build.c | 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()
|
| H A D | isl_transitive_closure.c | 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()
|
| H A D | isl_union_map.c | 554 __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 D | isl_scheduler_clustering.c | 440 umap = isl_union_map_from_map(isl_map_copy(edge->map)); in collect_edge_constraints()
|
| H A D | isl_input.c | 2849 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 D | isl_scheduler.c | 1322 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 D | union_map.h | 29 __isl_give isl_union_map *isl_union_map_from_map(__isl_take isl_map *map);
|
| H A D | cpp-checked.h | 18463 auto res = isl_union_map_from_map(map.release()); in union_map()
|
| H A D | cpp.h | 26130 auto res = isl_union_map_from_map(map.release()); in union_map()
|
| /netbsd-src/external/mit/isl/dist/interface/ |
| H A D | isl.py | 7717 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 D | user.pod | 2185 __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
|