HomeSort by: relevance | last modified time | path
    Searched defs:index_map (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
graphite-sese-to-poly.cc 484 isl_map *index_map; local
488 index_map = isl_map_from_pw_aff (index);
489 index_map = isl_map_insert_dims (index_map, isl_dim_out, 0, pos);
490 index_map = isl_map_add_dims (index_map, isl_dim_out, len - pos - 1);
493 index_map = isl_map_set_tuple_id (index_map, isl_dim_out, id);
495 index_map = isl_map_set_tuple_id (index_map, isl_dim_in, id)
    [all...]
ipa-param-manipulation.cc 97 auto_vec<int> index_map; member in class:ipa_edge_modification_info
125 new_info->index_map.safe_splice (old_info->index_map);
667 unsigned idx_len = mod_info->index_map.length ();
669 fprintf (symtab->dump_file, " %i", mod_info->index_map[i]);
685 unsigned orig_nargs = mod_info ? mod_info->index_map.length () : old_nargs;
708 index = mod_info->index_map[apm->base_index];
759 index = mod_info->index_map[apm->base_index];
915 if (mod_info->index_map[i] < 0)
917 arg = gimple_call_arg (stmt, mod_info->index_map[i])
2285 auto_vec<int, 16> index_map; local
    [all...]
gcse.cc 2129 pre_edge_insert (struct edge_list *edge_list, struct gcse_expr **index_map)
2155 if ((insert & 1) != 0 && index_map[j]->reaching_reg != NULL_RTX)
2157 struct gcse_expr *expr = index_map[j];
2181 insert_insn_end_basic_block (index_map[j], bb);
2184 insn = process_insert_insn (index_map[j]);
2559 struct gcse_expr **index_map;
2565 index_map = XCNEWVEC (struct gcse_expr *, expr_hash_table.n_elems);
2568 index_map[expr->bitmap_index] = expr;
2576 did_insert = pre_edge_insert (edge_list, index_map);
2587 free (index_map);
2546 struct gcse_expr **index_map; local
3071 struct gcse_expr **index_map; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
graphite-sese-to-poly.cc 482 isl_map *index_map; local
486 index_map = isl_map_from_pw_aff (index);
487 index_map = isl_map_insert_dims (index_map, isl_dim_out, 0, pos);
488 index_map = isl_map_add_dims (index_map, isl_dim_out, len - pos - 1);
491 index_map = isl_map_set_tuple_id (index_map, isl_dim_out, id);
493 index_map = isl_map_set_tuple_id (index_map, isl_dim_in, id)
    [all...]
ipa-param-manipulation.cc 94 auto_vec<int> index_map; member in class:ipa_edge_modification_info
122 new_info->index_map.safe_splice (old_info->index_map);
697 unsigned idx_len = mod_info->index_map.length ();
699 fprintf (symtab->dump_file, " %i", mod_info->index_map[i]);
715 unsigned orig_nargs = mod_info ? mod_info->index_map.length () : old_nargs;
738 index = mod_info->index_map[apm->base_index];
789 index = mod_info->index_map[apm->base_index];
945 if (mod_info->index_map[i] < 0)
947 arg = gimple_call_arg (stmt, mod_info->index_map[i])
2123 auto_vec<int, 16> index_map; local
    [all...]
gcse.cc 2116 pre_edge_insert (struct edge_list *edge_list, struct gcse_expr **index_map)
2141 if ((insert & 1) != 0 && index_map[j]->reaching_reg != NULL_RTX)
2143 struct gcse_expr *expr = index_map[j];
2167 insert_insn_end_basic_block (index_map[j], bb);
2170 insn = process_insert_insn (index_map[j]);
2545 struct gcse_expr **index_map;
2551 index_map = XCNEWVEC (struct gcse_expr *, expr_hash_table.n_elems);
2554 index_map[expr->bitmap_index] = expr;
2562 did_insert = pre_edge_insert (edge_list, index_map);
2573 free (index_map);
2532 struct gcse_expr **index_map; local
3056 struct gcse_expr **index_map; local
    [all...]

Completed in 39 milliseconds