/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | regrename.cc | 1109 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 D | lra.cc | 712 = (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 D | lra-constraints.cc | 643 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 D | lra-remat.cc | 311 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 D | lra-lives.cc | 889 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 D | recog.h | 38 OP_OUT, enumerator
|
H A D | ira-lives.cc | 688 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 D | ira-costs.cc | 646 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 D | ira-conflicts.cc | 425 || recog_data.operand_type[i] != OP_OUT in process_reg_shuffles()
|
H A D | ira.cc | 2074 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 D | regcprop.cc | 840 || (predicated && recog_data.operand_type[i] == OP_OUT)) in copyprop_hardreg_forward_1()
|
H A D | sel-sched.cc | 993 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 D | regrename.c | 1089 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 D | lra.c | 706 = (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 D | lra-constraints.c | 594 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 D | lra-lives.c | 871 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 D | lra-remat.c | 311 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 D | recog.h | 38 OP_OUT, enumerator
|
H A D | ira-costs.c | 614 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 D | ira-lives.c | 688 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 D | ira-conflicts.c | 371 || recog_data.operand_type[i] != OP_OUT in process_reg_shuffles()
|
H A D | ira.c | 1977 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 D | recog.c | 2319 = (recog_data.constraints[i][0] == '=' ? OP_OUT in extract_insn() 2800 || recog_data.operand_type[opno] != OP_OUT) in constrain_operands()
|
H A D | regcprop.c | 837 || (predicated && recog_data.operand_type[i] == OP_OUT)) in copyprop_hardreg_forward_1()
|
H A D | sel-sched.c | 993 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()
|