Searched refs:to_add (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/
H A Ddarwin-crt3.c323 const struct one_atexit_routine * to_add)
334 s->r = *to_add;
322 add_routine(struct keymgr_atexit_list * g, const struct one_atexit_routine * to_add) argument
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/
H A Ddarwin-crt3.c323 const struct one_atexit_routine * to_add)
334 s->r = *to_add;
322 add_routine(struct keymgr_atexit_list * g, const struct one_atexit_routine * to_add) argument
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-scalar-evolution.c592 add_to_evolution_1 (unsigned loop_nb, tree chrec_before, tree to_add,
625 to_add = chrec_convert (type, to_add, at_stmt);
627 right = chrec_fold_plus (chrec_type (right), right, to_add);
636 to_add, at_stmt);
649 right = chrec_convert_rhs (chrec_type (left), to_add, at_stmt);
790 tree to_add, gimple *at_stmt)
792 tree type = chrec_type (to_add);
795 if (to_add == NULL_TREE)
800 if (TREE_CODE (to_add)
591 add_to_evolution_1(unsigned loop_nb, tree chrec_before, tree to_add, gimple *at_stmt) argument
788 add_to_evolution(unsigned loop_nb, tree chrec_before, enum tree_code code, tree to_add, gimple *at_stmt) argument
[all...]
H A Dtree-affine.c715 aff_tree to_add, current, curre; local
721 aff_combination_zero (&to_add, comb->type);
824 aff_combination_add (&to_add, &current);
825 aff_combination_add (&to_add, &curre);
827 aff_combination_add (comb, &to_add);
H A Dexpmed.c6281 int to_add = 0;
6288 to_add = 1;
6290 to_add = -1;
6300 if (to_add == 1)
6266 int to_add = 0; local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-scalar-evolution.cc592 add_to_evolution_1 (unsigned loop_nb, tree chrec_before, tree to_add,
625 to_add = chrec_convert (type, to_add, at_stmt);
627 right = chrec_fold_plus (chrec_type (right), right, to_add);
636 to_add, at_stmt);
649 right = chrec_convert_rhs (chrec_type (left), to_add, at_stmt);
790 tree to_add, gimple *at_stmt)
792 tree type = chrec_type (to_add);
795 if (to_add == NULL_TREE)
800 if (TREE_CODE (to_add)
591 add_to_evolution_1(unsigned loop_nb, tree chrec_before, tree to_add, gimple *at_stmt) argument
788 add_to_evolution(unsigned loop_nb, tree chrec_before, enum tree_code code, tree to_add, gimple *at_stmt) argument
[all...]
H A Dtree-affine.cc724 aff_tree to_add, current, curre; local
730 aff_combination_zero (&to_add, comb->type);
833 aff_combination_add (&to_add, &current);
834 aff_combination_add (&to_add, &curre);
836 aff_combination_add (comb, &to_add);
H A Dexpmed.cc6314 int to_add = 0;
6321 to_add = 1;
6323 to_add = -1;
6333 if (to_add == 1)
6299 int to_add = 0; local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/tilegx/
H A Dtilegx.c3813 rtx to_add;
3821 to_add = imm_rtx;
3827 to_add = tmp;
3832 pat = gen_sp_adjust_32bit (stack_pointer_rtx, stack_pointer_rtx, to_add);
3834 pat = gen_sp_adjust (stack_pointer_rtx, stack_pointer_rtx, to_add);
3805 rtx to_add; local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/tilegx/
H A Dtilegx.cc3814 rtx to_add;
3822 to_add = imm_rtx;
3828 to_add = tmp;
3833 pat = gen_sp_adjust_32bit (stack_pointer_rtx, stack_pointer_rtx, to_add);
3835 pat = gen_sp_adjust (stack_pointer_rtx, stack_pointer_rtx, to_add);
3806 rtx to_add; local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/c6x/
H A Dc6x.c2711 rtx to_add = GEN_INT (offset);
2712 rtx orig_to_add = to_add;
2726 insn = emit_insn (gen_movsi_lo_sum (reg, reg, to_add));
2729 to_add = reg;
2732 to_add));
2735 if (REG_P (to_add))
2696 rtx to_add = GEN_INT (offset); local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/c6x/
H A Dc6x.cc2713 rtx to_add = GEN_INT (offset);
2714 rtx orig_to_add = to_add;
2728 insn = emit_insn (gen_movsi_lo_sum (reg, reg, to_add));
2731 to_add = reg;
2734 to_add));
2737 if (REG_P (to_add))
2698 rtx to_add = GEN_INT (offset); local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/tilepro/
H A Dtilepro.c3355 rtx to_add;
3362 to_add = imm_rtx;
3368 to_add = tmp;
3373 to_add));
3347 rtx to_add; local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/tilepro/
H A Dtilepro.cc3355 rtx to_add;
3362 to_add = imm_rtx;
3368 to_add = tmp;
3373 to_add));
3347 rtx to_add; local
/netbsd-current/sys/uvm/
H A Duvm_map.c1567 * to_add: for BSS we overallocate a little since we
1571 vaddr_t to_add = (flags & UVM_FLAG_AMAPPAD) ? local
1573 struct vm_amap *amap = amap_alloc(size, to_add,

Completed in 419 milliseconds