/netbsd-src/external/lgpl3/mpc/dist/tests/ |
H A D | tgeneric.tpl | 243 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 D | rdcoff.c | 68 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 D | stabs.c | 125 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 D | ipa-param-manipulation.c | 133 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 D | ipa-param-manipulation.h | 182 unsigned base_index : IPA_PARAM_MAX_INDEX_BITS; member
|
H A D | ipa-sra.c | 3676 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 D | omp-simd-clone.c | 588 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 D | ipa-fnsummary.c | 1955 int base_index; in will_be_nonconstant_predicate() local 1977 if (!decompose_param_expr (fbi, stmt, op, &base_index, ¶m_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 D | lto-cgraph.c | 1863 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 D | ipa-cp.c | 4535 || (!known_csts[old_adj->base_index] 4536 && ipa_is_param_used (info, old_adj->base_index))) 4559 adj.base_index = i;
|
H A D | ipa-split.c | 1345 adj.base_index = j; in split_function()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ipa-param-manipulation.cc | 75 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 D | ipa-param-manipulation.h | 177 unsigned base_index : IPA_PARAM_MAX_INDEX_BITS; member
|
H A D | ipa-sra.cc | 3615 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 D | omp-simd-clone.cc | 593 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 D | ipa-fnsummary.cc | 2067 int base_index; in will_be_nonconstant_predicate() local 2089 if (!decompose_param_expr (fbi, stmt, op, &base_index, ¶m_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 D | lto-cgraph.cc | 1870 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 D | ipa-split.cc | 1364 adj.base_index = j; in split_function()
|
H A D | ipa-cp.cc | 5105 || (!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 D | ChangeLog-2021 | 21864 parameter, set base_index of the created ipa_param_body_replacement.
|
H A D | ChangeLog-2012 | 16404 base_index members.
|
/netbsd-src/external/gpl3/binutils/dist/ |
H A D | ChangeLog.git | 65043 * rdcoff.c (struct coff_slots): Add base_index. 69988 * stabs.c (struct stab_types): Add base_index.
|