Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_dim_map.h9 struct isl_dim_map;
10 typedef struct isl_dim_map isl_dim_map; typedef
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);
31 __isl_give isl_dim_map *isl_dim_map_extend(__isl_keep isl_dim_map *dim_map,
[all …]
H A Disl_dim_map.c24 struct isl_dim_map { struct
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()
47 __isl_null isl_dim_map *isl_dim_map_free(__isl_take isl_dim_map *dim_map) in isl_dim_map_free()
124 struct isl_dim_map *dim_map) in copy_constraint_dim_map()
139 struct isl_dim_map *dim_map) in copy_div_dim_map()
147 __isl_take isl_dim_map *dim_map) in isl_basic_map_add_constraints_dim_map()
188 __isl_take isl_dim_map *dim_map) in isl_basic_set_add_constraints_dim_map()
195 __isl_give isl_dim_map *isl_dim_map_extend(__isl_keep isl_dim_map *dim_map, in isl_dim_map_extend()
199 struct isl_dim_map *res; in isl_dim_map_extend()
[all …]
H A 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 …]
H A Disl_map.c1962 struct isl_dim_map *dim_map; in add_constraints()
4066 struct isl_dim_map *dim_map; in isl_basic_map_insert_dims()
4229 struct isl_dim_map *dim_map; in isl_basic_map_move_dims()
4394 struct isl_dim_map *dim_map; in move_last()
4792 struct isl_dim_map *dim_map1, *dim_map2; in isl_basic_map_apply_range()
4879 struct isl_dim_map *dim_map1, *dim_map2; in isl_basic_map_sum()
5041 struct isl_dim_map *dim_map; in isl_basic_map_floordiv()
10693 struct isl_dim_map *dim_map1, *dim_map2; in isl_basic_map_product()
12414 struct isl_dim_map *dim_map; in isl_map_realign()
12422 struct isl_dim_map *dim_map_i; in isl_map_realign()
[all …]
/llvm-project-15.0.7/polly/lib/External/
H A DCMakeLists.txt214 isl/isl_dim_map.c