Home
last modified time | relevance | path

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

/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dcombine.c576 int old_other_cost, new_other_cost; in combine_validate_cost() local
580 new_other_cost = insn_rtx_cost (PATTERN (undobuf.other_insn)); in combine_validate_cost()
581 if (old_other_cost > 0 && new_other_cost > 0) in combine_validate_cost()
584 new_cost += new_other_cost; in combine_validate_cost()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dcombine.c909 int old_other_cost, new_other_cost; in combine_validate_cost() local
912 new_other_cost = insn_rtx_cost (newotherpat, optimize_this_for_speed_p); in combine_validate_cost()
913 if (old_other_cost > 0 && new_other_cost > 0) in combine_validate_cost()
916 new_cost += new_other_cost; in combine_validate_cost()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dcombine.c883 int old_other_cost, new_other_cost; in combine_validate_cost() local
886 new_other_cost = insn_rtx_cost (newotherpat, optimize_this_for_speed_p); in combine_validate_cost()
887 if (old_other_cost > 0 && new_other_cost > 0) in combine_validate_cost()
890 new_cost += new_other_cost; in combine_validate_cost()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dcombine.c883 int old_other_cost, new_other_cost; in combine_validate_cost() local
886 new_other_cost = insn_rtx_cost (newotherpat, optimize_this_for_speed_p); in combine_validate_cost()
887 if (old_other_cost > 0 && new_other_cost > 0) in combine_validate_cost()
890 new_cost += new_other_cost; in combine_validate_cost()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dcombine.c885 int old_other_cost, new_other_cost; in combine_validate_cost() local
888 new_other_cost = insn_rtx_cost (newotherpat, optimize_this_for_speed_p); in combine_validate_cost()
889 if (old_other_cost > 0 && new_other_cost > 0) in combine_validate_cost()
892 new_cost += new_other_cost; in combine_validate_cost()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dcombine.c909 int old_other_cost, new_other_cost; in combine_validate_cost() local
912 new_other_cost = insn_rtx_cost (newotherpat, optimize_this_for_speed_p); in combine_validate_cost()
913 if (old_other_cost > 0 && new_other_cost > 0) in combine_validate_cost()
916 new_cost += new_other_cost; in combine_validate_cost()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dcombine.c919 int old_other_cost, new_other_cost; in combine_validate_cost() local
926 new_other_cost = insn_cost (undobuf.other_insn, in combine_validate_cost()
930 if (old_other_cost > 0 && new_other_cost > 0) in combine_validate_cost()
933 new_cost += new_other_cost; in combine_validate_cost()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dcombine.c921 int old_other_cost, new_other_cost; in combine_validate_cost() local
928 new_other_cost = insn_cost (undobuf.other_insn, in combine_validate_cost()
932 if (old_other_cost > 0 && new_other_cost > 0) in combine_validate_cost()
935 new_cost += new_other_cost; in combine_validate_cost()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dcombine.c920 int old_other_cost, new_other_cost; in combine_validate_cost() local
927 new_other_cost = insn_cost (undobuf.other_insn, in combine_validate_cost()
931 if (old_other_cost > 0 && new_other_cost > 0) in combine_validate_cost()
934 new_cost += new_other_cost; in combine_validate_cost()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dcombine.c919 int old_other_cost, new_other_cost; in combine_validate_cost() local
926 new_other_cost = insn_cost (undobuf.other_insn, in combine_validate_cost()
930 if (old_other_cost > 0 && new_other_cost > 0) in combine_validate_cost()
933 new_cost += new_other_cost; in combine_validate_cost()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dcombine.c920 int old_other_cost, new_other_cost; in combine_validate_cost() local
927 new_other_cost = insn_cost (undobuf.other_insn, in combine_validate_cost()
931 if (old_other_cost > 0 && new_other_cost > 0) in combine_validate_cost()
934 new_cost += new_other_cost; in combine_validate_cost()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dcombine.c920 int old_other_cost, new_other_cost; in combine_validate_cost() local
927 new_other_cost = insn_cost (undobuf.other_insn, in combine_validate_cost()
931 if (old_other_cost > 0 && new_other_cost > 0) in combine_validate_cost()
934 new_cost += new_other_cost; in combine_validate_cost()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dcombine.c889 int old_other_cost, new_other_cost; in combine_validate_cost() local
896 new_other_cost = insn_cost (undobuf.other_insn, in combine_validate_cost()
900 if (old_other_cost > 0 && new_other_cost > 0) in combine_validate_cost()
903 new_cost += new_other_cost; in combine_validate_cost()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dcombine.c919 int old_other_cost, new_other_cost; in combine_validate_cost() local
926 new_other_cost = insn_cost (undobuf.other_insn, in combine_validate_cost()
930 if (old_other_cost > 0 && new_other_cost > 0) in combine_validate_cost()
933 new_cost += new_other_cost; in combine_validate_cost()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dcombine.c920 int old_other_cost, new_other_cost; in combine_validate_cost() local
927 new_other_cost = insn_cost (undobuf.other_insn, in combine_validate_cost()
931 if (old_other_cost > 0 && new_other_cost > 0) in combine_validate_cost()
934 new_cost += new_other_cost; in combine_validate_cost()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dcombine.c919 int old_other_cost, new_other_cost; in combine_validate_cost() local
926 new_other_cost = insn_cost (undobuf.other_insn, in combine_validate_cost()
930 if (old_other_cost > 0 && new_other_cost > 0) in combine_validate_cost()
933 new_cost += new_other_cost; in combine_validate_cost()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dcombine.c919 int old_other_cost, new_other_cost; in combine_validate_cost() local
926 new_other_cost = insn_cost (undobuf.other_insn, in combine_validate_cost()
930 if (old_other_cost > 0 && new_other_cost > 0) in combine_validate_cost()
933 new_cost += new_other_cost; in combine_validate_cost()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dcombine.c920 int old_other_cost, new_other_cost; in combine_validate_cost() local
927 new_other_cost = insn_cost (undobuf.other_insn, in combine_validate_cost()
931 if (old_other_cost > 0 && new_other_cost > 0) in combine_validate_cost()
934 new_cost += new_other_cost; in combine_validate_cost()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dcombine.c920 int old_other_cost, new_other_cost; in combine_validate_cost() local
927 new_other_cost = insn_cost (undobuf.other_insn, in combine_validate_cost()
931 if (old_other_cost > 0 && new_other_cost > 0) in combine_validate_cost()
934 new_cost += new_other_cost; in combine_validate_cost()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dcombine.c919 int old_other_cost, new_other_cost; in combine_validate_cost() local
926 new_other_cost = insn_cost (undobuf.other_insn, in combine_validate_cost()
930 if (old_other_cost > 0 && new_other_cost > 0) in combine_validate_cost()
933 new_cost += new_other_cost; in combine_validate_cost()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dcombine.c921 int old_other_cost, new_other_cost; in combine_validate_cost() local
928 new_other_cost = insn_cost (undobuf.other_insn, in combine_validate_cost()
932 if (old_other_cost > 0 && new_other_cost > 0) in combine_validate_cost()
935 new_cost += new_other_cost; in combine_validate_cost()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dcombine.c921 int old_other_cost, new_other_cost; in combine_validate_cost() local
928 new_other_cost = insn_cost (undobuf.other_insn, in combine_validate_cost()
932 if (old_other_cost > 0 && new_other_cost > 0) in combine_validate_cost()
935 new_cost += new_other_cost; in combine_validate_cost()