Home
last modified time | relevance | path

Searched refs:op_costs (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/gcc/
Dregclass.c960 record_operand_costs (rtx insn, struct costs *op_costs, in record_operand_costs() argument
981 op_costs[i] = init_cost; in record_operand_costs()
1016 xconstraints, insn, op_costs, reg_pref); in record_operand_costs()
1021 constraints, insn, op_costs, reg_pref); in record_operand_costs()
1037 struct costs op_costs[MAX_RECOG_OPERANDS]; in scan_one_insn() local
1134 record_operand_costs (insn, op_costs, reg_pref); in scan_one_insn()
1144 struct costs *p = &costs[regno], *q = &op_costs[i]; in scan_one_insn()
1402 rtx insn, struct costs *op_costs, in record_reg_classes() argument
1806 struct costs *pp = &op_costs[i], *qq = &this_op_costs[i]; in record_reg_classes()
1852 op_costs[i].cost[(unsigned char) pref] = -1; in record_reg_classes()
[all …]
DChangeLog-200032070 * regclass.c (op_costs): Remove global variable.
32071 (record_reg_classes): New parameter "op_costs" and "reg_pref".