Home
last modified time | relevance | path

Searched refs:adjust_cost (Results 1 – 16 of 16) sorted by relevance

/openbsd/gnu/gcc/gcc/config/alpha/
H A Dev6.md53 ; adjust_cost still factors in user-specified memory latency, so return 1 here.
69 ; FP loads take at least 4 clocks. adjust_cost still factors
H A Dev4.md38 ; Loads from L0 completes in three cycles. adjust_cost still factors
H A Dev5.md49 ; Loads from L0 complete in two cycles. adjust_cost still factors
/openbsd/gnu/usr.bin/gcc/gcc/config/alpha/
H A Dev6.md53 ; adjust_cost still factors in user-specified memory latency, so return 1 here.
64 ; FP loads take at least 4 clocks. adjust_cost still factors
H A Dev4.md38 ; Loads from L0 completes in three cycles. adjust_cost still factors
H A Dev5.md49 ; Loads from L0 complete in two cycles. adjust_cost still factors
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dtarget.h151 int (* adjust_cost) PARAMS ((rtx insn, rtx link, rtx def_insn, int cost)); member
H A Dhaifa-sched.c772 if (targetm.sched.adjust_cost)
773 cost = (*targetm.sched.adjust_cost) (used, link, insn, cost);
/openbsd/gnu/gcc/gcc/
H A Dtarget.h223 int (* adjust_cost) (rtx insn, rtx link, rtx def_insn, int cost); member
H A Dhaifa-sched.c702 if (targetm.sched.adjust_cost) in insn_cost1()
703 cost = targetm.sched.adjust_cost (used, link, insn, cost); in insn_cost1()
/openbsd/gnu/usr.bin/gcc/gcc/config/i386/
H A Dk6.md71 ;; Load unit have two cycle latency, but we take care for it in adjust_cost
/openbsd/gnu/gcc/gcc/config/i386/
H A Dk6.md208 ;; ??? Apparently we take care of this reservation in adjust_cost.
/openbsd/gnu/gcc/gcc/config/sh/
H A Dsh4.md190 ;; adjust_cost to meaningfully bump it back up to 3 if they load the shift
/openbsd/gnu/gcc/gcc/config/bfin/
H A Dbfin.md182 ;; by the adjust_cost function.
/openbsd/gnu/usr.bin/gcc/gcc/config/sh/
H A Dsh.md10657 ;; adjust_cost to meaningfully bump it back up to 3 if they load the shift
/openbsd/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Drs6000.md839 ; adjust_cost increases the cost of dependent branches,