OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isl_union_map_from_map
(Results
1 - 15
of
15
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
graphite-dependences.cc
89
=
isl_union_map_from_map
(add_pdr_constraints (pdr, pbb));
105
=
isl_union_map_from_map
(add_pdr_constraints (pdr, pbb));
121
=
isl_union_map_from_map
(add_pdr_constraints (pdr, pbb));
/src/external/gpl3/gcc.old/dist/gcc/
graphite-dependences.cc
89
=
isl_union_map_from_map
(add_pdr_constraints (pdr, pbb));
105
=
isl_union_map_from_map
(add_pdr_constraints (pdr, pbb));
121
=
isl_union_map_from_map
(add_pdr_constraints (pdr, pbb));
/src/external/mit/isl/dist/
codegen.c
227
umap =
isl_union_map_from_map
(obj.v);
isl_flow.c
2547
isl_union_map_from_map
(isl_flow_get_no_source(flow, 1)));
2549
isl_union_map_from_map
(isl_flow_get_no_source(flow, 0)));
2553
dep =
isl_union_map_from_map
(isl_map_copy(flow->dep[i].map));
3096
isl_union_map_from_map
(map));
3099
isl_union_map_from_map
(map));
3106
dep =
isl_union_map_from_map
(map);
isl_ast_codegen.c
101
list = generate_code(
isl_union_map_from_map
(executed), build, 1);
121
isl_union_map_from_map
(isl_map_copy(executed)));
1754
umap =
isl_union_map_from_map
(map);
3724
executed =
isl_union_map_from_map
(map);
4348
gt =
isl_union_map_from_map
(isl_map_lex_gt(space));
4674
umap =
isl_union_map_from_map
(map);
4933
isl_union_map_from_map
(proj));
isl_ast_build.c
1280
isl_union_map_from_map
(proj));
1560
isl_union_map_from_map
(map));
1807
isl_union_map_from_map
(map), options);
isl_transitive_closure.c
2890
up->pow =
isl_union_map_from_map
(map);
2906
return
isl_union_map_from_map
(isl_map_from_basic_map(bmap));
2931
inc =
isl_union_map_from_map
(increment(isl_union_map_get_space(umap)));
isl_union_map.c
554
__isl_give isl_union_map *
isl_union_map_from_map
(__isl_take isl_map *map)
function
570
/* This function performs the same operation as
isl_union_map_from_map
,
575
return
isl_union_map_from_map
(map);
580
return
isl_union_map_from_map
(set_to_map(set));
594
return
isl_union_map_from_map
(isl_map_from_basic_map(bmap));
isl_scheduler_clustering.c
440
umap =
isl_union_map_from_map
(isl_map_copy(edge->map));
isl_input.c
2849
obj.v =
isl_union_map_from_map
(obj.v);
3188
obj.v =
isl_union_map_from_map
(obj.v);
isl_scheduler.c
1322
isl_union_map_from_map
(tagged);
1325
isl_union_map_from_map
(tagged);
/src/external/mit/isl/dist/include/isl/
union_map.h
29
__isl_give isl_union_map *
isl_union_map_from_map
(__isl_take isl_map *map);
cpp-checked.h
18463
auto res =
isl_union_map_from_map
(map.release());
cpp.h
26130
auto res =
isl_union_map_from_map
(map.release());
/src/external/mit/isl/dist/interface/
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]
Completed in 147 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026