Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_ast_build.c1557 map = isl_map_identity(space); in options_insert_dim()
1578 map = isl_map_product(map, isl_map_identity(isl_map_get_space(map))); in options_insert_dim()
H A Disl_transitive_closure.c785 path = isl_map_identity(isl_space_copy(space)); in construct_extended_path()
1189 isl_map_identity(isl_map_get_space(tc))); in compute_incremental()
H A Disl_ast_codegen.c3988 map = isl_map_identity(isl_space_copy(space)); in construct_shifted_executed()
4941 id = isl_map_identity(space); in internal_executed()
H A Disl_map.c8885 __isl_give isl_map *isl_map_identity(__isl_take isl_space *space) in isl_map_identity() function
8894 id = isl_map_identity(isl_space_map_from_set(space)); in isl_set_identity()
11956 id = isl_map_identity(space); in isl_map_is_single_valued()
12024 id = isl_map_identity(isl_map_get_space(map)); in isl_map_is_identity()
12342 map = isl_map_identity(isl_space_join(isl_space_reverse(space), in isl_set_flatten_map()
H A Disl_union_map.c2876 id = isl_map_identity(space); in is_subset_of_identity()
H A Disl_scheduler.c3490 test = isl_map_identity(isl_map_get_space(map)); in is_condition_false()
/llvm-project-15.0.7/polly/lib/External/isl/include/isl/
H A Dmap.h311 __isl_give isl_map *isl_map_identity(__isl_take isl_space *space);
H A Disl-noexceptions.h11118 auto res = isl_map_identity(space.release()); in identity()
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DPPCGCodeGeneration.cpp3072 isl_map *Identity = isl_map_identity(Space); in getArrayIdentity()
/llvm-project-15.0.7/polly/lib/External/ppcg/
H A Dgpu.c5810 id = isl_map_identity(space); in gpu_prog_alloc()
/llvm-project-15.0.7/polly/lib/External/isl/doc/
H A Duser.pod71 C<isl_map_identity> now take a B<map> space as input. An old call
72 C<isl_map_identity(space)> can be rewritten to
73 C<isl_map_identity(isl_space_map_from_set(space))>.
2081 __isl_give isl_map *isl_map_identity(