Home
last modified time | relevance | path

Searched refs:pc_set (Results 1 – 25 of 36) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Djump.cc245 pc = pc_set (jump_insn); in maybe_propagate_label_ref()
845 pc_set (const rtx_insn *insn) in pc_set() function
878 const_rtx x = pc_set (insn); in any_uncondjump_p()
898 const_rtx x = pc_set (insn); in any_condjump_p()
919 rtx x = pc_set (insn); in condjump_label()
1600 rtx x = pc_set (jump); in invert_jump_1()
H A Drtl-tests.cc221 ASSERT_TRUE (pc_set (jump_insn)); in test_uncond_jump()
H A Dcfgcleanup.cc287 set1 = pc_set (BB_END (e->src)); in thread_jump()
288 set2 = pc_set (BB_END (b)); in thread_jump()
1659 set1 = pc_set (BB_END (bb1)); in outgoing_edges_match()
1660 set2 = pc_set (BB_END (bb2)); in outgoing_edges_match()
H A Dcprop.cc901 rtx set = pc_set (jump); in cprop_jump()
1605 src = SET_SRC (pc_set (jump)); in bypass_block()
H A Difcvt.cc441 test_if = SET_SRC (pc_set (jump)); in cond_exec_get_condition()
842 rtx set = pc_set (if_info->jump); in noce_emit_store_flag()
2390 set = pc_set (if_info->jump); in noce_get_alt_condition()
3005 set = pc_set (jump); in noce_get_condition()
H A Dloop-unroll.cc805 cond = XEXP (SET_SRC (pc_set (cinsn)), 0); in compare_and_jump_seq()
H A Drtl.h4147 extern rtx pc_set (const rtx_insn *);
H A Dsched-deps.cc535 src = SET_SRC (pc_set (insn)); in sched_get_condition_with_rev_uncached()
H A Dira.cc4059 rtx x = pc_set (insn); in indirect_jump_optimize()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Djump.c245 pc = pc_set (jump_insn); in maybe_propagate_label_ref()
845 pc_set (const rtx_insn *insn) in pc_set() function
868 const_rtx x = pc_set (insn); in any_uncondjump_p()
888 const_rtx x = pc_set (insn); in any_condjump_p()
909 rtx x = pc_set (insn); in condjump_label()
1640 rtx x = pc_set (jump); in invert_jump_1()
H A Drtl-tests.c221 ASSERT_TRUE (pc_set (jump_insn)); in test_uncond_jump()
H A Dcfgcleanup.c288 set1 = pc_set (BB_END (e->src)); in thread_jump()
289 set2 = pc_set (BB_END (b)); in thread_jump()
1672 set1 = pc_set (BB_END (bb1)); in outgoing_edges_match()
1673 set2 = pc_set (BB_END (bb2)); in outgoing_edges_match()
H A Dcprop.c899 rtx set = pc_set (jump); in cprop_jump()
1607 src = SET_SRC (pc_set (jump)); in bypass_block()
H A Difcvt.c433 test_if = SET_SRC (pc_set (jump)); in cond_exec_get_condition()
832 rtx set = pc_set (if_info->jump); in noce_emit_store_flag()
2371 set = pc_set (if_info->jump); in noce_get_alt_condition()
2986 set = pc_set (jump); in noce_get_condition()
H A Dloop-unroll.c818 cond = XEXP (SET_SRC (pc_set (cinsn)), 0); in compare_and_jump_seq()
H A Drtl.h4007 extern rtx pc_set (const rtx_insn *);
H A Dsched-deps.c535 src = SET_SRC (pc_set (insn)); in sched_get_condition_with_rev_uncached()
H A Dira.c3930 rtx x = pc_set (insn); in indirect_jump_optimize()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-speculation.cc204 rtx src = SET_SRC (pc_set (insn)); in aarch64_do_track_speculation()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-speculation.cc204 rtx src = SET_SRC (pc_set (insn)); in aarch64_do_track_speculation()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sh/
H A Dsh_optimize_sett_clrt.cc282 rtx pc_set_rtx = pc_set (cbranch_insn); in sh_cbranch_ccreg_value()
H A Dsh_treg_combine.cc499 else if (rtx x = pc_set (cbranch_insn)) in cbranch_trace()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/sh/
H A Dsh_optimize_sett_clrt.cc282 rtx pc_set_rtx = pc_set (cbranch_insn); in sh_cbranch_ccreg_value()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Dx86-tune-sched.cc614 test_if = SET_SRC (pc_set (condjmp)); in ix86_macro_fusion_pair_p()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Dx86-tune-sched.c609 test_if = SET_SRC (pc_set (condjmp)); in ix86_macro_fusion_pair_p()

12