Searched refs:insn_cost (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Difcvt.c1435 int old_cost, new_cost, insn_cost;
1446 insn_cost = insn_rtx_cost (PATTERN (if_info->insn_a), speed_p);
1447 old_cost = COSTS_N_INSNS (if_info->branch_cost) + insn_cost;
1634 int insn_cost;
1677 insn_cost
1680 if (insn_cost == 0 || insn_cost > COSTS_N_INSNS (if_info->branch_cost))
1684 insn_cost = 0;
1688 insn_cost
1691 if (insn_cost
1432 int old_cost, new_cost, insn_cost; local
1631 int insn_cost; local
[all...]
H A Dsched-int.h1393 extern int insn_cost (rtx_insn *);
H A Dsched-rgn.c2865 : insn_cost (insn))
2866 : insn_cost (insn)));
H A Dhaifa-sched.c244 /* Cached cost of the instruction. Use insn_cost to get cost of the
1414 insn_cost (rtx_insn *insn)
1501 cost = insn_cost (insn);
1658 /* ??? We should set INSN_PRIORITY to insn_cost when and insn has
1662 this_priority = insn_cost (insn);
1733 this_priority = insn_cost (insn);
1406 insn_cost (rtx_insn *insn) function
/haiku-buildtools/legacy/gcc/gcc/
H A Dsched.c322 static int insn_cost PROTO((rtx, rtx, rtx));
834 insn_cost (insn, link, used)
961 insn_cost of the current instruction to its priority (e.g.
962 move the insn_cost call down to the end). */
964 prev_priority = priority (x) + insn_cost (x, prev, insn) - 1;
1867 if (link == 0 || insn_cost (tmp, link, last_scheduled_insn) == 1)
1875 if (link == 0 || insn_cost (tmp2, link, last_scheduled_insn) == 1)
2043 int cost = insn_cost (prev, link, insn);
830 insn_cost (insn, link, used) function
H A Dhaifa-sched.c435 static int insn_cost PROTO ((rtx, rtx, rtx));
3108 insn_cost (insn, link, used)
3186 this_priority = insn_cost (insn, 0, 0);
3202 next_priority = insn_cost (insn, link, next) + priority (next);
4194 if (link == 0 || insn_cost (last_scheduled_insn, link, tmp) == 1)
4202 if (link == 0 || insn_cost (last_scheduled_insn, link, tmp2) == 1)
4425 int cost = insn_cost (insn, link, next);
7554 insn_cost (insn, 0, 0),
3104 insn_cost (insn, link, used) function
/haiku-buildtools/gcc/gcc/config/spu/
H A Dspu.c3098 return insn_cost (dep_insn) - 3;

Completed in 866 milliseconds