Searched refs:set_of (Results 1 – 15 of 15) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/rx/ |
| D | rx-protos.h | 118 result.set_rtx = set_of (reg, i);
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/sh/ |
| D | sh-protos.h | 151 result.set_rtx = set_of (reg, i);
|
| D | sh_optimize_sett_clrt.cc | 333 const_rtx set_rtx = set_of (m_ccreg, i); in find_last_ccreg_values()
|
| D | sh_treg_combine.cc | 305 result.set_rtx = set_of (reg, result.insn); in find_set_of_reg_bb() 1182 rtx common_comp = const_cast<rtx> (set_of (m_ccreg, common_comp_pat)); in try_combine_comparisons()
|
| D | sh.cc | 11623 rtx set = const_cast<rtx> (set_of (x, DF_REF_INSN (d))); in sh_find_base_reg_disp()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | ree.cc | 493 && !set_of (reg, DF_REF_INSN (ref_link->ref))) in get_defs()
|
| D | jump.cc | 419 const_rtx set = set_of (arg0, prev); in reversed_comparison_code_parts()
|
| D | ifcvt.cc | 1105 || (cc && set_of (cc, insn))) in end_ifcvt_sequence() 1960 || (cc && set_of (cc, insn))) in insn_valid_noce_process_p() 4106 if (cc && set_of (cc, insn)) in check_cond_move_block()
|
| D | rtlanal.cc | 1297 return set_of (reg, insn) != NULL_RTX; in reg_set_p() 1449 set_of (const_rtx pat, const_rtx insn) in set_of() function 5927 set = set_of (op0, prev); in canonicalize_condition()
|
| D | sched-deps.cc | 3614 if (set_of (x, insn)) in chain_to_prev_insn_p()
|
| D | rtl.h | 3634 extern const_rtx set_of (const_rtx, const_rtx);
|
| D | ChangeLog-2001 | 32717 (set_of): New global function. 32719 (reg_set_p, reg_set_last): Revamp for set_of. 32720 * rtl.h (set_of): New.
|
| D | ChangeLog-2007 | 13270 * rtl.h (set_of, note_stores): Likewise. 13271 * rtlanal.c (set_of_1, parms_set, struct set_of_data, set_of,
|
| D | ChangeLog-2019 | 15300 * rtlanal.c (set_of): Use note_pattern_stores instead of note_stores.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| D | rs6000-logue.cc | 1248 else if (set_of (reg, insn) != NULL_RTX in rs6000_ra_ever_killed()
|