Home
last modified time | relevance | path

Searched refs:isl_map_gist (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/mit/isl/dist/
H A Disl_map_simplify.c3672 __isl_give isl_map *isl_map_gist(__isl_take isl_map *map, in isl_map_gist() function
3759 return set_from_map(isl_map_gist(set_to_map(set), set_to_map(context))); in isl_set_gist()
3780 return isl_map_gist(map, map_context); in isl_map_gist_domain()
3788 return isl_map_gist(map, map_context); in isl_map_gist_range()
3796 return isl_map_gist(map, map_context); in isl_map_gist_params()
H A Disl_test.c1744 m1 = isl_map_gist(m1, m2); in test_gist_empty_pair()
2041 map1 = isl_map_gist(map1, map2); in test_gist()
H A Disl_union_map.c1344 return match_bin_op(umap, context, &isl_map_gist); in isl_union_map_gist()
/netbsd-src/external/mit/isl/dist/include/isl/
H A Dmap.h687 __isl_give isl_map *isl_map_gist(__isl_take isl_map *map,
H A Dcpp-checked.h9929 auto res = isl_map_gist(copy(), context.release()); in gist()
H A Dcpp.h12310 auto res = isl_map_gist(copy(), context.release()); in gist()
/netbsd-src/external/mit/isl/dist/interface/
H A Disl.py9414 res = isl.isl_map_gist(isl.isl_map_copy(arg0.ptr), isl.isl_map_copy(arg1.ptr))
10339 isl.isl_map_gist.restype = c_void_p
10340 isl.isl_map_gist.argtypes = [c_void_p, c_void_p]
/netbsd-src/external/mit/isl/dist/doc/
H A Duser.pod8732 __isl_give isl_map *isl_map_gist(__isl_take isl_map *map,