Searched refs:adjust_cost (Results 1 – 16 of 16) sorted by relevance
/openbsd/gnu/gcc/gcc/config/alpha/ |
H A D | ev6.md | 53 ; 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 D | ev4.md | 38 ; Loads from L0 completes in three cycles. adjust_cost still factors
|
H A D | ev5.md | 49 ; Loads from L0 complete in two cycles. adjust_cost still factors
|
/openbsd/gnu/usr.bin/gcc/gcc/config/alpha/ |
H A D | ev6.md | 53 ; 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 D | ev4.md | 38 ; Loads from L0 completes in three cycles. adjust_cost still factors
|
H A D | ev5.md | 49 ; Loads from L0 complete in two cycles. adjust_cost still factors
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | target.h | 151 int (* adjust_cost) PARAMS ((rtx insn, rtx link, rtx def_insn, int cost)); member
|
H A D | haifa-sched.c | 772 if (targetm.sched.adjust_cost) 773 cost = (*targetm.sched.adjust_cost) (used, link, insn, cost);
|
/openbsd/gnu/gcc/gcc/ |
H A D | target.h | 223 int (* adjust_cost) (rtx insn, rtx link, rtx def_insn, int cost); member
|
H A D | haifa-sched.c | 702 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 D | k6.md | 71 ;; Load unit have two cycle latency, but we take care for it in adjust_cost
|
/openbsd/gnu/gcc/gcc/config/i386/ |
H A D | k6.md | 208 ;; ??? Apparently we take care of this reservation in adjust_cost.
|
/openbsd/gnu/gcc/gcc/config/sh/ |
H A D | sh4.md | 190 ;; adjust_cost to meaningfully bump it back up to 3 if they load the shift
|
/openbsd/gnu/gcc/gcc/config/bfin/ |
H A D | bfin.md | 182 ;; by the adjust_cost function.
|
/openbsd/gnu/usr.bin/gcc/gcc/config/sh/ |
H A D | sh.md | 10657 ;; 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 D | rs6000.md | 839 ; adjust_cost increases the cost of dependent branches,
|