Lines Matching defs:sibcall
6681 for an epilogue and a negative value means that it's for a sibcall
6770 /* If we reached here, the most likely case is the (sibcall)
10818 rtx this_rtx, this_value, sibcall, funexp;
10932 sibcall = gen_sibcalli_thunk (funexp, const0_rtx);
10939 sibcall = gen_sibcall_pcrel_fdpic (funexp, const0_rtx);
10940 XEXP (XVECEXP (sibcall, 0, 3), 0) = scratch2;
10944 sibcall = gen_sibcall_pcrel (funexp, const0_rtx);
10945 XEXP (XVECEXP (sibcall, 0, 2), 0) = scratch2;
10952 sibcall = gen_sibcall (funexp, const0_rtx, NULL_RTX);
10954 sibcall = emit_call_insn (sibcall);
10955 SIBLING_CALL_P (sibcall) = 1;
10956 use_reg (&CALL_INSN_FUNCTION_USAGE (sibcall), this_rtx);