Home
last modified time | relevance | path

Searched refs:base_index (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/lgpl3/mpc/dist/tests/
H A Dtgeneric.tpl243 int base_index = 0;
302 if (base_index <= special
303 && special - base_index < SPECIAL_COUNT)
304 special_mpfr (params->P[i].mpfr, special - base_index);
307 base_index += SPECIAL_COUNT;
311 if (base_index <= special
312 && special - base_index < 2 * SPECIAL_COUNT)
314 special - base_index);
317 base_index += 2 * SPECIAL_COUNT;
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Drdcoff.c68 unsigned int base_index; member
89 unsigned int base_index; in coff_get_slot() local
91 base_index = indx / COFF_SLOTS * COFF_SLOTS; in coff_get_slot()
92 indx -= base_index; in coff_get_slot()
94 while (*types && (*types)->base_index < base_index) in coff_get_slot()
97 if (*types == NULL || (*types)->base_index != base_index) in coff_get_slot()
101 n->base_index = base_index; in coff_get_slot()
H A Dstabs.c125 unsigned int base_index; member
3437 unsigned int base_index; in stab_find_slot() local
3450 base_index = tindex / STAB_TYPES_SLOTS * STAB_TYPES_SLOTS; in stab_find_slot()
3451 tindex -= base_index; in stab_find_slot()
3452 while (*ps && (*ps)->base_index < base_index) in stab_find_slot()
3455 if (*ps == NULL || (*ps)->base_index != base_index) in stab_find_slot()
3459 n->base_index = base_index; in stab_find_slot()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-param-manipulation.c133 fprintf (f, ", base_index: %u", apm->base_index); in ipa_dump_adjusted_parameters()
141 fprintf (f, ", base_index: %u", apm->base_index); in ipa_dump_adjusted_parameters()
173 = use_prev_indices ? apm->prev_clone_index : apm->base_index; in fill_vector_of_new_param_types()
271 && max_index < apm->base_index) in get_max_base_index()
272 max_index = apm->base_index; in get_max_base_index()
298 (*surviving_params)[apm->base_index] = true; in get_surviving_params()
323 (*new_indices)[apm->base_index] = i; in get_updated_indices()
336 return adj->base_index; in get_original_index()
347 && (*m_adj_params)[0].base_index == 0); in first_param_intact_p()
497 unsigned base_index; member
[all …]
H A Dipa-param-manipulation.h182 unsigned base_index : IPA_PARAM_MAX_INDEX_BITS; member
H A Dipa-sra.c3676 push_param_adjustments_for_index (isra_func_summary *ifs, unsigned base_index, in push_param_adjustments_for_index() argument
3681 isra_param_desc *desc = &(*ifs->m_parameters)[base_index]; in push_param_adjustments_for_index()
3685 fprintf (dump_file, " Will remove parameter %u\n", base_index); in push_param_adjustments_for_index()
3702 adj.base_index = base_index; in push_param_adjustments_for_index()
3710 fprintf (dump_file, " Will split parameter %u\n", base_index); in push_param_adjustments_for_index()
3726 adj.base_index = base_index; in push_param_adjustments_for_index()
3805 push_param_adjustments_for_index (ifs, old_adj->base_index, i, in process_isra_node_results()
H A Domp-simd-clone.c588 adj.base_index = i; in simd_clone_adjust_argument_types()
635 adj.base_index = i; in simd_clone_adjust_argument_types()
659 adj.base_index = i; in simd_clone_adjust_argument_types()
724 ptype = args[adj->base_index]; in simd_clone_adjust_argument_types()
H A Dipa-fnsummary.c1955 int base_index; in will_be_nonconstant_predicate() local
1977 if (!decompose_param_expr (fbi, stmt, op, &base_index, &param_type, in will_be_nonconstant_predicate()
1982 base_index = -1; in will_be_nonconstant_predicate()
2004 base_index, param_type, &aggpos, in will_be_nonconstant_predicate()
2015 if (index != base_index) in will_be_nonconstant_predicate()
H A Dlto-cgraph.c1863 bp_pack_value (&bp, adj->base_index, IPA_PARAM_MAX_INDEX_BITS); in output_node_opt_summary()
1973 adj.base_index = bp_unpack_value (&bp, IPA_PARAM_MAX_INDEX_BITS); in input_node_opt_summary()
H A Dipa-cp.c4535 || (!known_csts[old_adj->base_index]
4536 && ipa_is_param_used (info, old_adj->base_index)))
4559 adj.base_index = i;
H A Dipa-split.c1345 adj.base_index = j; in split_function()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-param-manipulation.cc75 unsigned base_index; member
216 fprintf (f, ", base_index: %u", apm->base_index); in ipa_dump_adjusted_parameters()
224 fprintf (f, ", base_index: %u", apm->base_index); in ipa_dump_adjusted_parameters()
256 = use_prev_indices ? apm->prev_clone_index : apm->base_index; in fill_vector_of_new_param_types()
396 && max_index < apm->base_index) in get_max_base_index()
397 max_index = apm->base_index; in get_max_base_index()
423 (*surviving_params)[apm->base_index] = true; in get_surviving_params()
448 (*new_indices)[apm->base_index] = i; in get_updated_indices()
466 if (apm->base_index != index) in get_updated_index_or_split()
494 return adj->base_index; in get_original_index()
[all …]
H A Dipa-param-manipulation.h177 unsigned base_index : IPA_PARAM_MAX_INDEX_BITS; member
H A Dipa-sra.cc3615 push_param_adjustments_for_index (isra_func_summary *ifs, unsigned base_index, in push_param_adjustments_for_index() argument
3620 isra_param_desc *desc = &(*ifs->m_parameters)[base_index]; in push_param_adjustments_for_index()
3624 fprintf (dump_file, " Will remove parameter %u\n", base_index); in push_param_adjustments_for_index()
3641 adj.base_index = base_index; in push_param_adjustments_for_index()
3649 fprintf (dump_file, " Will split parameter %u\n", base_index); in push_param_adjustments_for_index()
3665 adj.base_index = base_index; in push_param_adjustments_for_index()
3746 push_param_adjustments_for_index (ifs, old_adj->base_index, i, in process_isra_node_results()
H A Domp-simd-clone.cc593 adj.base_index = i; in simd_clone_adjust_argument_types()
642 adj.base_index = i; in simd_clone_adjust_argument_types()
666 adj.base_index = i; in simd_clone_adjust_argument_types()
733 ptype = args[adj->base_index]; in simd_clone_adjust_argument_types()
H A Dipa-fnsummary.cc2067 int base_index; in will_be_nonconstant_predicate() local
2089 if (!decompose_param_expr (fbi, stmt, op, &base_index, &param_type, in will_be_nonconstant_predicate()
2094 base_index = -1; in will_be_nonconstant_predicate()
2116 base_index, param_type, &aggpos, in will_be_nonconstant_predicate()
2127 if (index != base_index) in will_be_nonconstant_predicate()
H A Dlto-cgraph.cc1870 bp_pack_value (&bp, adj->base_index, IPA_PARAM_MAX_INDEX_BITS); in output_node_opt_summary()
1983 adj.base_index = bp_unpack_value (&bp, IPA_PARAM_MAX_INDEX_BITS); in input_node_opt_summary()
H A Dipa-split.cc1364 adj.base_index = j; in split_function()
H A Dipa-cp.cc5105 || (!known_csts[old_adj->base_index] in create_specialized_node()
5106 && ipa_is_param_used (info, old_adj->base_index))) in create_specialized_node()
5129 adj.base_index = i; in create_specialized_node()
H A DChangeLog-202121864 parameter, set base_index of the created ipa_param_body_replacement.
H A DChangeLog-201216404 base_index members.
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git65043 * rdcoff.c (struct coff_slots): Add base_index.
69988 * stabs.c (struct stab_types): Add base_index.