/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | jump.cc | 245 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 D | rtl-tests.cc | 221 ASSERT_TRUE (pc_set (jump_insn)); in test_uncond_jump()
|
H A D | cfgcleanup.cc | 287 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 D | cprop.cc | 901 rtx set = pc_set (jump); in cprop_jump() 1605 src = SET_SRC (pc_set (jump)); in bypass_block()
|
H A D | ifcvt.cc | 441 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 D | loop-unroll.cc | 805 cond = XEXP (SET_SRC (pc_set (cinsn)), 0); in compare_and_jump_seq()
|
H A D | rtl.h | 4147 extern rtx pc_set (const rtx_insn *);
|
H A D | sched-deps.cc | 535 src = SET_SRC (pc_set (insn)); in sched_get_condition_with_rev_uncached()
|
H A D | ira.cc | 4059 rtx x = pc_set (insn); in indirect_jump_optimize()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | jump.c | 245 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 D | rtl-tests.c | 221 ASSERT_TRUE (pc_set (jump_insn)); in test_uncond_jump()
|
H A D | cfgcleanup.c | 288 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 D | cprop.c | 899 rtx set = pc_set (jump); in cprop_jump() 1607 src = SET_SRC (pc_set (jump)); in bypass_block()
|
H A D | ifcvt.c | 433 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 D | loop-unroll.c | 818 cond = XEXP (SET_SRC (pc_set (cinsn)), 0); in compare_and_jump_seq()
|
H A D | rtl.h | 4007 extern rtx pc_set (const rtx_insn *);
|
H A D | sched-deps.c | 535 src = SET_SRC (pc_set (insn)); in sched_get_condition_with_rev_uncached()
|
H A D | ira.c | 3930 rtx x = pc_set (insn); in indirect_jump_optimize()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
H A D | aarch64-speculation.cc | 204 rtx src = SET_SRC (pc_set (insn)); in aarch64_do_track_speculation()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
H A D | aarch64-speculation.cc | 204 rtx src = SET_SRC (pc_set (insn)); in aarch64_do_track_speculation()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sh/ |
H A D | sh_optimize_sett_clrt.cc | 282 rtx pc_set_rtx = pc_set (cbranch_insn); in sh_cbranch_ccreg_value()
|
H A D | sh_treg_combine.cc | 499 else if (rtx x = pc_set (cbranch_insn)) in cbranch_trace()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/sh/ |
H A D | sh_optimize_sett_clrt.cc | 282 rtx pc_set_rtx = pc_set (cbranch_insn); in sh_cbranch_ccreg_value()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
H A D | x86-tune-sched.cc | 614 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 D | x86-tune-sched.c | 609 test_if = SET_SRC (pc_set (condjmp)); in ix86_macro_fusion_pair_p()
|