/external/llvm-project/polly/lib/External/isl/ |
D | isl_hash.c | 56 table->entries = isl_calloc_array(ctx, struct isl_hash_table_entry, in isl_hash_table_init() 88 table->entries = isl_calloc_array(ctx, struct isl_hash_table_entry, in grow_table()
|
D | isl_transitive_closure.c | 1333 dom = isl_calloc_array(map->ctx, isl_set *, map->n); in incremental_closure() 1334 ran = isl_calloc_array(map->ctx, isl_set *, map->n); in incremental_closure() 1335 left = isl_calloc_array(map->ctx, int, map->n); in incremental_closure() 1336 right = isl_calloc_array(map->ctx, int, map->n); in incremental_closure() 1614 grid = isl_calloc_array(map->ctx, isl_map **, n); in floyd_warshall_with_groups() 1618 grid[i] = isl_calloc_array(map->ctx, isl_map *, n); in floyd_warshall_with_groups() 1687 *set = isl_calloc_array(ctx, isl_set *, 2 * n); in setup_groups() 2642 grid = isl_calloc_array(ctx, isl_map **, n_group); in union_floyd_warshall_on_list() 2646 grid[i] = isl_calloc_array(ctx, isl_map *, n_group); in union_floyd_warshall_on_list() 2722 list = isl_calloc_array(ctx, isl_basic_map *, n); in union_floyd_warshall() [all …]
|
D | isl_schedule_band.c | 66 band->coincident = isl_calloc_array(ctx, int, band->n); in isl_schedule_band_from_multi_union_pw_aff() 409 band->loop_type = isl_calloc_array(ctx, in isl_schedule_band_member_set_ast_loop_type() 467 band->isolate_loop_type = isl_calloc_array(ctx, in isl_schedule_band_member_set_isolate_ast_loop_type()
|
D | isl_map_subtract.c | 341 index = isl_calloc_array(map->ctx, int *, map->n); in basic_map_collect_diff() 342 div_map = isl_calloc_array(map->ctx, int *, map->n); in basic_map_collect_diff()
|
D | isl_vertices.c | 207 vertices->v = isl_calloc_array(bset->ctx, struct isl_vertex, 1); in vertices_0D() 216 vertices->c = isl_calloc_array(bset->ctx, struct isl_chamber, 1); in vertices_0D() 221 vertices->c[0].vertices = isl_calloc_array(bset->ctx, int, 1); in vertices_0D()
|
D | isl_flow.c | 445 dep->dep = isl_calloc_array(ctx, struct isl_labeled_map, n); in isl_flow_alloc() 1181 must_rel = isl_calloc_array(ctx, struct isl_map *, acc->n_must); in compute_val_based_dependences() 1182 may_rel = isl_calloc_array(ctx, struct isl_map *, acc->n_must); in compute_val_based_dependences() 2515 data->source_info = isl_calloc_array(ctx, struct isl_sched_info *, in compute_flow() 3151 data.sink = isl_calloc_array(ctx, struct isl_scheduled_access, n); in compute_flow_schedule()
|
D | isl_space.c | 228 space->ids = isl_calloc_array(space->ctx, isl_id *, dim); in extend_ids() 1081 ids = isl_calloc_array(space->ctx, isl_id *, n); in space_extend() 1220 ids = isl_calloc_array(ctx, isl_id *, in isl_space_insert_dims() 1299 ids = isl_calloc_array(space->ctx, isl_id *, in isl_space_move_dims() 1764 ids = isl_calloc_array(space->ctx, isl_id *, n_id); in isl_space_map_from_set()
|
D | isl_scheduler.c | 689 graph->node = isl_calloc_array(ctx, struct isl_sched_node, graph->n); in graph_alloc() 690 graph->sorted = isl_calloc_array(ctx, int, graph->n); in graph_alloc() 693 graph->edge = isl_calloc_array(ctx, in graph_alloc() 1221 coincident = isl_calloc_array(ctx, int, graph->max_row); in add_node() 5984 c->scc = isl_calloc_array(ctx, struct isl_sched_graph, c->n); in clustering_init() 5985 c->cluster = isl_calloc_array(ctx, struct isl_sched_graph, c->n); in clustering_init() 5986 c->scc_cluster = isl_calloc_array(ctx, int, c->n); in clustering_init() 5987 c->scc_node = isl_calloc_array(ctx, int, c->n); in clustering_init() 5988 c->scc_in_merge = isl_calloc_array(ctx, int, c->n); in clustering_init()
|
D | isl_bernstein.c | 172 c = isl_calloc_array(ctx, isl_qpolynomial *, n); in extract_coefficients()
|
D | isl_coalesce.c | 78 eq = isl_calloc_array(bmap_i->ctx, int, 2 * bmap_i->n_eq); in eq_status_in() 106 int *ineq = isl_calloc_array(bmap_i->ctx, int, bmap_i->n_ineq); in ineq_status_in() 2175 relax = isl_calloc_array(ctx, int, 1 + n_cut); in check_single_adj_eq() 3224 expanded = isl_calloc_array(ctx, struct isl_expanded, extra_var); in expand_tab() 4202 info = isl_calloc_array(map->ctx, struct isl_coalesce_info, n); in isl_map_coalesce()
|
D | isl_map_simplify.c | 719 ci->index = isl_calloc_array(ctx, isl_int **, ci->size); in create_constraint_index() 848 elim_for = isl_calloc_array(ctx, int, bmap->n_div); in remove_duplicate_divs() 850 index = isl_calloc_array(ctx, int, size); in remove_duplicate_divs() 2266 return isl_calloc_array(ctx, int, dim); in alloc_groups() 2549 row = isl_calloc_array(ctx, int, bset->n_ineq); in uset_gist_full() 5019 pairs = isl_calloc_array(bmap->ctx, int, bmap->n_div); in isl_basic_map_drop_redundant_divs_ineq()
|
D | isl_farkas.c | 388 data->factors = isl_calloc_array(ctx, in isl_coefficients_product_data_init()
|
D | isl_polynomial.c | 2730 active = isl_calloc_array(qp->dim->ctx, int, d); in isl_qpolynomial_involves_dims() 2778 active = isl_calloc_array(ctx, int, len); in remove_redundant_divs() 4279 active = isl_calloc_array(set->ctx, int, d); in fix_inactive() 4400 subs = isl_calloc_array(ctx, struct isl_poly *, n_sub); in isl_qpolynomial_morph_domain()
|
D | isl_local_space.c | 1404 active = isl_calloc_array(ctx, int, total); in isl_local_space_get_active()
|
D | isl_tab_pip.c | 2325 tab->row_sign = isl_calloc_array(bmap->ctx, in tab_for_lexmin() 4499 occurrences = isl_calloc_array(ctx, int, n); in count_occurrences() 5249 data->local = isl_calloc_array(ctx, struct isl_local_region, in init_lexmin_data()
|
D | isl_ast_build_expr.c | 1748 data->p = isl_calloc_array(ctx, struct isl_from_pw_aff_piece, n); in isl_from_pw_aff_data_init()
|
D | isl_ast.c | 433 expr->u.op.args = isl_calloc_array(ctx, isl_ast_expr *, n_arg); in isl_ast_expr_alloc_op()
|
D | isl_convex_hull.c | 1649 constraints = isl_calloc_array(hull->ctx, struct max_constraint, in common_constraints()
|
D | isl_union_map.c | 3055 v = isl_calloc_array(ctx, struct isl_fixed_map, n); in alloc_isl_fixed_map_array()
|
D | isl_output.c | 1343 split = isl_calloc_array(ctx, struct isl_aff_split, map->n); in split_aff()
|
/external/llvm-project/polly/lib/External/isl/include/isl/ |
D | ctx.h | 132 #define isl_calloc_array(ctx,type,n) ((type *)isl_calloc_or_die(ctx,\ macro
|
/external/llvm-project/polly/lib/External/ppcg/ |
D | grouping.c | 135 leaves = isl_calloc_array(ctx, struct ppcg_grouping_leaf, n); in extract_leaves()
|
D | gpu.c | 352 prog->array = isl_calloc_array(prog->ctx, in collect_array_info() 1250 kernel->var = isl_calloc_array(kernel->ctx, struct ppcg_kernel_var, n); in create_kernel_vars() 1356 kernel->array = isl_calloc_array(ctx, in ppcg_kernel_create_local_arrays() 5577 stmts = isl_calloc_array(ctx, struct gpu_stmt, scop->pet->n_stmt); in extract_stmts()
|
D | gpu_group.c | 1452 groups = isl_calloc_array(ctx, struct gpu_array_ref_group *, in group_array_references()
|
/external/llvm-project/polly/lib/CodeGen/ |
D | PPCGCodeGeneration.cpp | 2807 gpu_stmt *Stmts = isl_calloc_array(S->getIslCtx().get(), struct gpu_stmt, in getStatements() 3091 PPCGProg->array = isl_calloc_array( in createPPCGProg()
|