Searched refs:isl_hash_table (Results 1 – 11 of 11) sorted by relevance
/external/llvm-project/polly/lib/External/isl/include/isl/ |
D | hash.h | 50 struct isl_hash_table { struct 56 struct isl_hash_table *isl_hash_table_alloc(struct isl_ctx *ctx, int min_size); argument 57 void isl_hash_table_free(struct isl_ctx *ctx, struct isl_hash_table *table); 59 int isl_hash_table_init(struct isl_ctx *ctx, struct isl_hash_table *table, 61 void isl_hash_table_clear(struct isl_hash_table *table); 64 struct isl_hash_table *table, 68 isl_stat isl_hash_table_foreach(isl_ctx *ctx, struct isl_hash_table *table, 71 struct isl_hash_table *table,
|
D | hmap_templ.c | 27 struct isl_hash_table table;
|
/external/llvm-project/polly/lib/External/isl/ |
D | isl_hash.c | 42 int isl_hash_table_init(struct isl_ctx *ctx, struct isl_hash_table *table, in isl_hash_table_init() 78 static int grow_table(struct isl_ctx *ctx, struct isl_hash_table *table) in grow_table() 123 struct isl_hash_table *isl_hash_table_alloc(struct isl_ctx *ctx, int min_size) in isl_hash_table_alloc() 125 struct isl_hash_table *table = NULL; in isl_hash_table_alloc() 127 table = isl_alloc_type(ctx, struct isl_hash_table); in isl_hash_table_alloc() 136 void isl_hash_table_clear(struct isl_hash_table *table) in isl_hash_table_clear() 143 void isl_hash_table_free(struct isl_ctx *ctx, struct isl_hash_table *table) in isl_hash_table_free() 158 struct isl_hash_table *table, in isl_hash_table_find() 195 isl_stat isl_hash_table_foreach(isl_ctx *ctx, struct isl_hash_table *table, in isl_hash_table_foreach() 214 struct isl_hash_table *table, in isl_hash_table_remove()
|
D | isl_ctx_private.h | 31 struct isl_hash_table id_table;
|
D | isl_stream_private.h | 62 struct isl_hash_table *keywords;
|
D | isl_union_map_private.h | 10 struct isl_hash_table table;
|
D | isl_union_single.c | 27 struct isl_hash_table table;
|
D | isl_union_multi.c | 28 struct isl_hash_table part_table; in S() 40 struct isl_hash_table table;
|
D | isl_convex_hull.c | 1530 struct isl_hash_table *table, in update_constraint() 1568 struct isl_hash_table *table, isl_int *con, unsigned len, int n) in has_constraint() 1622 struct isl_hash_table *table = NULL; in common_constraints() 1653 table = isl_alloc_type(hull->ctx, struct isl_hash_table); in common_constraints() 1994 struct isl_hash_table *table; 2010 struct isl_hash_table *hull_table; 2042 static int hash_ineq(struct isl_ctx *ctx, struct isl_hash_table *table, in hash_ineq() 2063 static isl_stat hash_basic_set(struct isl_hash_table *table, in hash_basic_set()
|
D | isl_scheduler.c | 382 struct isl_hash_table *edge_table[isl_edge_last + 1]; 384 struct isl_hash_table *node_table;
|
D | isl_tab_pip.c | 4594 struct isl_hash_table *table = NULL; in parallel_constraints()
|