Searched refs:isl_dim_map (Results 1 – 5 of 5) sorted by relevance
/llvm-project/polly/lib/External/isl/ |
H A D | isl_dim_map.h | 9 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 …]
|
H A D | isl_dim_map.c | 24 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 …]
|
H A D | isl_scheduler.c | 1784 static __isl_give isl_dim_map *intra_dim_map(isl_ctx *ctx, in intra_dim_map() 1790 isl_dim_map *dim_map; in intra_dim_map() 1824 static __isl_give isl_dim_map *inter_dim_map(isl_ctx *ctx, in inter_dim_map() 1830 isl_dim_map *dim_map; in inter_dim_map() 1864 __isl_take isl_dim_map *dim_map) in add_constraints_dim_map() 1898 isl_dim_map *dim_map; in add_intra_validity_constraints() 1935 isl_dim_map *dim_map; in add_inter_validity_constraints() 2013 isl_dim_map *dim_map; in add_intra_proximity_constraints() 2092 isl_dim_map *dim_map; in add_inter_proximity_constraints() 3884 isl_dim_map *dim_map; in add_intra_constraints() [all …]
|
H A D | isl_map.c | 1955 struct isl_dim_map *dim_map; in add_constraints() 4059 struct isl_dim_map *dim_map; in isl_basic_map_insert_dims() 4222 struct isl_dim_map *dim_map; in isl_basic_map_move_dims() 4387 struct isl_dim_map *dim_map; in move_last() 4760 struct isl_dim_map *dim_map1, *dim_map2; in isl_basic_map_apply_range() 4847 struct isl_dim_map *dim_map1, *dim_map2; in isl_basic_map_sum() 5009 struct isl_dim_map *dim_map; in isl_basic_map_floordiv() 10713 struct isl_dim_map *dim_map1, *dim_map2; in isl_basic_map_product() 10776 struct isl_dim_map *dim_map1, *dim_map2; in isl_basic_map_domain_product() 10823 struct isl_dim_map *dim_map1, *dim_map2; in isl_basic_map_range_product() [all …]
|
/llvm-project/polly/lib/External/ |
H A D | CMakeLists.txt | 214 isl/isl_dim_map.c
|