| /src/external/gpl3/gcc/dist/gcc/ |
| reorg.cc | 689 flags = get_jump_flags (insn, JUMP_LABEL (insn)); 710 && JUMP_LABEL (insn) == JUMP_LABEL (next_trial))) 714 if (invert_jump (insn, JUMP_LABEL (insn), 1)) 731 rtx target_label = JUMP_LABEL (next_trial); 870 rtx other_condition = get_branch_condition (insn, JUMP_LABEL (insn)); 1071 flags = get_jump_flags (insn, JUMP_LABEL (seq->insn (0))); 1115 *pnew_thread = first_active_target_insn (JUMP_LABEL (seq->insn (0))); 1149 flags = get_jump_flags (insn, JUMP_LABEL (insn)); 1224 flags = get_jump_flags (delay_insn, JUMP_LABEL (delay_insn)) [all...] |
| jump.cc | 27 JUMP_LABEL internal field. With this we can detect labels that 29 formerly used them. The JUMP_LABEL info is sometimes looked 92 /* This function rebuilds the JUMP_LABEL field and REG_LABEL_TARGET 204 /* Initialize LABEL_NUSES and JUMP_LABEL fields, add REG_LABEL_TARGET 218 /* REG_LABEL_TARGET notes (including the JUMP_LABEL field) are 286 gcc_assert (JUMP_LABEL (jump_insn) == XEXP (label_note, 0)); 305 propagation of LABEL_REFs into JUMP_LABEL. This will be 341 if (JUMP_LABEL (insn) == NULL && prev_nonjump_insn != NULL) 1013 /* Return true iff INSN is a jump and its JUMP_LABEL is a label, not 1019 && JUMP_LABEL (insn) != NULL && !ANY_RETURN_P (JUMP_LABEL (insn))) [all...] |
| cfgrtl.cc | 191 if (JUMP_LABEL (insn) 192 && LABEL_P (JUMP_LABEL (insn))) 193 LABEL_NUSES (JUMP_LABEL (insn))--; 1147 JUMP_LABEL (BB_END (src)) = target_label; 1269 if (JUMP_LABEL (insn) == old_label) 1271 JUMP_LABEL (insn) = new_label; 1281 if (JUMP_LABEL (insn) != new_label 1299 if (!currently_expanding_to_rtl || JUMP_LABEL (insn) == old_label) 1302 gcc_assert (JUMP_LABEL (insn) == old_label); 1510 Used by redirect_edge_and_branch_force. JUMP_LABEL is used onl [all...] |
| cfgbuild.cc | 310 gcc_assert (JUMP_LABEL (insn)); 311 make_label_edge (edge_cache, bb, JUMP_LABEL (insn), 0);
|
| loop-doloop.cc | 390 JUMP_LABEL (jump) = label; 451 rtx_code_label *jump_label; local 596 jump_label = block_label (desc->in_edge->dest); 597 JUMP_LABEL (jump_insn) = jump_label; 598 LABEL_NUSES (jump_label)++;
|
| bb-reorder.cc | 1431 JUMP_LABEL (jump) = old_label; 1828 if (!invert_jump (bb_end_jump, JUMP_LABEL (bb_end_jump), 0)) 1830 invert_jump (bb_end_jump, JUMP_LABEL (bb_end_jump), 0); 1875 JUMP_LABEL (new_jump) = label; 2278 label = JUMP_LABEL (last_insn); 2312 JUMP_LABEL (jump_insn) = label;
|
| hw-doloop.cc | 240 loop->start_label = as_a <rtx_insn *> (JUMP_LABEL (tail_insn));
|
| print-rtl.cc | 302 else if (idx == 7 && JUMP_P (in_rtx) && JUMP_LABEL (in_rtx) != NULL 305 /* Output the JUMP_LABEL reference. */ 307 if (GET_CODE (JUMP_LABEL (in_rtx)) == RETURN) 309 else if (GET_CODE (JUMP_LABEL (in_rtx)) == SIMPLE_RETURN) 312 fprintf (m_outfile, "%d", INSN_UID (JUMP_LABEL (in_rtx)));
|
| ifcvt.cc | 448 /* If this branches to JUMP_LABEL when the condition is false, 453 == JUMP_LABEL (jump))) 849 && label_ref_label (XEXP (SET_SRC (set), 2)) == JUMP_LABEL (if_info->jump)) 2430 && label_ref_label (XEXP (SET_SRC (set), 2)) == JUMP_LABEL (if_info->jump); 3231 /* If this branches to JUMP_LABEL when the condition is false, 3234 && label_ref_label (XEXP (SET_SRC (set), 2)) == JUMP_LABEL (jump)); 5345 rtx lab = JUMP_LABEL (jump); 5349 JUMP_LABEL (newjump) = lab; 5536 else_target = JUMP_LABEL (jump); 5922 old_dest = JUMP_LABEL (jump) [all...] |
| loop-unroll.cc | 819 JUMP_LABEL (jump) = JUMP_LABEL (cinsn); 820 LABEL_NUSES (JUMP_LABEL (jump))++;
|
| postreload.cc | 1378 && JUMP_LABEL (insn)) 1380 if (ANY_RETURN_P (JUMP_LABEL (insn))) 1383 live = &LABEL_LIVE (JUMP_LABEL (insn));
|
| read-rtl-function.cc | 458 /* Rebuild the JUMP_LABEL field of any JUMP_INSNs in the chain, and the 1911 ASSERT_EQ (code_label, JUMP_LABEL (jump_insn)); 1967 ASSERT_RTX_PTR_EQ (ret_rtx, JUMP_LABEL (jump_insn)); 1981 ASSERT_RTX_PTR_EQ (simple_return_rtx, JUMP_LABEL (jump_insn));
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| reorg.cc | 689 flags = get_jump_flags (insn, JUMP_LABEL (insn)); 710 && JUMP_LABEL (insn) == JUMP_LABEL (next_trial))) 714 if (invert_jump (insn, JUMP_LABEL (insn), 1)) 731 rtx target_label = JUMP_LABEL (next_trial); 870 rtx other_condition = get_branch_condition (insn, JUMP_LABEL (insn)); 1071 flags = get_jump_flags (insn, JUMP_LABEL (seq->insn (0))); 1115 *pnew_thread = first_active_target_insn (JUMP_LABEL (seq->insn (0))); 1149 flags = get_jump_flags (insn, JUMP_LABEL (insn)); 1224 flags = get_jump_flags (delay_insn, JUMP_LABEL (delay_insn)) [all...] |
| jump.cc | 27 JUMP_LABEL internal field. With this we can detect labels that 29 formerly used them. The JUMP_LABEL info is sometimes looked 92 /* This function rebuilds the JUMP_LABEL field and REG_LABEL_TARGET 201 /* Initialize LABEL_NUSES and JUMP_LABEL fields, add REG_LABEL_TARGET 215 /* REG_LABEL_TARGET notes (including the JUMP_LABEL field) are 283 gcc_assert (JUMP_LABEL (jump_insn) == XEXP (label_note, 0)); 302 propagation of LABEL_REFs into JUMP_LABEL. This will be 338 if (JUMP_LABEL (insn) == NULL && prev_nonjump_insn != NULL) 1010 /* Return true iff INSN is a jump and its JUMP_LABEL is a label, not 1016 && JUMP_LABEL (insn) != NULL && !ANY_RETURN_P (JUMP_LABEL (insn))) [all...] |
| cfgrtl.cc | 191 if (JUMP_LABEL (insn) 192 && LABEL_P (JUMP_LABEL (insn))) 193 LABEL_NUSES (JUMP_LABEL (insn))--; 1148 JUMP_LABEL (BB_END (src)) = target_label; 1270 if (JUMP_LABEL (insn) == old_label) 1272 JUMP_LABEL (insn) = new_label; 1282 if (JUMP_LABEL (insn) != new_label 1300 if (!currently_expanding_to_rtl || JUMP_LABEL (insn) == old_label) 1303 gcc_assert (JUMP_LABEL (insn) == old_label); 1511 Used by redirect_edge_and_branch_force. JUMP_LABEL is used onl [all...] |
| cfgbuild.cc | 310 gcc_assert (JUMP_LABEL (insn)); 311 make_label_edge (edge_cache, bb, JUMP_LABEL (insn), 0);
|
| loop-doloop.cc | 390 JUMP_LABEL (jump) = label; 451 rtx_code_label *jump_label; local 596 jump_label = block_label (desc->in_edge->dest); 597 JUMP_LABEL (jump_insn) = jump_label; 598 LABEL_NUSES (jump_label)++;
|
| bb-reorder.cc | 1431 JUMP_LABEL (jump) = old_label; 1828 if (!invert_jump (bb_end_jump, JUMP_LABEL (bb_end_jump), 0)) 1830 invert_jump (bb_end_jump, JUMP_LABEL (bb_end_jump), 0); 1875 JUMP_LABEL (new_jump) = label; 2277 label = JUMP_LABEL (last_insn); 2311 JUMP_LABEL (jump_insn) = label;
|
| hw-doloop.cc | 240 loop->start_label = as_a <rtx_insn *> (JUMP_LABEL (tail_insn));
|
| print-rtl.cc | 302 else if (idx == 7 && JUMP_P (in_rtx) && JUMP_LABEL (in_rtx) != NULL 305 /* Output the JUMP_LABEL reference. */ 307 if (GET_CODE (JUMP_LABEL (in_rtx)) == RETURN) 309 else if (GET_CODE (JUMP_LABEL (in_rtx)) == SIMPLE_RETURN) 312 fprintf (m_outfile, "%d", INSN_UID (JUMP_LABEL (in_rtx)));
|
| ifcvt.cc | 448 /* If this branches to JUMP_LABEL when the condition is false, 453 == JUMP_LABEL (jump))) 848 && label_ref_label (XEXP (SET_SRC (set), 2)) == JUMP_LABEL (if_info->jump)) 2397 && label_ref_label (XEXP (SET_SRC (set), 2)) == JUMP_LABEL (if_info->jump); 3010 /* If this branches to JUMP_LABEL when the condition is false, 3013 && label_ref_label (XEXP (SET_SRC (set), 2)) == JUMP_LABEL (jump)); 5149 rtx lab = JUMP_LABEL (jump); 5153 JUMP_LABEL (newjump) = lab; 5340 else_target = JUMP_LABEL (jump); 5726 old_dest = JUMP_LABEL (jump) [all...] |
| loop-unroll.cc | 811 JUMP_LABEL (jump) = JUMP_LABEL (cinsn); 812 LABEL_NUSES (JUMP_LABEL (jump))++;
|
| /src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| rs6000-string.cc | 403 JUMP_LABEL (j) = true_label; 790 JUMP_LABEL (j2) = dst_label; 1271 JUMP_LABEL (j) = loop_top_label; 1295 JUMP_LABEL (j) = library_call_label; 1308 JUMP_LABEL (j) = final_label; 1448 JUMP_LABEL (j) = diff_label; 1491 JUMP_LABEL (j) = diff_label; 1531 JUMP_LABEL (j) = fc_loop; 1542 JUMP_LABEL (j) = final_label; 1595 JUMP_LABEL (j) = final_label [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| rs6000-string.cc | 403 JUMP_LABEL (j) = true_label; 790 JUMP_LABEL (j2) = dst_label; 1270 JUMP_LABEL (j) = loop_top_label; 1294 JUMP_LABEL (j) = library_call_label; 1307 JUMP_LABEL (j) = final_label; 1447 JUMP_LABEL (j) = diff_label; 1490 JUMP_LABEL (j) = diff_label; 1530 JUMP_LABEL (j) = fc_loop; 1541 JUMP_LABEL (j) = final_label; 1594 JUMP_LABEL (j) = final_label [all...] |
| /src/sys/external/bsd/sljit/dist/sljit_src/ |
| sljitNativeARM_32.c | 407 SLJIT_ASSERT(jump->flags & JUMP_LABEL); 432 SLJIT_ASSERT(jump->flags & JUMP_LABEL); 749 SLJIT_ASSERT(jump->flags & JUMP_LABEL); 763 inline_set_jump_addr((sljit_uw)code_ptr, executable_offset, (jump->flags & JUMP_LABEL) ? jump->u.label->addr : jump->u.target, 0); 766 inline_set_jump_addr((sljit_uw)buf_ptr, executable_offset, (jump->flags & JUMP_LABEL) ? jump->u.label->addr : jump->u.target, 0); 777 *buf_ptr = (jump->flags & JUMP_LABEL) ? jump->u.label->addr : jump->u.target; 779 inline_set_jump_addr((sljit_uw)buf_ptr, executable_offset, (jump->flags & JUMP_LABEL) ? jump->u.label->addr : jump->u.target, 0);
|