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

  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-speculation.cc 278 rtx_insn *call_insn = NULL; local
315 if (call_insn)
322 call_insn); local
323 call_insn = NULL;
345 /* Don't clear call_insn if it is set - needs_tracking
356 if (!call_insn)
362 call_insn = insn;
364 call_insn = NULL;
371 if (call_insn)
379 for (insn = call_insn;
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64-speculation.cc 267 rtx_insn *call_insn = NULL; local
304 if (call_insn)
311 call_insn); local
312 call_insn = NULL;
330 /* Don't clear call_insn if it is set - needs_tracking
341 if (!call_insn)
347 call_insn = insn;
349 call_insn = NULL;
356 if (call_insn)
364 for (insn = call_insn;
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
resource.cc 299 case CALL_INSN:
642 case CALL_INSN:
645 explicitly CLOBBERed immediately after the CALL_INSN. */
649 rtx_call_insn *call_insn = as_a <rtx_call_insn *> (x);
654 res->regs |= insn_callee_abi (call_insn).full_reg_clobbers ();
656 for (link = CALL_INSN_FUNCTION_USAGE (call_insn);
664 if (find_reg_note (call_insn, REG_SETJMP, NULL))
853 for call-clobbered regs when we pass a CALL_INSN), mark the appropriate
995 if ((code == INSN || code == JUMP_INSN || code == CALL_INSN)
1022 /* A CALL_INSN sets any global register live, since it ma
643 rtx_call_insn *call_insn = as_a <rtx_call_insn *> (x); local
    [all...]
dce.cc 299 sp_based_mem_offset (rtx_call_insn *call_insn, const_rtx mem, bool fast)
318 FOR_EACH_INSN_USE (use, call_insn)
350 rtx_call_insn *call_insn; member in struct:check_argument_load_data
373 HOST_WIDE_INT off = sp_based_mem_offset (d->call_insn, mem, d->fast);
388 /* Try to find all stack stores of CALL_INSN arguments if
392 with DO_MARK false, and only when the CALL_INSN is actually
396 find_call_stack_args (rtx_call_insn *call_insn, bool do_mark, bool fast,
405 gcc_assert (CALL_P (call_insn));
420 for (p = CALL_INSN_FUNCTION_USAGE (call_insn); p; p = XEXP (p, 1))
428 HOST_WIDE_INT off = sp_based_mem_offset (call_insn, mem, fast)
    [all...]
calls.cc 334 The CALL_INSN is the first insn generated.
479 rtx_call_insn *call_insn = last_call_insn ();
483 call = get_call_rtx_from (call_insn);
490 add_function_usage_to (call_insn, call_fusage);
494 RTL_CONST_CALL_P (call_insn) = 1;
498 RTL_PURE_CALL_P (call_insn) = 1;
502 RTL_LOOPING_CONST_OR_PURE_CALL_P (call_insn) = 1;
505 make_reg_eh_region_note (call_insn, ecf_flags, 0);
508 add_reg_note (call_insn, REG_NORETURN, const0_rtx);
512 add_reg_note (call_insn, REG_SETJMP, const0_rtx)
478 rtx_call_insn *call_insn = last_call_insn (); local
    [all...]
final.cc 367 case CALL_INSN:
2080 /* Given a CALL_INSN, find and return the nested CALL. */
2490 /* An INSN, JUMP_INSN or CALL_INSN.
2700 /* If the insn requiring the delay slot was a CALL_INSN, the
2837 rtx_call_insn *call_insn = dyn_cast <rtx_call_insn *> (insn);
2838 if (call_insn != NULL)
2840 rtx x = call_from_call_insn (call_insn);
2868 if ((debug_variable_location_views || call_insn != NULL)
4449 rtx_insn *call_insn = insn;
4450 if (NONJUMP_INSN_P (call_insn)
2828 rtx_call_insn *call_insn = dyn_cast <rtx_call_insn *> (insn); local
4430 rtx_insn *call_insn = insn; local
    [all...]
emit-rtl.cc 3293 case CALL_INSN:
3398 case CALL_INSN:
3756 /* Return the next INSN, CALL_INSN, JUMP_INSN or DEBUG_INSN after INSN;
3773 /* Return the last INSN, CALL_INSN, JUMP_INSN or DEBUG_INSN before INSN;
3790 /* Return the next INSN, CALL_INSN or JUMP_INSN after INSN;
3809 /* Return the last INSN, CALL_INSN or JUMP_INSN before INSN;
3826 /* Return the last CALL_INSN in the current list, or 0 if there is none.
3948 rtx_insn *call_insn = NULL;
4021 /* If we are splitting a CALL_INSN, look for the CALL_INSN
3930 rtx_insn *call_insn = NULL; local
    [all...]
builtins.cc 1657 rtx_call_insn *call_insn;
1796 call_insn = last_call_insn ();
1797 add_function_usage_to (call_insn, call_fusage);
1804 fixup_args_size_notes (call_insn, get_last_insn (), 0);
1656 rtx_call_insn *call_insn; local
dwarf2out.cc 28057 rtx_insn *call_insn = NULL;
28076 call_insn = loc_note;
28080 next_real = dwarf2out_next_real_insn (call_insn);
28103 call_insn = loc_note;
28107 next_real = dwarf2out_next_real_insn (call_insn);
28251 gcc_assert ((loc_note == NULL_RTX && call_insn != NULL_RTX)
28252 || (loc_note != NULL_RTX && call_insn == NULL_RTX));
28258 rtx_insn *prev = call_insn;
28261 = find_reg_note (call_insn, REG_CALL_ARG_LOCATION, NULL_RTX);
28038 rtx_insn *call_insn = NULL; local
  /src/external/gpl3/gcc.old/dist/gcc/
resource.cc 299 case CALL_INSN:
642 case CALL_INSN:
645 explicitly CLOBBERed immediately after the CALL_INSN. */
649 rtx_call_insn *call_insn = as_a <rtx_call_insn *> (x);
654 res->regs |= insn_callee_abi (call_insn).full_reg_clobbers ();
656 for (link = CALL_INSN_FUNCTION_USAGE (call_insn);
664 if (find_reg_note (call_insn, REG_SETJMP, NULL))
853 for call-clobbered regs when we pass a CALL_INSN), mark the appropriate
995 if ((code == INSN || code == JUMP_INSN || code == CALL_INSN)
1022 /* A CALL_INSN sets any global register live, since it ma
643 rtx_call_insn *call_insn = as_a <rtx_call_insn *> (x); local
    [all...]
dce.cc 299 sp_based_mem_offset (rtx_call_insn *call_insn, const_rtx mem, bool fast)
318 FOR_EACH_INSN_USE (use, call_insn)
350 rtx_call_insn *call_insn; member in struct:check_argument_load_data
373 HOST_WIDE_INT off = sp_based_mem_offset (d->call_insn, mem, d->fast);
388 /* Try to find all stack stores of CALL_INSN arguments if
392 with DO_MARK false, and only when the CALL_INSN is actually
396 find_call_stack_args (rtx_call_insn *call_insn, bool do_mark, bool fast,
405 gcc_assert (CALL_P (call_insn));
420 for (p = CALL_INSN_FUNCTION_USAGE (call_insn); p; p = XEXP (p, 1))
428 HOST_WIDE_INT off = sp_based_mem_offset (call_insn, mem, fast)
    [all...]
calls.cc 332 The CALL_INSN is the first insn generated.
477 rtx_call_insn *call_insn = last_call_insn ();
481 call = get_call_rtx_from (call_insn);
488 add_function_usage_to (call_insn, call_fusage);
492 RTL_CONST_CALL_P (call_insn) = 1;
496 RTL_PURE_CALL_P (call_insn) = 1;
500 RTL_LOOPING_CONST_OR_PURE_CALL_P (call_insn) = 1;
503 make_reg_eh_region_note (call_insn, ecf_flags, 0);
506 add_reg_note (call_insn, REG_NORETURN, const0_rtx);
510 add_reg_note (call_insn, REG_SETJMP, const0_rtx)
476 rtx_call_insn *call_insn = last_call_insn (); local
    [all...]
final.cc 382 case CALL_INSN:
2100 /* Given a CALL_INSN, find and return the nested CALL. */
2544 /* An INSN, JUMP_INSN or CALL_INSN.
2754 /* If the insn requiring the delay slot was a CALL_INSN, the
2891 rtx_call_insn *call_insn = dyn_cast <rtx_call_insn *> (insn);
2892 if (call_insn != NULL)
2894 rtx x = call_from_call_insn (call_insn);
2922 if ((debug_variable_location_views || call_insn != NULL)
4494 rtx_insn *call_insn = insn;
4495 if (NONJUMP_INSN_P (call_insn)
2882 rtx_call_insn *call_insn = dyn_cast <rtx_call_insn *> (insn); local
4475 rtx_insn *call_insn = insn; local
    [all...]
emit-rtl.cc 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
3784 rtx_insn *call_insn = NULL; local
    [all...]
builtins.cc 1644 rtx_call_insn *call_insn;
1783 call_insn = last_call_insn ();
1784 add_function_usage_to (call_insn, call_fusage);
1791 fixup_args_size_notes (call_insn, get_last_insn (), 0);
1643 rtx_call_insn *call_insn; local
dwarf2out.cc 27917 rtx_insn *call_insn = NULL;
27936 call_insn = loc_note;
27940 next_real = dwarf2out_next_real_insn (call_insn);
27963 call_insn = loc_note;
27967 next_real = dwarf2out_next_real_insn (call_insn);
28111 gcc_assert ((loc_note == NULL_RTX && call_insn != NULL_RTX)
28112 || (loc_note != NULL_RTX && call_insn == NULL_RTX));
28118 rtx_insn *prev = call_insn;
28121 = find_reg_note (call_insn, REG_CALL_ARG_LOCATION, NULL_RTX);
27898 rtx_insn *call_insn = NULL; local
  /src/external/gpl3/gcc/dist/gcc/rtl-ssa/
accesses.cc 1325 insn_info *call_insn = next_call_clobbers (*call_group, insn); local
1326 if (call_insn && *call_insn < *insn)
  /src/external/gpl3/gcc/dist/gcc/config/c6x/
c6x.cc 1241 rtx call_insn;
1248 call_insn = gen_rtx_CALL (VOIDmode, address, const0_rtx);
1251 call_insn = emit_call_insn (call_insn);
1252 use_reg (&CALL_INSN_FUNCTION_USAGE (call_insn),
1258 call_insn = emit_call_insn (call_insn);
1260 call_insn = emit_call_insn (gen_rtx_SET (retval, call_insn));
1263 use_reg (&CALL_INSN_FUNCTION_USAGE (call_insn), pic_offset_table_rtx)
1231 rtx call_insn; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/xtensa/
xtensa.cc 2248 rtx_insn *call_insn;
2272 call_insn = emit_call_insn (call);
2284 CALL_INSN_FUNCTION_USAGE (call_insn) =
2285 gen_rtx_EXPR_LIST (Pmode, clob, CALL_INSN_FUNCTION_USAGE (call_insn));
2400 rtx_insn *call_insn, *insns;
2410 call_insn = emit_call_insn (gen_tls_call (a_io, fn, sym, const1_rtx));
2411 use_reg (&CALL_INSN_FUNCTION_USAGE (call_insn), a_io);
2246 rtx_insn *call_insn; local
2398 rtx_insn *call_insn, *insns; local
  /src/external/gpl3/gcc.old/dist/gcc/config/c6x/
c6x.cc 1241 rtx call_insn;
1248 call_insn = gen_rtx_CALL (VOIDmode, address, const0_rtx);
1251 call_insn = emit_call_insn (call_insn);
1252 use_reg (&CALL_INSN_FUNCTION_USAGE (call_insn),
1258 call_insn = emit_call_insn (call_insn);
1260 call_insn = emit_call_insn (gen_rtx_SET (retval, call_insn));
1263 use_reg (&CALL_INSN_FUNCTION_USAGE (call_insn), pic_offset_table_rtx)
1231 rtx call_insn; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/xtensa/
xtensa.cc 1926 rtx_insn *call_insn, *insns;
1936 call_insn = emit_call_insn (gen_tls_call (a_io, fn, sym, const1_rtx));
1937 use_reg (&CALL_INSN_FUNCTION_USAGE (call_insn), a_io);
1924 rtx_insn *call_insn, *insns; local
  /src/external/gpl3/gcc/dist/gcc/config/pa/
pa.cc 4603 /* If insn is a CALL_INSN, then it must be a call to a volatile
4888 rtx_insn *call_insn;
4941 call_insn = emit_call_insn (gen_call_mcount (mcount, arg_bytes,
4944 call_insn = emit_call_insn (gen_call (mcount, arg_bytes));
4946 use_reg (&CALL_INSN_FUNCTION_USAGE (call_insn), r24);
4952 call_insn = emit_call_insn (gen_call_mcount (mcount, arg_bytes,
4955 call_insn = emit_call_insn (gen_call (mcount, arg_bytes));
4958 use_reg (&CALL_INSN_FUNCTION_USAGE (call_insn), gen_rtx_REG (SImode, 25));
4959 use_reg (&CALL_INSN_FUNCTION_USAGE (call_insn), gen_rtx_REG (SImode, 26));
4963 make_reg_eh_region_note_nothrow_nononlocal (call_insn);
4876 rtx_insn *call_insn; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/pa/
pa.cc 4460 /* If insn is a CALL_INSN, then it must be a call to a volatile
4745 rtx_insn *call_insn;
4798 call_insn = emit_call_insn (gen_call_mcount (mcount, arg_bytes,
4801 call_insn = emit_call_insn (gen_call (mcount, arg_bytes));
4803 use_reg (&CALL_INSN_FUNCTION_USAGE (call_insn), r24);
4809 call_insn = emit_call_insn (gen_call_mcount (mcount, arg_bytes,
4812 call_insn = emit_call_insn (gen_call (mcount, arg_bytes));
4815 use_reg (&CALL_INSN_FUNCTION_USAGE (call_insn), gen_rtx_REG (SImode, 25));
4816 use_reg (&CALL_INSN_FUNCTION_USAGE (call_insn), gen_rtx_REG (SImode, 26));
4820 make_reg_eh_region_note_nothrow_nononlocal (call_insn);
4733 rtx_insn *call_insn; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386-expand.cc 10001 rtx_insn *call_insn = emit_call_insn (call); local
10003 CALL_INSN_FUNCTION_USAGE (call_insn) = use;
10005 return call_insn;
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386-expand.cc 9376 rtx_insn *call_insn = emit_call_insn (call); local
9378 CALL_INSN_FUNCTION_USAGE (call_insn) = use;
9380 return call_insn;

Completed in 390 milliseconds