Searched refs:first_set (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gcse.c | 737 int first_set; member 909 return info->first_set >= DF_INSN_LUID (insn); in oprs_unchanged_p() 1452 info->first_set = luid; in record_last_reg_set_info() 2224 rtx set, first_set; in pre_insert_copy_insn() local 2239 first_set = NULL_RTX; in pre_insert_copy_insn() 2249 if (first_set == NULL_RTX) in pre_insert_copy_insn() 2250 first_set = x; in pre_insert_copy_insn() 2259 gcc_assert (first_set); in pre_insert_copy_insn() 2261 set = first_set; in pre_insert_copy_insn()
|
H A D | tree-ssa-sccvn.c | 1719 tbaa_p (tbaa_p_), saved_operands (vNULL), first_set (-2), in vn_walk_cb_data() 1785 alias_set_type first_set; member 1804 if (first_set != -2) in finish() 1806 set = first_set; in finish() 1900 first_set = set; in push_partial_def() 2175 return finish (first_set, first_base_set, val); in push_partial_def() 3268 if (data->first_set == -2) in vn_reference_lookup_3() 3270 data->first_set = ao_ref_alias_set (&lhs_ref); in vn_reference_lookup_3() 3448 if (data->first_set == -2) in vn_reference_lookup_3() 3450 data->first_set = 0; in vn_reference_lookup_3()
|
H A D | ifcvt.c | 3078 rtx first_set = single_set (first_insn); in bb_valid_for_noce_process_p() local 3080 if (!first_set) in bb_valid_for_noce_process_p() 3088 *simple_p = noce_operand_ok (SET_DEST (first_set)); in bb_valid_for_noce_process_p() 3089 *cost += pattern_cost (first_set, speed_p); in bb_valid_for_noce_process_p()
|
H A D | rtlanal.c | 4082 rtx_insn *before, *first_set; in find_first_parameter_load() local 4105 first_set = call_insn; in find_first_parameter_load() 4136 first_set = before; in find_first_parameter_load() 4141 return first_set; in find_first_parameter_load()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gcse.cc | 737 int first_set; member 909 return info->first_set >= DF_INSN_LUID (insn); in oprs_unchanged_p() 1451 info->first_set = luid; in record_last_reg_set_info() 2206 rtx set, first_set; in pre_insert_copy_insn() local 2221 first_set = NULL_RTX; in pre_insert_copy_insn() 2231 if (first_set == NULL_RTX) in pre_insert_copy_insn() 2232 first_set = x; in pre_insert_copy_insn() 2241 gcc_assert (first_set); in pre_insert_copy_insn() 2243 set = first_set; in pre_insert_copy_insn()
|
H A D | tree-ssa-sccvn.cc | 1808 saved_operands (vNULL), first_set (-2), first_base_set (-2), in vn_walk_cb_data() 1876 alias_set_type first_set; member 1895 if (first_set != -2) in finish() 1897 set = first_set; in finish() 1993 first_set = set; in push_partial_def() 2268 return finish (first_set, first_base_set, val); in push_partial_def() 3404 if (data->first_set == -2) in vn_reference_lookup_3() 3406 data->first_set = ao_ref_alias_set (&lhs_ref); in vn_reference_lookup_3() 3592 if (data->first_set == -2) in vn_reference_lookup_3() 3594 data->first_set = 0; in vn_reference_lookup_3()
|
H A D | ifcvt.cc | 3097 rtx first_set = single_set (first_insn); in bb_valid_for_noce_process_p() local 3099 if (!first_set) in bb_valid_for_noce_process_p() 3107 *simple_p = noce_operand_ok (SET_DEST (first_set)); in bb_valid_for_noce_process_p() 3108 *cost += pattern_cost (first_set, speed_p); in bb_valid_for_noce_process_p()
|
H A D | ChangeLog-2020 | 37382 (vn_walk_cb_data::first_set): New member. 37556 based on the first_set value and use ints instead
|
H A D | ChangeLog-2014 | 21680 both params and locals "before", "first_set" from rtx to
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
H A D | arm.c | 14094 int first_set = vfp ? 1 : 0; in clear_operation_p() local 14097 for (int i = first_set; i < count; i++) in clear_operation_p() 14130 if (i != first_set && regno != last_regno + 1) in clear_operation_p() 14137 if (i != first_set && regno <= last_regno) in clear_operation_p()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
H A D | arm.cc | 14269 int first_set = vfp ? 1 : 0; in clear_operation_p() local 14272 for (int i = first_set; i < count; i++) in clear_operation_p() 14305 if (i != first_set && regno != last_regno + 1) in clear_operation_p() 14312 if (i != first_set && regno <= last_regno) in clear_operation_p()
|