Searched refs:base_cost (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/pdp11/ |
| D | pdp11.md | 153 (define_attr "base_cost" "" (const_int 2)) 225 (set_attr "base_cost" "4") 281 (set_attr "base_cost" "0")]) 319 (set_attr "base_cost" "0")]) 871 (set_attr "base_cost" "6")]) 996 (set_attr "base_cost" "12")]) 1016 (set_attr "base_cost" "12")]) 1057 (set_attr "base_cost" "12")]) 1080 (set_attr "base_cost" "12")]) 1108 (set_attr "base_cost" "6")]) [all …]
|
| D | pdp11.cc | 1163 int base_cost; in pdp11_insn_cost() local 1179 base_cost = get_attr_base_cost (insn); in pdp11_insn_cost() 1180 if (base_cost <= 0) in pdp11_insn_cost() 1181 base_cost = get_attr_length (insn); in pdp11_insn_cost() 1213 base_cost += pdp11_addr_cost (dest, mode, ADDR_SPACE_GENERIC, speed); in pdp11_insn_cost() 1226 base_cost += pdp11_addr_cost (src, mode, ADDR_SPACE_GENERIC, speed); in pdp11_insn_cost() 1227 return base_cost; in pdp11_insn_cost() 1236 base_cost += pdp11_addr_cost (src2, mode, ADDR_SPACE_GENERIC, speed); in pdp11_insn_cost() 1243 base_cost += pdp11_addr_cost (src2, mode, ADDR_SPACE_GENERIC, speed); in pdp11_insn_cost() 1246 return base_cost; in pdp11_insn_cost()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | ira-color.cc | 3144 int j, k, n, hregno, conflict_hregno, base_cost, class_size, word, nwords; in improve_allocation() local 3177 base_cost = ALLOCNO_UPDATED_MEMORY_COST (a); in improve_allocation() 3184 base_cost = (allocno_costs[ira_class_hard_reg_index[aclass][hregno]] in improve_allocation() 3204 costs[hregno] -= base_cost; in improve_allocation()
|
| D | ChangeLog-2018 | 17033 * config/pdp11/pdp11.md: General change to add base_cost and/or
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/ |
| D | arm.cc | 17942 int base_cost = 50; in arm_barrier_cost() local 17946 base_cost -= 20; in arm_barrier_cost() 17957 return base_cost; in arm_barrier_cost() 17960 return base_cost - 10; in arm_barrier_cost() 17963 return base_cost + 10; in arm_barrier_cost()
|