Home
last modified time | relevance | path

Searched refs:insn_cost (Results 1 – 12 of 12) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Difcvt.c1511 int insn_cost; in noce_try_cmove_arith() local
1554 insn_cost in noce_try_cmove_arith()
1557 if (insn_cost == 0 || insn_cost > COSTS_N_INSNS (if_info->branch_cost)) in noce_try_cmove_arith()
1561 insn_cost = 0; in noce_try_cmove_arith()
1565 insn_cost in noce_try_cmove_arith()
1568 if (insn_cost == 0 || insn_cost > COSTS_N_INSNS (if_info->branch_cost)) in noce_try_cmove_arith()
H A Dsched-int.h1278 extern int insn_cost (rtx);
H A Dsched-rgn.c2816 : insn_cost (insn)) in debug_dependencies()
2817 : insn_cost (insn))); in debug_dependencies()
H A Dhaifa-sched.c1260 insn_cost (rtx insn) in insn_cost() function
1345 cost = insn_cost (insn); in dep_cost_1()
1492 this_priority = insn_cost (insn); in priority()
1563 this_priority = insn_cost (insn); in priority()
/dragonfly/contrib/gcc-8.0/gcc/
H A Drtlanal.c5419 insn_cost (rtx_insn *insn, bool speed) in insn_cost() function
5421 if (targetm.insn_cost) in insn_cost()
5422 return targetm.insn_cost (insn, speed); in insn_cost()
5442 int this_cost = insn_cost (CONST_CAST_RTX_INSN (seq), speed); in seq_cost()
H A Dcfgrtl.c5080 record->size[after_pass] += insn_cost (insn, false); in rtl_account_profile_record()
5083 += insn_cost (insn, true) * bb->count.to_gcov_type (); in rtl_account_profile_record()
5086 += insn_cost (insn, true) * bb->count.to_frequency (cfun); in rtl_account_profile_record()
H A Ddse.c1775 cost += insn_cost (insn, speed); in find_shift_sequence()
H A Dcombine.c896 new_i3_cost = insn_cost (i3, optimize_this_for_speed_p); in combine_validate_cost()
905 new_i2_cost = insn_cost (i2, optimize_this_for_speed_p); in combine_validate_cost()
926 new_other_cost = insn_cost (undobuf.other_insn, in combine_validate_cost()
1237 INSN_COST (insn) = insn_cost (insn, optimize_this_for_speed_p); in combine_instructions()
H A Dfinal.c3649 insn_cost (debug_insn, optimize_insn_for_speed_p ())); in output_asm_name()
H A Drtl.h3498 extern int insn_cost (rtx_insn *, bool);
H A Difcvt.c166 int cost = insn_cost (insn, speed) * REG_BR_PROB_BASE; in cheap_bb_rtx_cost_p()
H A Dtarget.def3798 (insn_cost,