Home
last modified time | relevance | path

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

12

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A 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()
H A 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 …]
H A 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 …]
H A 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()
H A 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()
H A Drecog.h38 OP_OUT, enumerator
H A 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()
H A 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()
H A Dira-conflicts.cc425 || recog_data.operand_type[i] != OP_OUT in process_reg_shuffles()
H A 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()
H A Dregcprop.cc840 || (predicated && recog_data.operand_type[i] == OP_OUT)) in copyprop_hardreg_forward_1()
H A 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()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dregrename.c1089 if (type == OP_OUT) in scan_rtx_reg()
1123 if ((type == OP_OUT) != (action == terminate_write || action == mark_access)) in scan_rtx_reg()
1471 && verify_reg_tracked (SET_DEST (x))) ? OP_INOUT : OP_OUT); in scan_rtx()
1476 verify_reg_tracked (XEXP (x, 0)) ? OP_INOUT : OP_OUT); in scan_rtx()
1483 verify_reg_tracked (XEXP (x, 0)) ? OP_INOUT : OP_OUT)); in scan_rtx()
1500 && verify_reg_tracked (SET_DEST (x))) ? OP_INOUT : OP_OUT); in scan_rtx()
1602 if (recog_data.operand_type[opn] != OP_OUT in record_out_operands()
1611 scan_rtx (insn, loc, cl, terminate_write, OP_OUT); in record_out_operands()
1612 scan_rtx (insn, loc, cl, mark_write, OP_OUT); in record_out_operands()
1707 || (predicated && recog_data.operand_type[i] == OP_OUT)) in build_def_use()
H A Dlra.c706 = (data->operand[i].constraint[0] == '=' ? OP_OUT in get_static_insn_data()
910 list, OP_OUT, false); in collect_non_operand_hard_regs()
917 list, OP_OUT, true); in collect_non_operand_hard_regs()
1038 = (insn_static_data->operand[i].constraint[0] == '=' ? OP_OUT in lra_set_insn_recog_data()
1159 operand->type = OP_OUT; in lra_set_insn_recog_data()
1247 == (insn_static_data->operand[i].constraint[0] == '=' ? OP_OUT in lra_update_insn_recog_data()
1502 add_regs_to_insn_regno_info (data, SET_DEST (x), insn, OP_OUT, 0); in add_regs_to_insn_regno_info()
1508 add_regs_to_insn_regno_info (data, XEXP (x, 0), insn, OP_OUT, in add_regs_to_insn_regno_info()
1519 if ((code != PARALLEL && code != EXPR_LIST) || type != OP_OUT) in add_regs_to_insn_regno_info()
1635 code == USE ? OP_IN : OP_OUT, 0); in lra_update_insn_regno_info()
[all …]
H A Dlra-constraints.c594 if (type == OP_OUT) in get_reload_reg()
938 && curr_static_id->operand[nop].type != OP_OUT) in check_conflict_input_operands()
1637 insert_before = (type != OP_OUT in simplify_operand_subreg()
1656 insert_before = type != OP_OUT; in simplify_operand_subreg()
1740 insert_before = (type != OP_OUT in simplify_operand_subreg()
1817 insert_before = (type != OP_OUT); in simplify_operand_subreg()
1954 && (curr_static_id->operand[nop].type != OP_OUT in update_and_check_small_class_inputs()
2688 && curr_static_id->operand[nop].type != OP_OUT in process_alt_operands()
2726 || (curr_static_id->operand[nop].type != OP_OUT in process_alt_operands()
2779 || (curr_static_id->operand[nop].type == OP_OUT in process_alt_operands()
[all …]
H A Dlra-lives.c871 if (reg->type == OP_OUT) in process_bb_lives()
928 if (reg->type != OP_OUT) in process_bb_lives()
937 if (reg->type != OP_OUT) in process_bb_lives()
955 if (reg->type == OP_OUT) in process_bb_lives()
975 if (reg2->type != OP_OUT && reg2->regno == reg->regno) in process_bb_lives()
H A Dlra-remat.c311 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()
H A Drecog.h38 OP_OUT, enumerator
H A Dira-costs.c614 bool in_p = recog_data.operand_type[i] != OP_OUT; in record_reg_classes()
848 bool in_p = recog_data.operand_type[i] != OP_OUT; in record_reg_classes()
988 if (recog_data.operand_type[i] != OP_OUT) in record_reg_classes()
H A Dira-lives.c688 if (use == def || recog_data.operand_type[use] == OP_OUT) in check_and_make_def_conflict()
987 if (! in_p && recog_data.operand_type[i] != OP_OUT in process_single_reg_class_operands()
H A Dira-conflicts.c371 || recog_data.operand_type[i] != OP_OUT in process_reg_shuffles()
H A Dira.c1977 if (recog_data.operand_type[dup] == OP_OUT) in ira_get_dup_out_num()
4456 && rtx_moveable_p (&SET_DEST (x), OP_OUT)); in rtx_moveable_p()
4459 return rtx_moveable_p (&XEXP (x, 0), OP_OUT); in rtx_moveable_p()
4468 return rtx_moveable_p (&SET_DEST (x), OP_OUT); in rtx_moveable_p()
H A Drecog.c2319 = (recog_data.constraints[i][0] == '=' ? OP_OUT in extract_insn()
2800 || recog_data.operand_type[opno] != OP_OUT) in constrain_operands()
H A Dregcprop.c837 || (predicated && recog_data.operand_type[i] == OP_OUT)) in copyprop_hardreg_forward_1()
H A Dsel-sched.c993 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()

12