/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-scalar-evolution.c | 591 add_to_evolution_1 (unsigned loop_nb, tree chrec_before, tree to_add, in add_to_evolution_1() argument 624 to_add = chrec_convert (type, to_add, at_stmt); in add_to_evolution_1() 626 right = chrec_fold_plus (chrec_type (right), right, to_add); in add_to_evolution_1() 635 to_add, at_stmt); in add_to_evolution_1() 648 right = chrec_convert_rhs (chrec_type (left), to_add, at_stmt); in add_to_evolution_1() 789 tree to_add, gimple *at_stmt) in add_to_evolution() argument 791 tree type = chrec_type (to_add); in add_to_evolution() 794 if (to_add == NULL_TREE) in add_to_evolution() 799 if (TREE_CODE (to_add) == POLYNOMIAL_CHREC) in add_to_evolution() 810 print_generic_expr (dump_file, to_add); in add_to_evolution() [all …]
|
H A D | tree-affine.c | 715 aff_tree to_add, current, curre; in aff_combination_expand() local 721 aff_combination_zero (&to_add, comb->type); in aff_combination_expand() 824 aff_combination_add (&to_add, ¤t); in aff_combination_expand() 825 aff_combination_add (&to_add, &curre); in aff_combination_expand() 827 aff_combination_add (comb, &to_add); in aff_combination_expand()
|
H A D | expmed.c | 6266 int to_add = 0; in canonicalize_comparison() local 6273 to_add = 1; in canonicalize_comparison() 6275 to_add = -1; in canonicalize_comparison() 6285 if (to_add == 1) in canonicalize_comparison()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-scalar-evolution.cc | 591 add_to_evolution_1 (unsigned loop_nb, tree chrec_before, tree to_add, in add_to_evolution_1() argument 624 to_add = chrec_convert (type, to_add, at_stmt); in add_to_evolution_1() 626 right = chrec_fold_plus (chrec_type (right), right, to_add); in add_to_evolution_1() 635 to_add, at_stmt); in add_to_evolution_1() 648 right = chrec_convert_rhs (chrec_type (left), to_add, at_stmt); in add_to_evolution_1() 789 tree to_add, gimple *at_stmt) in add_to_evolution() argument 791 tree type = chrec_type (to_add); in add_to_evolution() 794 if (to_add == NULL_TREE) in add_to_evolution() 799 if (TREE_CODE (to_add) == POLYNOMIAL_CHREC) in add_to_evolution() 810 print_generic_expr (dump_file, to_add); in add_to_evolution() [all …]
|
H A D | tree-affine.cc | 724 aff_tree to_add, current, curre; in aff_combination_expand() local 730 aff_combination_zero (&to_add, comb->type); in aff_combination_expand() 833 aff_combination_add (&to_add, ¤t); in aff_combination_expand() 834 aff_combination_add (&to_add, &curre); in aff_combination_expand() 836 aff_combination_add (comb, &to_add); in aff_combination_expand()
|
H A D | expmed.cc | 6299 int to_add = 0; in canonicalize_comparison() local 6306 to_add = 1; in canonicalize_comparison() 6308 to_add = -1; in canonicalize_comparison() 6318 if (to_add == 1) in canonicalize_comparison()
|
H A D | ChangeLog-2018 | 11732 if to_add is negative.
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/ |
H A D | darwin-crt3.c | 323 const struct one_atexit_routine * to_add) in add_routine() argument 334 s->r = *to_add; in add_routine()
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/ |
H A D | darwin-crt3.c | 323 const struct one_atexit_routine * to_add) in add_routine() argument 334 s->r = *to_add; in add_routine()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/tilegx/ |
H A D | tilegx.c | 3805 rtx to_add; in emit_sp_adjust() local 3813 to_add = imm_rtx; in emit_sp_adjust() 3819 to_add = tmp; in emit_sp_adjust() 3824 pat = gen_sp_adjust_32bit (stack_pointer_rtx, stack_pointer_rtx, to_add); in emit_sp_adjust() 3826 pat = gen_sp_adjust (stack_pointer_rtx, stack_pointer_rtx, to_add); in emit_sp_adjust()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/tilegx/ |
H A D | tilegx.cc | 3806 rtx to_add; in emit_sp_adjust() local 3814 to_add = imm_rtx; in emit_sp_adjust() 3820 to_add = tmp; in emit_sp_adjust() 3825 pat = gen_sp_adjust_32bit (stack_pointer_rtx, stack_pointer_rtx, to_add); in emit_sp_adjust() 3827 pat = gen_sp_adjust (stack_pointer_rtx, stack_pointer_rtx, to_add); in emit_sp_adjust()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/c6x/ |
H A D | c6x.c | 2696 rtx to_add = GEN_INT (offset); in emit_add_sp_const() local 2697 rtx orig_to_add = to_add; in emit_add_sp_const() 2711 insn = emit_insn (gen_movsi_lo_sum (reg, reg, to_add)); in emit_add_sp_const() 2714 to_add = reg; in emit_add_sp_const() 2717 to_add)); in emit_add_sp_const() 2720 if (REG_P (to_add)) in emit_add_sp_const()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/c6x/ |
H A D | c6x.cc | 2698 rtx to_add = GEN_INT (offset); in emit_add_sp_const() local 2699 rtx orig_to_add = to_add; in emit_add_sp_const() 2713 insn = emit_insn (gen_movsi_lo_sum (reg, reg, to_add)); in emit_add_sp_const() 2716 to_add = reg; in emit_add_sp_const() 2719 to_add)); in emit_add_sp_const() 2722 if (REG_P (to_add)) in emit_add_sp_const()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/tilepro/ |
H A D | tilepro.cc | 3347 rtx to_add; in emit_sp_adjust() local 3354 to_add = imm_rtx; in emit_sp_adjust() 3360 to_add = tmp; in emit_sp_adjust() 3365 to_add)); in emit_sp_adjust()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/tilepro/ |
H A D | tilepro.c | 3347 rtx to_add; in emit_sp_adjust() local 3354 to_add = imm_rtx; in emit_sp_adjust() 3360 to_add = tmp; in emit_sp_adjust() 3365 to_add)); in emit_sp_adjust()
|
/netbsd-src/sys/uvm/ |
H A D | uvm_map.c | 1579 * to_add: for BSS we overallocate a little since we in uvm_map_enter() 1583 vaddr_t to_add = (flags & UVM_FLAG_AMAPPAD) ? in uvm_map_enter() 1585 struct vm_amap *amap = amap_alloc(size, to_add, in uvm_map_enter() 1571 vaddr_t to_add = (flags & UVM_FLAG_AMAPPAD) ? uvm_map_enter() local
|