Home
last modified time | relevance | path

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

/netbsd/src/external/lgpl3/mpc/dist/tests/
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/
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()
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/dist/gcc/
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 …]
Dipa-param-manipulation.h177 unsigned base_index : IPA_PARAM_MAX_INDEX_BITS; member
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()
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()
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()
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()
Dipa-split.cc1364 adj.base_index = j; in split_function()
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()
DChangeLog-201216404 base_index members.
DChangeLog-202121864 parameter, set base_index of the created ipa_param_body_replacement.
/netbsd/src/external/gpl3/gdb/dist/sim/frv/
Dtraps.c422 SIM_CPU *current_cpu, SI base_index, SI disp_index, SI target_index, in frvbf_check_non_excepting_load() argument
439 SI address = GET_H_GR (base_index); in frvbf_check_non_excepting_load()
552 BI ne_flag = GET_NE_FLAG (NE_flags, base_index); in frvbf_check_non_excepting_load()
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git65043 * rdcoff.c (struct coff_slots): Add base_index.
69988 * stabs.c (struct stab_types): Add base_index.