Home
last modified time | relevance | path

Searched refs:isl_map_from_union_map (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/polly/lib/External/ppcg/
H A Dcpu.c153 schedule_deps = isl_map_from_union_map(deps); in ast_schedule_dim_is_parallel()
412 map = isl_map_from_union_map(isl_ast_build_get_schedule(build)); in at_each_domain()
H A Dgpu_group.c531 access_map = isl_map_from_union_map(access); in access_is_coalesced()
842 map = isl_map_from_union_map(umap); in populate_array_references()
1018 return isl_map_from_union_map(shared); in shared_access()
1149 acc = isl_map_from_union_map(access); in compute_group_bounds_core()
H A Dgpu.c1863 map = isl_map_reverse(isl_map_from_union_map(schedule)); in create_domain_leaf()
1941 access = isl_map_from_union_map(isl_ast_build_get_schedule(build)); in create_access_leaf()
5374 return isl_map_from_union_map(tagged); in extract_single_tagged_access()
5423 map = isl_map_from_union_map(all); in complete_index()
/llvm-project-15.0.7/polly/lib/Analysis/
H A DDependenceInfo.cpp587 isl_map *AccRedDep = isl_map_from_union_map(AccRedDepU); in calculateDependences()
726 ScheduleDeps = isl_map_from_union_map(Deps); in isParallel()
/llvm-project-15.0.7/polly/lib/External/isl/include/isl/
H A Dunion_map.h299 __isl_give isl_map *isl_map_from_union_map(__isl_take isl_union_map *umap);
H A Disl-noexceptions.h11034 auto res = isl_map_from_union_map(umap.release()); in from_union_map()
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_union_map.c725 __isl_give isl_map *isl_map_from_union_map(__isl_take isl_union_map *umap) in isl_map_from_union_map() function
755 return isl_map_from_union_map(umap); in isl_union_map_as_map()
760 return isl_map_from_union_map(uset); in isl_set_from_union_set()
2894 map = isl_map_from_union_map(umap); in single_map_is_single_valued()
H A Disl_test.c4748 map = isl_map_from_union_map(validity); in test_special_conditional_schedule_constraints_2()
4927 map = isl_map_from_union_map(D); in test_strongly_satisfying_schedule()
H A Disl_scheduler.c3483 map = isl_map_from_union_map(umap); in is_condition_false()
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DIslNodeBuilder.cpp406 isl_map *S = isl_map_from_union_map(Schedule); in createUserVector()
/llvm-project-15.0.7/polly/lib/External/isl/doc/
H A Duser.pod2171 __isl_give isl_map *isl_map_from_union_map(
2174 C<isl_union_map_as_map> and C<isl_map_from_union_map> perform