Searched refs:SIMPLE_RETURN (Results 1 - 10 of 10) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr50908-2.c18 SIMPLE_RETURN, EH_RETURN, TRAP_IF, CONST_INT, CONST_FIXED, CONST_DOUBLE, enumerator in enum:rtx_code
/haiku-buildtools/gcc/gcc/
H A Djump.c31 RETURN or a SIMPLE_RETURN rtx.
951 return ((b == PC && (a == LABEL_REF || a == RETURN || a == SIMPLE_RETURN))
953 && (b == LABEL_REF || b == RETURN || b == SIMPLE_RETURN)));
991 case SIMPLE_RETURN:
1157 case SIMPLE_RETURN:
H A Drtl.c289 case SIMPLE_RETURN:
H A Dsched-vis.c554 case SIMPLE_RETURN:
H A Dgenemit.c169 case SIMPLE_RETURN:
H A Dprint-rtl.c316 else if (GET_CODE (JUMP_LABEL (in_rtx)) == SIMPLE_RETURN)
H A Demit-rtl.c2710 case SIMPLE_RETURN:
2964 case SIMPLE_RETURN:
3086 case SIMPLE_RETURN:
5606 case SIMPLE_RETURN:
6195 simple_return_rtx = gen_rtx_fmt_ (SIMPLE_RETURN, VOIDmode);
H A Ddf-scan.c3012 case SIMPLE_RETURN:
H A Drtl.h918 (GET_CODE (X) == RETURN || GET_CODE (X) == SIMPLE_RETURN)
/haiku-buildtools/gcc/gcc/config/arc/
H A Darc.c3510 else if (GET_CODE (body) == SIMPLE_RETURN)
3574 else if (GET_CODE (XEXP (SET_SRC (body), 1)) == SIMPLE_RETURN)
3576 else if (GET_CODE (XEXP (SET_SRC (body), 2)) == SIMPLE_RETURN)
3677 else if (GET_CODE (scanbody) == SIMPLE_RETURN

Completed in 218 milliseconds