| /netbsd-src/usr.bin/col/ |
| H A D | col.c | 113 static CSET last_set; /* char_set of last char printed */ variable 182 cur_set = last_set = CS_NORMAL; in main() 356 if (last_set != CS_NORMAL) in main() 518 if (c->c_set != last_set) { in flush_line() 526 last_set = c->c_set; in flush_line()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | recog.c | 2890 rtx insn_set, last_set, note; in split_insn() local 2902 last_set = single_set (last); in split_insn() 2903 if (last_set && rtx_equal_p (SET_DEST (last_set), SET_DEST (insn_set))) in split_insn()
|
| H A D | gcse.c | 738 int last_set; member 907 return info->last_set < DF_INSN_LUID (insn); in oprs_unchanged_p() 1448 info->last_set = luid; in record_last_reg_set_info()
|
| H A D | ifcvt.c | 3062 rtx last_set = NULL_RTX; in bb_valid_for_noce_process_p() local 3074 last_set = single_set (last_insn); in bb_valid_for_noce_process_p() 3076 rtx x = SET_DEST (last_set); in bb_valid_for_noce_process_p() 3105 int potential_cost = pattern_cost (last_set, speed_p); in bb_valid_for_noce_process_p()
|
| H A D | combine.c | 151 rtx_insn *last_set; member 10311 && DF_INSN_LUID (rsp->last_set) < subst_low_luid) in reg_nonzero_bits_for_combine() 10371 && DF_INSN_LUID (rsp->last_set) < subst_low_luid) in reg_num_sign_bit_copies_for_combine() 13336 rsp->last_set = insn; in record_value_for_reg() 13504 rsp->last_set = insn; in record_dead_and_set_regs() 13561 if (rsp->last_set == insn) in record_promoted_value() 13842 && DF_INSN_LUID (rsp->last_set) >= subst_low_luid) in get_last_value() 13852 if (get_last_value_validate (&value, rsp->last_set, rsp->last_set_label, 0)) in get_last_value() 13859 if (get_last_value_validate (&value, rsp->last_set, rsp->last_set_label, 1)) in get_last_value() 14692 if (rsp->last_set == tem_insn) in distribute_notes()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | gcse.cc | 738 int last_set; member 907 return info->last_set < DF_INSN_LUID (insn); in oprs_unchanged_p() 1447 info->last_set = luid; in record_last_reg_set_info()
|
| H A D | ifcvt.cc | 3081 rtx last_set = NULL_RTX; in bb_valid_for_noce_process_p() local 3093 last_set = single_set (last_insn); in bb_valid_for_noce_process_p() 3095 rtx x = SET_DEST (last_set); in bb_valid_for_noce_process_p() 3124 int potential_cost = pattern_cost (last_set, speed_p); in bb_valid_for_noce_process_p()
|
| H A D | combine.cc | 137 rtx_insn *last_set; member 10184 && DF_INSN_LUID (rsp->last_set) < subst_low_luid) in reg_nonzero_bits_for_combine() 10244 && DF_INSN_LUID (rsp->last_set) < subst_low_luid) in reg_num_sign_bit_copies_for_combine() 13230 rsp->last_set = insn; in record_value_for_reg() 13398 rsp->last_set = insn; in record_dead_and_set_regs() 13455 if (rsp->last_set == insn) in record_promoted_value() 13736 && DF_INSN_LUID (rsp->last_set) >= subst_low_luid) in get_last_value() 13746 if (get_last_value_validate (&value, rsp->last_set, rsp->last_set_label, 0)) in get_last_value() 13753 if (get_last_value_validate (&value, rsp->last_set, rsp->last_set_label, 1)) in get_last_value() 14590 if (rsp->last_set == tem_insn) in distribute_notes()
|
| H A D | ChangeLog-2014 | 24793 last_set array. 27062 (struct reg_stat_struct): Likewise for fields "last_death", "last_set".
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/sh/ |
| H A D | sh.cc | 11619 rtx last_set = NULL; in sh_find_base_reg_disp() local 11626 if (last_set == NULL || rtx_equal_p (last_set, set)) in sh_find_base_reg_disp() 11629 last_set = set; in sh_find_base_reg_disp() 11634 last_set = NULL; in sh_find_base_reg_disp() 11639 if (last_set != NULL && last_i != NULL) in sh_find_base_reg_disp() 11640 return sh_find_base_reg_disp (last_i, XEXP (last_set, 1), disp, in sh_find_base_reg_disp() 11641 XEXP (last_set, 0)); in sh_find_base_reg_disp()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sh/ |
| H A D | sh.c | 11613 rtx last_set = NULL; variable 11620 if (last_set == NULL || rtx_equal_p (last_set, set)) 11623 last_set = set; 11628 last_set = NULL; 11633 if (last_set != NULL && last_i != NULL) 11634 return sh_find_base_reg_disp (last_i, XEXP (last_set, 1), disp, 11635 XEXP (last_set, 0));
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/ |
| H A D | mips.cc | 18369 } last_set[FIRST_PSEUDO_REGISTER]; member 18384 memset (&state->last_set, 0, sizeof (state->last_set)); in mips_sim_reset() 18430 if (state->last_set[regno].insn != 0) in mips_sim_wait_reg() 18434 t = (state->last_set[regno].time in mips_sim_wait_reg() 18435 + insn_latency (state->last_set[regno].insn, insn)); in mips_sim_wait_reg() 18503 state->last_set[regno].insn = mips_sim_insn; in mips_sim_record_set() 18504 state->last_set[regno].time = state->time; in mips_sim_record_set() 20990 rtx base, mem, set, last_set, last_reg; in umips_output_save_restore() local 21003 last_set = XVECEXP (pattern, 0, n - 1); in umips_output_save_restore() 21004 last_reg = save_p ? SET_SRC (last_set) : SET_DEST (last_set); in umips_output_save_restore()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/ |
| H A D | mips.c | 18195 } last_set[FIRST_PSEUDO_REGISTER]; member 18210 memset (&state->last_set, 0, sizeof (state->last_set)); in mips_sim_reset() 18256 if (state->last_set[regno].insn != 0) in mips_sim_wait_reg() 18260 t = (state->last_set[regno].time in mips_sim_wait_reg() 18261 + insn_latency (state->last_set[regno].insn, insn)); in mips_sim_wait_reg() 18329 state->last_set[regno].insn = mips_sim_insn; in mips_sim_record_set() 18330 state->last_set[regno].time = state->time; in mips_sim_record_set() 20806 rtx base, mem, set, last_set, last_reg; in umips_output_save_restore() local 20819 last_set = XVECEXP (pattern, 0, n - 1); in umips_output_save_restore() 20820 last_reg = save_p ? SET_SRC (last_set) : SET_DEST (last_set); in umips_output_save_restore()
|