Home
last modified time | relevance | path

Searched refs:isl_dim_map (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/polly/lib/External/isl/
Disl_dim_map.h9 struct isl_dim_map;
10 typedef struct isl_dim_map isl_dim_map; typedef
12 __isl_give isl_dim_map *isl_dim_map_alloc(isl_ctx *ctx, unsigned len);
13 __isl_null isl_dim_map *isl_dim_map_free(__isl_take isl_dim_map *dim_map);
14 void isl_dim_map_range(__isl_keep isl_dim_map *dim_map,
17 void isl_dim_map_dim_range(__isl_keep isl_dim_map *dim_map,
20 void isl_dim_map_dim(__isl_keep isl_dim_map *dim_map,
22 void isl_dim_map_div(__isl_keep isl_dim_map *dim_map,
26 __isl_take isl_dim_map *dim_map);
29 __isl_take isl_dim_map *dim_map);
[all …]
Disl_dim_map.c24 struct isl_dim_map { struct
29 __isl_give isl_dim_map *isl_dim_map_alloc(isl_ctx *ctx, unsigned len) in isl_dim_map_alloc() argument
32 struct isl_dim_map *dim_map; in isl_dim_map_alloc()
33 dim_map = isl_alloc(ctx, struct isl_dim_map, in isl_dim_map_alloc()
34 sizeof(struct isl_dim_map) + len * sizeof(struct isl_dim_map_entry)); in isl_dim_map_alloc()
47 __isl_null isl_dim_map *isl_dim_map_free(__isl_take isl_dim_map *dim_map) in isl_dim_map_free()
53 void isl_dim_map_range(__isl_keep isl_dim_map *dim_map, in isl_dim_map_range()
70 void isl_dim_map_dim_range(__isl_keep isl_dim_map *dim_map, in isl_dim_map_dim_range()
87 void isl_dim_map_dim(__isl_keep isl_dim_map *dim_map, in isl_dim_map_dim()
97 void isl_dim_map_div(__isl_keep isl_dim_map *dim_map, in isl_dim_map_div()
[all …]
DMakefile.am126 isl_dim_map.h \
127 isl_dim_map.c \
Disl_scheduler.c2001 static __isl_give isl_dim_map *intra_dim_map(isl_ctx *ctx, in intra_dim_map()
2007 isl_dim_map *dim_map; in intra_dim_map()
2041 static __isl_give isl_dim_map *inter_dim_map(isl_ctx *ctx, in inter_dim_map()
2047 isl_dim_map *dim_map; in inter_dim_map()
2081 __isl_take isl_dim_map *dim_map) in add_constraints_dim_map()
2115 isl_dim_map *dim_map; in add_intra_validity_constraints()
2152 isl_dim_map *dim_map; in add_inter_validity_constraints()
2230 isl_dim_map *dim_map; in add_intra_proximity_constraints()
2309 isl_dim_map *dim_map; in add_inter_proximity_constraints()
4094 isl_dim_map *dim_map; in add_intra_constraints()
[all …]
DMakefile.in210 isl_dim_map.h isl_dim_map.c isl_equalities.c isl_equalities.h \
258 isl_convex_hull.lo isl_ctx.lo isl_deprecated.lo isl_dim_map.lo \
991 isl_dim_map.h \
992 isl_dim_map.c \
1652 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isl_dim_map.Plo@am__quote@
Disl_map.c1897 struct isl_dim_map *dim_map; in add_constraints()
3956 struct isl_dim_map *dim_map; in isl_basic_map_insert_dims()
4119 struct isl_dim_map *dim_map; in isl_basic_map_move_dims()
4284 struct isl_dim_map *dim_map; in move_last()
4682 struct isl_dim_map *dim_map1, *dim_map2; in isl_basic_map_apply_range()
4769 struct isl_dim_map *dim_map1, *dim_map2; in isl_basic_map_sum()
4931 struct isl_dim_map *dim_map; in isl_basic_map_floordiv()
10532 struct isl_dim_map *dim_map1, *dim_map2; in isl_basic_map_product()
10595 struct isl_dim_map *dim_map1, *dim_map2; in isl_basic_map_domain_product()
10642 struct isl_dim_map *dim_map1, *dim_map2; in isl_basic_map_range_product()
[all …]
/external/llvm-project/polly/lib/External/
DCMakeLists.txt199 isl/isl_dim_map.c