Home | History | Annotate | Download | only in gcc

Lines Matching defs:call_insn

3146     case CALL_INSN:
3252 case CALL_INSN:
3610 /* Return the next INSN, CALL_INSN, JUMP_INSN or DEBUG_INSN after INSN;
3627 /* Return the last INSN, CALL_INSN, JUMP_INSN or DEBUG_INSN before INSN;
3644 /* Return the next INSN, CALL_INSN or JUMP_INSN after INSN;
3663 /* Return the last INSN, CALL_INSN or JUMP_INSN before INSN;
3680 /* Return the last CALL_INSN in the current list, or 0 if there is none.
3802 rtx_insn *call_insn = NULL;
3875 /* If we are splitting a CALL_INSN, look for the CALL_INSN
3882 gcc_assert (call_insn == NULL_RTX);
3883 call_insn = insn;
3947 gcc_assert (call_insn != NULL_RTX);
3948 add_reg_note (call_insn, REG_NOTE_KIND (note), XEXP (note, 0));
4068 /* Like `make_insn_raw' but make a CALL_INSN instead of an insn. */
4075 insn = as_a <rtx_call_insn *> (rtx_alloc (CALL_INSN));
4144 INSN may be an INSN, JUMP_INSN, CALL_INSN, CODE_LABEL, BARRIER or NOTE. */
4361 /* Append CALL_FUSAGE to the CALL_INSN_FUNCTION_USAGE for CALL_INSN. */
4364 add_function_usage_to (rtx call_insn, rtx call_fusage)
4366 gcc_assert (call_insn && CALL_P (call_insn));
4370 if (CALL_INSN_FUNCTION_USAGE (call_insn))
4374 for (link = CALL_INSN_FUNCTION_USAGE (call_insn); XEXP (link, 1) != 0;
4381 CALL_INSN_FUNCTION_USAGE (call_insn) = call_fusage;
4514 case CALL_INSN:
4562 /* Make an instruction with body X and code CALL_INSN
4670 case CALL_INSN:
4712 /* Make an instruction with body X and code CALL_INSN
4721 /* Make an instruction with body X and code CALL_INSN
4928 CALL_INSN, etc. */
4962 INSN as opposed to a JUMP_INSN, CALL_INSN, etc. */
5070 case CALL_INSN:
5117 case CALL_INSN:
5161 case CALL_INSN:
5191 /* Make an insn of code CALL_INSN with pattern X
5204 case CALL_INSN:
5478 case CALL_INSN:
6456 case CALL_INSN: