| /src/external/gpl3/gcc/dist/gcc/ |
| rtl-tests.cc | 190 rtx_insn *jump_insn = emit_jump_insn (set_pc); local 191 ASSERT_EQ (set_pc, single_set (jump_insn)); 218 rtx_insn *jump_insn = emit_jump_insn (jump_pat); local 219 ASSERT_FALSE (any_condjump_p (jump_insn)); 220 ASSERT_TRUE (any_uncondjump_p (jump_insn)); 221 ASSERT_TRUE (pc_set (jump_insn)); 222 ASSERT_TRUE (simplejump_p (jump_insn)); 223 ASSERT_TRUE (onlyjump_p (jump_insn)); 224 ASSERT_TRUE (control_flow_insn_p (jump_insn)); 228 jump_insn); [all...] |
| reorg.cc | 277 case JUMP_INSN: 619 /* Delete INSN, a JUMP_INSN. */ 677 INSN is a JUMP_INSN. 791 mostly_true_jump (rtx jump_insn) 795 rtx note = find_reg_note (jump_insn, REG_BR_PROB, 0); 1455 /* Stop for an INSN or JUMP_INSN with delayed effects and its delay 1555 /* If this is an INSN or JUMP_INSN with delayed effects, it 2193 rtx_jump_insn *jump_insn; 2194 if ((jump_insn = dyn_cast <rtx_jump_insn *> (insn)) 2195 && simplejump_p (jump_insn) 2173 rtx_jump_insn *jump_insn; local 2774 rtx_jump_insn *jump_insn; local 3087 rtx_jump_insn *jump_insn = as_a <rtx_jump_insn *> (insn); local 3476 rtx_jump_insn *jump_insn; local [all...] |
| loop-doloop.cc | 450 rtx_insn *jump_insn; local 458 jump_insn = BB_END (loop_end); 472 delete_insn (jump_insn); 595 jump_insn = BB_END (loop_end); 597 JUMP_LABEL (jump_insn) = jump_label; 608 add_reg_note (jump_insn, REG_NONNEG, NULL_RTX); 612 add_reg_br_prob_note (jump_insn, desc->in_edge->probability);
|
| resource.cc | 373 case JUMP_INSN: 428 rtx_insn *jump_insn = 0; 479 of a call, so search for a JUMP_INSN in any position. */ 505 if (jump_insn == 0) 507 jump_insn = insn; 590 jump_insn = 0; 602 return jump_insn; 671 case JUMP_INSN: 995 if ((code == INSN || code == JUMP_INSN || code == CALL_INSN) 1106 rtx_insn *jump_insn = find_dead_or_set_registers (target, res, &jump_target 423 rtx_insn *jump_insn = 0; local 1099 rtx_insn *jump_insn = find_dead_or_set_registers (target, res, &jump_target, local [all...] |
| read-rtl-function.cc | 1887 /* Verify that the loader copes with a jump_insn to a label_ref. */ 1894 rtx_insn *jump_insn = get_insn_by_uid (1); local 1895 ASSERT_EQ (JUMP_INSN, GET_CODE (jump_insn)); 1903 /* Verify the jump_insn. */ 1904 ASSERT_EQ (4, BLOCK_FOR_INSN (jump_insn)->index); 1905 ASSERT_EQ (SET, GET_CODE (PATTERN (jump_insn))); 1907 ASSERT_RTX_PTR_EQ (pc_rtx, SET_DEST (PATTERN (jump_insn))); 1908 rtx label_ref = SET_SRC (PATTERN (jump_insn)); 1911 ASSERT_EQ (code_label, JUMP_LABEL (jump_insn)); 1965 rtx_insn *jump_insn = get_insn_by_uid (1); local 1979 rtx_insn *jump_insn = get_insn_by_uid (1); local [all...] |
| jump.cc | 25 stored in the LABEL_NUSES internal field, and each JUMP_INSN 244 load into a jump_insn that uses it. */ 247 maybe_propagate_label_ref (rtx_insn *jump_insn, rtx_insn *prev_nonjump_insn) 251 pc = pc_set (jump_insn); 284 mark_jump_label_1 (label_set, jump_insn, false, true); 286 gcc_assert (JUMP_LABEL (jump_insn) == XEXP (label_note, 0)); 1024 counts. If INSN is a JUMP_INSN and there is at least one 1029 a JUMP_INSN, and there is at least one CODE_LABEL referenced in
|
| bb-reorder.cc | 2246 rtx_insn *jump_insn = NULL; 2303 jump_insn = cur_insn; 2312 JUMP_LABEL (jump_insn) = label; 2318 BB_END (cur_bb) = jump_insn;
|
| rtlanal.cc | 2541 /* Ignore anything that is not an INSN, JUMP_INSN or CALL_INSN. */ 2568 /* Ignore anything that is not an INSN, JUMP_INSN or CALL_INSN. */ 3472 /* If this is a JUMP_INSN, then we also need to fix the JUMP_LABEL 4517 /* Return true if LABEL is a target of JUMP_INSN. This applies only 4523 label_is_jump_target_p (const_rtx label, const rtx_insn *jump_insn) 4525 rtx tmp = JUMP_LABEL (jump_insn); 4531 if (tablejump_p (jump_insn, NULL, &table)) 4541 if (find_reg_note (jump_insn, REG_LABEL_TARGET, label))
|
| ifcvt.cc | 5935 rtx_jump_insn *jump_insn = as_a <rtx_jump_insn *> (jump); 5937 ? ! invert_jump_1 (jump_insn, new_dest_label) 5938 : ! redirect_jump_1 (jump_insn, new_dest_label)) 5929 rtx_jump_insn *jump_insn = as_a <rtx_jump_insn *> (jump); local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| rtl-tests.cc | 190 rtx_insn *jump_insn = emit_jump_insn (set_pc); local 191 ASSERT_EQ (set_pc, single_set (jump_insn)); 218 rtx_insn *jump_insn = emit_jump_insn (jump_pat); local 219 ASSERT_FALSE (any_condjump_p (jump_insn)); 220 ASSERT_TRUE (any_uncondjump_p (jump_insn)); 221 ASSERT_TRUE (pc_set (jump_insn)); 222 ASSERT_TRUE (simplejump_p (jump_insn)); 223 ASSERT_TRUE (onlyjump_p (jump_insn)); 224 ASSERT_TRUE (control_flow_insn_p (jump_insn)); 228 jump_insn); [all...] |
| reorg.cc | 277 case JUMP_INSN: 619 /* Delete INSN, a JUMP_INSN. */ 677 INSN is a JUMP_INSN. 791 mostly_true_jump (rtx jump_insn) 795 rtx note = find_reg_note (jump_insn, REG_BR_PROB, 0); 1455 /* Stop for an INSN or JUMP_INSN with delayed effects and its delay 1555 /* If this is an INSN or JUMP_INSN with delayed effects, it 2194 rtx_jump_insn *jump_insn; 2195 if ((jump_insn = dyn_cast <rtx_jump_insn *> (insn)) 2196 && simplejump_p (jump_insn) 2174 rtx_jump_insn *jump_insn; local 2772 rtx_jump_insn *jump_insn; local 3082 rtx_jump_insn *jump_insn = as_a <rtx_jump_insn *> (insn); local 3471 rtx_jump_insn *jump_insn; local [all...] |
| loop-doloop.cc | 450 rtx_insn *jump_insn; local 458 jump_insn = BB_END (loop_end); 472 delete_insn (jump_insn); 595 jump_insn = BB_END (loop_end); 597 JUMP_LABEL (jump_insn) = jump_label; 608 add_reg_note (jump_insn, REG_NONNEG, NULL_RTX); 612 add_reg_br_prob_note (jump_insn, desc->in_edge->probability);
|
| resource.cc | 373 case JUMP_INSN: 428 rtx_insn *jump_insn = 0; 479 of a call, so search for a JUMP_INSN in any position. */ 505 if (jump_insn == 0) 507 jump_insn = insn; 590 jump_insn = 0; 602 return jump_insn; 671 case JUMP_INSN: 995 if ((code == INSN || code == JUMP_INSN || code == CALL_INSN) 1106 rtx_insn *jump_insn = find_dead_or_set_registers (target, res, &jump_target 423 rtx_insn *jump_insn = 0; local 1099 rtx_insn *jump_insn = find_dead_or_set_registers (target, res, &jump_target, local [all...] |
| read-rtl-function.cc | 1886 /* Verify that the loader copes with a jump_insn to a label_ref. */ 1893 rtx_insn *jump_insn = get_insn_by_uid (1); local 1894 ASSERT_EQ (JUMP_INSN, GET_CODE (jump_insn)); 1902 /* Verify the jump_insn. */ 1903 ASSERT_EQ (4, BLOCK_FOR_INSN (jump_insn)->index); 1904 ASSERT_EQ (SET, GET_CODE (PATTERN (jump_insn))); 1906 ASSERT_RTX_PTR_EQ (pc_rtx, SET_DEST (PATTERN (jump_insn))); 1907 rtx label_ref = SET_SRC (PATTERN (jump_insn)); 1910 ASSERT_EQ (code_label, JUMP_LABEL (jump_insn)); 1964 rtx_insn *jump_insn = get_insn_by_uid (1); local 1978 rtx_insn *jump_insn = get_insn_by_uid (1); local [all...] |
| jump.cc | 25 stored in the LABEL_NUSES internal field, and each JUMP_INSN 241 load into a jump_insn that uses it. */ 244 maybe_propagate_label_ref (rtx_insn *jump_insn, rtx_insn *prev_nonjump_insn) 248 pc = pc_set (jump_insn); 281 mark_jump_label_1 (label_set, jump_insn, false, true); 283 gcc_assert (JUMP_LABEL (jump_insn) == XEXP (label_note, 0)); 1021 counts. If INSN is a JUMP_INSN and there is at least one 1026 a JUMP_INSN, and there is at least one CODE_LABEL referenced in
|
| bb-reorder.cc | 2245 rtx_insn *jump_insn = NULL; 2302 jump_insn = cur_insn; 2311 JUMP_LABEL (jump_insn) = label; 2317 BB_END (cur_bb) = jump_insn;
|
| rtlanal.cc | 2543 /* Ignore anything that is not an INSN, JUMP_INSN or CALL_INSN. */ 2570 /* Ignore anything that is not an INSN, JUMP_INSN or CALL_INSN. */ 3499 /* If this is a JUMP_INSN, then we also need to fix the JUMP_LABEL 4544 /* Return true if LABEL is a target of JUMP_INSN. This applies only 4550 label_is_jump_target_p (const_rtx label, const rtx_insn *jump_insn) 4552 rtx tmp = JUMP_LABEL (jump_insn); 4558 if (tablejump_p (jump_insn, NULL, &table)) 4568 if (find_reg_note (jump_insn, REG_LABEL_TARGET, label))
|
| ifcvt.cc | 5739 rtx_jump_insn *jump_insn = as_a <rtx_jump_insn *> (jump); 5741 ? ! invert_jump_1 (jump_insn, new_dest_label) 5742 : ! redirect_jump_1 (jump_insn, new_dest_label)) 5733 rtx_jump_insn *jump_insn = as_a <rtx_jump_insn *> (jump); local
|
| /src/external/gpl3/gdb/dist/gdbserver/ |
| linux-x86-low.cc | 62 static unsigned char jump_insn[] = { 0xe9, 0, 0, 0, 0 }; variable 1230 loffset = (tpaddr + orig_size) - (buildaddr + sizeof (jump_insn)); 1240 memcpy (buf, jump_insn, sizeof (jump_insn)); 1242 append_insns (&buildaddr, sizeof (jump_insn), buf); 1248 loffset = *jump_entry - (tpaddr + sizeof (jump_insn)); 1259 memcpy (buf, jump_insn, sizeof (jump_insn)); 1261 memcpy (jjump_pad_insn, buf, sizeof (jump_insn)); 1262 *jjump_pad_insn_size = sizeof (jump_insn); [all...] |
| /src/external/gpl3/gdb.old/dist/gdbserver/ |
| linux-x86-low.cc | 56 static unsigned char jump_insn[] = { 0xe9, 0, 0, 0, 0 }; variable 1319 loffset = (tpaddr + orig_size) - (buildaddr + sizeof (jump_insn)); 1329 memcpy (buf, jump_insn, sizeof (jump_insn)); 1331 append_insns (&buildaddr, sizeof (jump_insn), buf); 1337 loffset = *jump_entry - (tpaddr + sizeof (jump_insn)); 1348 memcpy (buf, jump_insn, sizeof (jump_insn)); 1350 memcpy (jjump_pad_insn, buf, sizeof (jump_insn)); 1351 *jjump_pad_insn_size = sizeof (jump_insn); [all...] |
| /src/external/gpl3/gcc/dist/contrib/vim-gcc-dev/syntax/ |
| gcc-rtl.vim | 44 syn keyword rtlConditional call_insn jump_insn if_then_else
|
| /src/external/gpl3/gcc.old/dist/contrib/vim-gcc-dev/syntax/ |
| gcc-rtl.vim | 44 syn keyword rtlConditional call_insn jump_insn if_then_else
|
| /src/external/gpl3/gcc/dist/gcc/config/pa/ |
| pa.cc | 3752 /* Ignore anything that isn't an INSN or a JUMP_INSN. */ 6772 rtx_insn *jump_insn; 6777 jump_insn = next_active_insn (JUMP_LABEL_AS_INSN (insn)); 6781 if (jump_insn == insn) 6806 rtx_insn *jump_insn; 6811 jump_insn = next_active_insn (JUMP_LABEL_AS_INSN (insn)); 6815 if (!insn || jump_insn == insn) 6834 rtx_insn *jump_insn = next_active_insn (JUMP_LABEL_AS_INSN (insn)); 6846 && jump_insn == next_active_insn (insn)) 6758 rtx_insn *jump_insn; local 6792 rtx_insn *jump_insn; local 6820 rtx_insn *jump_insn = next_active_insn (JUMP_LABEL_AS_INSN (insn)); local
|
| /src/external/gpl3/gcc.old/dist/gcc/config/pa/ |
| pa.cc | 3610 /* Ignore anything that isn't an INSN or a JUMP_INSN. */ 6624 rtx_insn *jump_insn; 6629 jump_insn = next_active_insn (JUMP_LABEL_AS_INSN (insn)); 6633 if (jump_insn == insn) 6658 rtx_insn *jump_insn; 6663 jump_insn = next_active_insn (JUMP_LABEL_AS_INSN (insn)); 6667 if (!insn || jump_insn == insn) 6686 rtx_insn *jump_insn = next_active_insn (JUMP_LABEL_AS_INSN (insn)); 6698 && jump_insn == next_active_insn (insn)) 6610 rtx_insn *jump_insn; local 6644 rtx_insn *jump_insn; local 6672 rtx_insn *jump_insn = next_active_insn (JUMP_LABEL_AS_INSN (insn)); local
|
| /src/external/gpl3/gcc/dist/gcc/config/mips/ |
| mips.cc | 18835 case JUMP_INSN: 19771 rtx_jump_insn *jump_insn; 19776 if ((jump_insn = dyn_cast <rtx_jump_insn *> (insn)) 19777 && get_attr_length (jump_insn) > 4 19778 && (any_condjump_p (jump_insn) || any_uncondjump_p (jump_insn))) 19793 old_label = JUMP_LABEL (jump_insn); 19808 if (simplejump_p (jump_insn)) 19822 emit_insn_after (jump_sequence, jump_insn); 19824 invert_jump (jump_insn, new_label, false) [all...] |