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

/freebsd-10.2-release/contrib/gcc/
H A Dregclass.c964 record_operand_costs (rtx insn, struct costs *op_costs,
985 op_costs[i] = init_cost;
1020 xconstraints, insn, op_costs, reg_pref);
1025 constraints, insn, op_costs, reg_pref);
1042 struct costs op_costs[MAX_RECOG_OPERANDS];
1139 record_operand_costs (insn, op_costs, reg_pref);
1149 struct costs *p = &costs[regno], *q = &op_costs[i];
1408 rtx insn, struct costs *op_costs,
1812 struct costs *pp = &op_costs[i], *qq = &this_op_costs[i];
1858 op_costs[
960 record_operand_costs(rtx insn, struct costs *op_costs, struct reg_pref *reg_pref) argument
1037 struct costs op_costs[MAX_RECOG_OPERANDS]; local
1400 record_reg_classes(int n_alts, int n_ops, rtx *ops, enum machine_mode *modes, const char **constraints, rtx insn, struct costs *op_costs, struct reg_pref *reg_pref) argument
[all...]

Completed in 228 milliseconds