Home
last modified time | relevance | path

Searched refs:OP_OUT (Results 1 – 17 of 17) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dregrename.cc1109 if (type == OP_OUT) in scan_rtx_reg()
1143 if ((type == OP_OUT) != (action == terminate_write || action == mark_access)) in scan_rtx_reg()
1490 && verify_reg_tracked (SET_DEST (x))) ? OP_INOUT : OP_OUT); in scan_rtx()
1495 verify_reg_tracked (XEXP (x, 0)) ? OP_INOUT : OP_OUT); in scan_rtx()
1502 verify_reg_tracked (XEXP (x, 0)) ? OP_INOUT : OP_OUT)); in scan_rtx()
1519 && verify_reg_tracked (SET_DEST (x))) ? OP_INOUT : OP_OUT); in scan_rtx()
1621 if (recog_data.operand_type[opn] != OP_OUT in record_out_operands()
1630 scan_rtx (insn, loc, cl, terminate_write, OP_OUT); in record_out_operands()
1631 scan_rtx (insn, loc, cl, mark_write, OP_OUT); in record_out_operands()
1726 || (predicated && recog_data.operand_type[i] == OP_OUT)) in build_def_use()
Dlra.cc712 = (data->operand[i].constraint[0] == '=' ? OP_OUT in get_static_insn_data()
916 list, OP_OUT, false); in collect_non_operand_hard_regs()
923 list, OP_OUT, true); in collect_non_operand_hard_regs()
1044 = (insn_static_data->operand[i].constraint[0] == '=' ? OP_OUT in lra_set_insn_recog_data()
1165 operand->type = OP_OUT; in lra_set_insn_recog_data()
1253 == (insn_static_data->operand[i].constraint[0] == '=' ? OP_OUT in lra_update_insn_recog_data()
1509 add_regs_to_insn_regno_info (data, SET_DEST (x), insn, OP_OUT, 0); in add_regs_to_insn_regno_info()
1515 add_regs_to_insn_regno_info (data, XEXP (x, 0), insn, OP_OUT, in add_regs_to_insn_regno_info()
1526 if ((code != PARALLEL && code != EXPR_LIST) || type != OP_OUT) in add_regs_to_insn_regno_info()
1642 code == USE ? OP_IN : OP_OUT, 0); in lra_update_insn_regno_info()
[all …]
Dlra-constraints.cc643 if (type == OP_OUT) in get_reload_reg()
984 && curr_static_id->operand[nop].type != OP_OUT) in check_conflict_input_operands()
1694 insert_before = (type != OP_OUT in simplify_operand_subreg()
1714 insert_before = type != OP_OUT; in simplify_operand_subreg()
1799 insert_before = (type != OP_OUT in simplify_operand_subreg()
1877 insert_before = (type != OP_OUT); in simplify_operand_subreg()
2004 && (curr_static_id->operand[nop].type != OP_OUT in update_and_check_small_class_inputs()
2754 && curr_static_id->operand[nop].type != OP_OUT in process_alt_operands()
2792 || (curr_static_id->operand[nop].type != OP_OUT in process_alt_operands()
2845 || (curr_static_id->operand[nop].type == OP_OUT in process_alt_operands()
[all …]
Dlra-lives.cc889 if (reg->type == OP_OUT) in process_bb_lives()
946 if (reg->type != OP_OUT) in process_bb_lives()
955 if (reg->type != OP_OUT) in process_bb_lives()
973 if (reg->type == OP_OUT) in process_bb_lives()
993 if (reg2->type != OP_OUT && reg2->regno == reg->regno) in process_bb_lives()
Dlra-remat.cc311 else if (reg->type == OP_OUT && ! reg->subreg_p in operand_to_remat()
357 if (reg2->type == OP_OUT && reg->regno == reg2->regno) in operand_to_remat()
363 if (reg2->type == OP_OUT in operand_to_remat()
382 if (reg2->type == OP_OUT && reg->regno == reg2->regno) in operand_to_remat()
872 if (reg->type == OP_OUT && reg->regno != cand->regno) in cand_trans_fun()
Drecog.h38 OP_OUT, enumerator
Dira-lives.cc688 if (use == def || recog_data.operand_type[use] == OP_OUT) in check_and_make_def_conflict()
996 if (! in_p && recog_data.operand_type[i] != OP_OUT in process_single_reg_class_operands()
Dira-costs.cc646 bool in_p = recog_data.operand_type[i] != OP_OUT; in record_reg_classes()
882 bool in_p = recog_data.operand_type[i] != OP_OUT; in record_reg_classes()
1022 if (recog_data.operand_type[i] != OP_OUT) in record_reg_classes()
Dira-conflicts.cc425 || recog_data.operand_type[i] != OP_OUT in process_reg_shuffles()
Dira.cc2074 if (recog_data.operand_type[original] == OP_OUT) in ira_get_dup_out_num()
4582 && rtx_moveable_p (&SET_DEST (x), OP_OUT)); in rtx_moveable_p()
4585 return rtx_moveable_p (&XEXP (x, 0), OP_OUT); in rtx_moveable_p()
4594 return rtx_moveable_p (&SET_DEST (x), OP_OUT); in rtx_moveable_p()
Dregcprop.cc840 || (predicated && recog_data.operand_type[i] == OP_OUT)) in copyprop_hardreg_forward_1()
Drecog.cc2817 = (recog_data.constraints[i][0] == '=' ? OP_OUT in extract_insn()
3301 || recog_data.operand_type[opno] != OP_OUT) in constrain_operands()
Dsel-sched.cc993 if (recog_data.operand_type[i] == OP_OUT) in get_reg_class()
1013 if (recog_data.operand_type[opn] == OP_OUT || in get_reg_class()
DChangeLog-201037022 OP_OUT operands; instead detect the case where an OP_INOUT operand
37643 Use verify_reg_tracked to determine if we should use OP_OUT rather
DChangeLog-202013712 (get_reload_reg): Try to narrow the class of an existing OP_OUT
DChangeLog-201737403 for converting SUBREG reloads from OP_OUT to OP_INOUT.
DChangeLog-201542658 type OP_OUT to OP_INOUT.