Home
last modified time | relevance | path

Searched refs:isl_basic_map_identity (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/polly/lib/External/isl/
Disl_transitive_closure.c448 id = isl_basic_map_identity(isl_basic_map_get_space(path)); in empty_path_is_identity()
662 return isl_basic_map_union(path, isl_basic_map_identity(space)); in path_along_delta()
Disl_map.c8710 __isl_give isl_basic_map *isl_basic_map_identity(__isl_take isl_space *space) in isl_basic_map_identity() function
8730 return isl_map_from_basic_map(isl_basic_map_identity(space)); in isl_map_identity()
11749 id = isl_basic_map_identity(space); in isl_basic_map_is_single_valued()
/external/llvm-project/polly/lib/External/isl/include/isl/
Dmap.h102 __isl_give isl_basic_map *isl_basic_map_identity(__isl_take isl_space *space);
Disl-noexceptions.h5741 auto res = isl_basic_map_identity(dim.release()); in identity()
/external/llvm-project/polly/lib/External/ppcg/
Dgpu_group.c292 id = isl_basic_map_identity(isl_space_map_from_set(space)); in check_stride()
/external/llvm-project/polly/lib/External/isl/doc/
Duser.pod70 =item * The functions C<isl_basic_map_identity> and
1981 __isl_give isl_basic_map *isl_basic_map_identity(