HomeSort by: relevance | last modified time | path
    Searched defs:sibcall (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-sr.cc 401 /* Transform call in insn to a sibcall, this will only be done if the
406 /* Extract from CALLPAT the information we need to build the sibcall. */
438 /* The sibcall instructions can only use a specific subset of
440 register from the function body and make it a sibcall. If we're
444 function, find a suitable sibcall register, and switch over the
451 rtx sibcall = NULL; local
453 sibcall = gen_sibcall_value_internal (set_target, target, const0_rtx,
456 sibcall
461 rtx_insn *insn = emit_call_insn_after_setloc (sibcall, before_call,
  /src/external/gpl3/gcc/dist/gcc/config/sh/
sh.cc 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)
10819 rtx this_rtx, this_value, sibcall, funexp;
10933 sibcall = gen_sibcalli_thunk (funexp, const0_rtx);
10940 sibcall = gen_sibcall_pcrel_fdpic (funexp, const0_rtx);
10941 XEXP (XVECEXP (sibcall, 0, 3), 0) = scratch2;
10945 sibcall = gen_sibcall_pcrel (funexp, const0_rtx);
10946 XEXP (XVECEXP (sibcall, 0, 2), 0) = scratch2;
10953 sibcall = gen_sibcall (funexp, const0_rtx, NULL_RTX);
10955 sibcall = emit_call_insn (sibcall)
10797 rtx this_rtx, this_value, sibcall, funexp; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/sh/
sh.cc 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)
10796 rtx this_rtx, this_value, sibcall, funexp; local
    [all...]

Completed in 78 milliseconds