HomeSort by: relevance | last modified time | path
    Searched refs:simple_return_rtx (Results 1 - 16 of 16) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
reorg.cc 347 fails, return 0. KIND is either ret_rtx or simple_return_rtx, indicating
376 gcc_assert (kind == simple_return_rtx);
2178 new_label = find_end_label (simple_return_rtx);
2754 label = find_end_label (simple_return_rtx);
3323 tmp = find_end_label (simple_return_rtx);
3555 kind = simple_return_rtx;
read-rtl-function.cc 1495 case SIMPLE_RETURN: return simple_return_rtx;
1981 ASSERT_RTX_PTR_EQ (simple_return_rtx, JUMP_LABEL (jump_insn));
shrink-wrap.cc 581 JUMP_LABEL (ret) = simple_return_rtx;
cfgrtl.cc 1512 simple_return_rtx, indicating which kind of returnjump to create.
1717 gcc_assert (jump_label == simple_return_rtx);
4121 && ((PATTERN (ret) == simple_return_rtx && targetm.have_simple_return ())
emit-rtl.cc 129 rtx simple_return_rtx; variable
6596 simple_return_rtx = gen_rtx_fmt_ (SIMPLE_RETURN, VOIDmode);
rtl.h 3832 extern GTY(()) rtx simple_return_rtx;
3828 extern GTY(()) rtx simple_return_rtx; variable
  /src/external/gpl3/gcc.old/dist/gcc/
reorg.cc 347 fails, return 0. KIND is either ret_rtx or simple_return_rtx, indicating
376 gcc_assert (kind == simple_return_rtx);
2179 new_label = find_end_label (simple_return_rtx);
3318 tmp = find_end_label (simple_return_rtx);
3550 kind = simple_return_rtx;
read-rtl-function.cc 1494 case SIMPLE_RETURN: return simple_return_rtx;
1980 ASSERT_RTX_PTR_EQ (simple_return_rtx, JUMP_LABEL (jump_insn));
shrink-wrap.cc 581 JUMP_LABEL (ret) = simple_return_rtx;
emit-rtl.cc 125 rtx simple_return_rtx; variable
6420 simple_return_rtx = gen_rtx_fmt_ (SIMPLE_RETURN, VOIDmode);
cfgrtl.cc 1513 simple_return_rtx, indicating which kind of returnjump to create.
1718 gcc_assert (jump_label == simple_return_rtx);
rtl.h 3823 extern GTY(()) rtx simple_return_rtx;
3819 extern GTY(()) rtx simple_return_rtx; variable
  /src/external/gpl3/gcc/dist/gcc/config/arm/
arm.cc 27775 emit_jump_insn (simple_return_rtx);
27801 emit_jump_insn (simple_return_rtx);
28025 emit_jump_insn (simple_return_rtx);
28048 emit_jump_insn (simple_return_rtx);
28333 emit_jump_insn (simple_return_rtx);
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 26185 call[1] = simple_return_rtx;
26339 call[2] = simple_return_rtx;
26413 call[2] = simple_return_rtx;
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 25749 call[1] = simple_return_rtx;
25903 call[2] = simple_return_rtx;
25977 call[2] = simple_return_rtx;
  /src/external/gpl3/gcc.old/dist/gcc/config/arm/
arm.cc 27490 emit_jump_insn (simple_return_rtx);
27714 emit_jump_insn (simple_return_rtx);
27737 emit_jump_insn (simple_return_rtx);
28018 emit_jump_insn (simple_return_rtx);

Completed in 168 milliseconds