Searched refs:isl_hash_table_alloc (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/mit/isl/dist/include/isl/ |
H A D | hash.h | 56 struct isl_hash_table *isl_hash_table_alloc(struct isl_ctx *ctx, int min_size);
|
/netbsd-src/external/mit/isl/dist/ |
H A D | isl_hash.c | 123 struct isl_hash_table *isl_hash_table_alloc(struct isl_ctx *ctx, int min_size) in isl_hash_table_alloc() function
|
H A D | isl_scheduler_scc.c | 553 scc_graph->edge_table[i] = isl_hash_table_alloc(ctx, 2); in isl_scc_graph_alloc() 554 scc_graph->reverse_edge_table[i] = isl_hash_table_alloc(ctx, 2); in isl_scc_graph_alloc()
|
H A D | isl_stream.c | 39 s->keywords = isl_hash_table_alloc(s->ctx, 10); in isl_stream_register_keyword()
|
H A D | isl_convex_hull.c | 2097 data->hull_table = isl_hash_table_alloc(set->ctx, n_ineq); in sh_data_alloc() 2101 data->p[i].table = isl_hash_table_alloc(set->ctx, in sh_data_alloc()
|
H A D | isl_scheduler.c | 183 graph->node_table = isl_hash_table_alloc(ctx, graph->n); in graph_init_table() 289 graph->edge_table[i] = isl_hash_table_alloc(ctx, in graph_init_edge_tables()
|
H A D | isl_tab_pip.c | 4627 table = isl_hash_table_alloc(ctx, bmap->n_ineq); in parallel_constraints()
|