Home
last modified time | relevance | path

Searched refs:set_of (Results 1 – 25 of 30) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rx/
H A Drx-protos.h118 result.set_rtx = set_of (reg, i);
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rx/
H A Drx-protos.h118 result.set_rtx = set_of (reg, i);
/netbsd-src/external/gpl3/gcc/dist/gcc/config/sh/
H A Dsh-protos.h151 result.set_rtx = set_of (reg, i);
H A Dsh_optimize_sett_clrt.cc333 const_rtx set_rtx = set_of (m_ccreg, i); in find_last_ccreg_values()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sh/
H A Dsh-protos.h151 result.set_rtx = set_of (reg, i);
H A Dsh_optimize_sett_clrt.cc333 const_rtx set_rtx = set_of (m_ccreg, i); in find_last_ccreg_values()
H A Dsh_treg_combine.cc304 result.set_rtx = set_of (reg, result.insn); in find_set_of_reg_bb()
1178 rtx common_comp = const_cast<rtx> (set_of (m_ccreg, common_comp_pat)); in try_combine_comparisons()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dree.cc493 && !set_of (reg, DF_REF_INSN (ref_link->ref))) in get_defs()
H A Djump.cc419 const_rtx set = set_of (arg0, prev); in reversed_comparison_code_parts()
H A Difcvt.cc1105 || (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()
H A Drtl.h3634 extern const_rtx set_of (const_rtx, const_rtx);
H A Dsched-deps.cc3614 if (set_of (x, insn)) in chain_to_prev_insn_p()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dree.c493 && !set_of (reg, DF_REF_INSN (ref_link->ref))) in get_defs()
H A Djump.c419 const_rtx set = set_of (arg0, prev); in reversed_comparison_code_parts()
H A Difcvt.c1095 || (cc && set_of (cc, insn))) in end_ifcvt_sequence()
1941 || (cc && set_of (cc, insn))) in insn_valid_noce_process_p()
3808 if (cc && set_of (cc, insn)) in check_cond_move_block()
H A Drtlanal.c1299 return set_of (reg, insn) != NULL_RTX; in reg_set_p()
1453 set_of (const_rtx pat, const_rtx insn) in set_of() function
5599 set = set_of (op0, prev); in canonicalize_condition()
H A Drtl.h3495 extern const_rtx set_of (const_rtx, const_rtx);
H A Dsched-deps.c3629 if (set_of (x, insn)) in chain_to_prev_insn_p()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dspu.c2512 && set_of (branch_target, insn) != NULL_RTX) in spu_machine_dependent_reorg()
3033 if (GET_CODE (target) != REG || !set_of (target, insn)) in spu_sched_adjust_cost()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/tilepro/
H A Dtilepro.cc3945 if (!REG_P (target) || !set_of (target, dep_insn)) in tilepro_sched_adjust_cost()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/tilepro/
H A Dtilepro.c3945 if (!REG_P (target) || !set_of (target, dep_insn)) in tilepro_sched_adjust_cost()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/tilegx/
H A Dtilegx.c4423 if (!REG_P (target) || !set_of (target, dep_insn)) in tilegx_sched_adjust_cost()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/tilegx/
H A Dtilegx.cc4424 if (!REG_P (target) || !set_of (target, dep_insn)) in tilegx_sched_adjust_cost()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-logue.cc1248 else if (set_of (reg, insn) != NULL_RTX in rs6000_ra_ever_killed()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000-logue.c1220 else if (set_of (reg, insn) != NULL_RTX in rs6000_ra_ever_killed()

12