Home
last modified time | relevance | path

Searched refs:call_insn (Results 1 – 25 of 112) sorted by relevance

12345

/netbsd/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-speculation.cc267 rtx_insn *call_insn = NULL; in aarch64_do_track_speculation() local
304 if (call_insn) in aarch64_do_track_speculation()
311 call_insn); in aarch64_do_track_speculation()
312 call_insn = NULL; in aarch64_do_track_speculation()
341 if (!call_insn) in aarch64_do_track_speculation()
347 call_insn = insn; in aarch64_do_track_speculation()
349 call_insn = NULL; in aarch64_do_track_speculation()
356 if (call_insn) in aarch64_do_track_speculation()
364 for (insn = call_insn; in aarch64_do_track_speculation()
398 INSN_LOCATION (list) = INSN_LOCATION (call_insn); in aarch64_do_track_speculation()
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-speculation.cc267 rtx_insn *call_insn = NULL; in aarch64_do_track_speculation() local
304 if (call_insn) in aarch64_do_track_speculation()
311 call_insn); in aarch64_do_track_speculation()
312 call_insn = NULL; in aarch64_do_track_speculation()
341 if (!call_insn) in aarch64_do_track_speculation()
347 call_insn = insn; in aarch64_do_track_speculation()
349 call_insn = NULL; in aarch64_do_track_speculation()
356 if (call_insn) in aarch64_do_track_speculation()
364 for (insn = call_insn; in aarch64_do_track_speculation()
398 INSN_LOCATION (list) = INSN_LOCATION (call_insn); in aarch64_do_track_speculation()
[all …]
/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.trace/
H A Dentry-values.exp46 set call_insn "bl"
48 set call_insn "brasl"
50 set call_insn "bl"
64 set call_insn {jalrc|[jb]al[sxr]*[ \t][^\r\n]+\r\n}
66 set call_insn "call"
72 …-re ".*$hex <\\+$decimal>:\[ \t\]+\\y$call_insn\\y\[^\r\n\]+\r\n\[ \]+$hex <\\+($decimal)>:.*$gdb_…
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.trace/
H A Dentry-values.exp46 set call_insn "bl"
48 set call_insn "brasl"
50 set call_insn "bl"
64 set call_insn {jalrc|[jb]al[sxr]*[ \t][^\r\n]+\r\n}
66 set call_insn "call"
72 …-re ".*$hex <\\+$decimal>:\[ \t\]+\\y$call_insn\\y\[^\r\n\]+\r\n\[ \]+$hex <\\+($decimal)>:.*$gdb_…
/netbsd/external/gpl3/gcc/dist/gcc/
H A Ddce.c318 FOR_EACH_INSN_USE (use, call_insn) in sp_based_mem_offset()
350 rtx_call_insn *call_insn; member
405 gcc_assert (CALL_P (call_insn)); in find_call_stack_args()
420 for (p = CALL_INSN_FUNCTION_USAGE (call_insn); p; p = XEXP (p, 1)) in find_call_stack_args()
428 HOST_WIDE_INT off = sp_based_mem_offset (call_insn, mem, fast); in find_call_stack_args()
442 for (p = CALL_INSN_FUNCTION_USAGE (call_insn); p; p = XEXP (p, 1)) in find_call_stack_args()
449 HOST_WIDE_INT off = sp_based_mem_offset (call_insn, mem, fast); in find_call_stack_args()
460 = { sp_bytes, min_sp_off, max_sp_off, call_insn, fast, false }; in find_call_stack_args()
462 for (insn = PREV_INSN (call_insn); insn; insn = prev_insn) in find_call_stack_args()
464 if (insn == BB_HEAD (BLOCK_FOR_INSN (call_insn))) in find_call_stack_args()
[all …]
H A Ddce.cc318 FOR_EACH_INSN_USE (use, call_insn) in sp_based_mem_offset()
350 rtx_call_insn *call_insn; member
405 gcc_assert (CALL_P (call_insn)); in find_call_stack_args()
420 for (p = CALL_INSN_FUNCTION_USAGE (call_insn); p; p = XEXP (p, 1)) in find_call_stack_args()
428 HOST_WIDE_INT off = sp_based_mem_offset (call_insn, mem, fast); in find_call_stack_args()
442 for (p = CALL_INSN_FUNCTION_USAGE (call_insn); p; p = XEXP (p, 1)) in find_call_stack_args()
449 HOST_WIDE_INT off = sp_based_mem_offset (call_insn, mem, fast); in find_call_stack_args()
460 = { sp_bytes, min_sp_off, max_sp_off, call_insn, fast, false }; in find_call_stack_args()
462 for (insn = PREV_INSN (call_insn); insn; insn = prev_insn) in find_call_stack_args()
464 if (insn == BB_HEAD (BLOCK_FOR_INSN (call_insn))) in find_call_stack_args()
[all …]
H A Dfinal.cc2878 rtx_call_insn *call_insn = dyn_cast <rtx_call_insn *> (insn); in final_scan_insn_1() local
2879 if (call_insn != NULL) in final_scan_insn_1()
2881 rtx x = call_from_call_insn (call_insn); in final_scan_insn_1()
2909 if ((debug_variable_location_views || call_insn != NULL) in final_scan_insn_1()
4471 rtx_insn *call_insn = insn; in rest_of_clean_state() local
4472 if (NONJUMP_INSN_P (call_insn) in rest_of_clean_state()
4473 && GET_CODE (PATTERN (call_insn)) == SEQUENCE) in rest_of_clean_state()
4476 call_insn = seq->insn (0); in rest_of_clean_state()
4478 if (CALL_P (call_insn)) in rest_of_clean_state()
4481 = find_reg_note (call_insn, REG_CALL_ARG_LOCATION, NULL_RTX); in rest_of_clean_state()
[all …]
H A Dresource.c657 rtx_call_insn *call_insn = as_a <rtx_call_insn *> (x); in mark_set_resources() local
662 res->regs |= insn_callee_abi (call_insn).full_reg_clobbers (); in mark_set_resources()
664 for (link = CALL_INSN_FUNCTION_USAGE (call_insn); in mark_set_resources()
672 if (find_reg_note (call_insn, REG_SETJMP, NULL)) in mark_set_resources()
H A Dresource.cc643 rtx_call_insn *call_insn = as_a <rtx_call_insn *> (x); in mark_set_resources() local
648 res->regs |= insn_callee_abi (call_insn).full_reg_clobbers (); in mark_set_resources()
650 for (link = CALL_INSN_FUNCTION_USAGE (call_insn); in mark_set_resources()
658 if (find_reg_note (call_insn, REG_SETJMP, NULL)) in mark_set_resources()
H A Dfinal.c3090 rtx_call_insn *call_insn = dyn_cast <rtx_call_insn *> (insn); in final_scan_insn_1() local
3091 if (call_insn != NULL) in final_scan_insn_1()
3093 rtx x = call_from_call_insn (call_insn); in final_scan_insn_1()
3121 if ((debug_variable_location_views || call_insn != NULL) in final_scan_insn_1()
4844 rtx_insn *call_insn = insn; in rest_of_clean_state() local
4845 if (NONJUMP_INSN_P (call_insn) in rest_of_clean_state()
4846 && GET_CODE (PATTERN (call_insn)) == SEQUENCE) in rest_of_clean_state()
4849 call_insn = seq->insn (0); in rest_of_clean_state()
4851 if (CALL_P (call_insn)) in rest_of_clean_state()
4854 = find_reg_note (call_insn, REG_CALL_ARG_LOCATION, NULL_RTX); in rest_of_clean_state()
[all …]
H A Dcalls.cc476 rtx_call_insn *call_insn = last_call_insn (); in emit_call_1() local
480 call = get_call_rtx_from (call_insn); in emit_call_1()
487 add_function_usage_to (call_insn, call_fusage); in emit_call_1()
491 RTL_CONST_CALL_P (call_insn) = 1; in emit_call_1()
495 RTL_PURE_CALL_P (call_insn) = 1; in emit_call_1()
499 RTL_LOOPING_CONST_OR_PURE_CALL_P (call_insn) = 1; in emit_call_1()
502 make_reg_eh_region_note (call_insn, ecf_flags, 0); in emit_call_1()
505 add_reg_note (call_insn, REG_NORETURN, const0_rtx); in emit_call_1()
509 add_reg_note (call_insn, REG_SETJMP, const0_rtx); in emit_call_1()
522 CALL_INSN_FUNCTION_USAGE (call_insn) in emit_call_1()
[all …]
H A Dhsa-gen.c3603 hsa_insn_call *call_insn = new hsa_insn_call (decl);
3660 call_insn->m_input_args.safe_push (addr->m_symbol);
3665 call_insn->m_args_code_list = new hsa_op_code_list (args);
3666 hbb->append_insn (call_insn);
3705 call_insn->m_output_arg = addr->m_symbol;
3706 call_insn->m_result_code_list = new hsa_op_code_list (1);
3744 hsa_insn_call *call_insn = new hsa_insn_call (ifn); in gen_hsa_insns_for_call_of_internal_fn() local
3767 call_insn->m_input_args.safe_push (addr->m_symbol); in gen_hsa_insns_for_call_of_internal_fn()
3772 hbb->append_insn (call_insn); in gen_hsa_insns_for_call_of_internal_fn()
3777 call_insn->m_output_arg = addr->m_symbol; in gen_hsa_insns_for_call_of_internal_fn()
[all …]
H A Dcalls.c473 rtx_call_insn *call_insn = last_call_insn (); in emit_call_1() local
477 call = get_call_rtx_from (call_insn); in emit_call_1()
484 add_function_usage_to (call_insn, call_fusage); in emit_call_1()
488 RTL_CONST_CALL_P (call_insn) = 1; in emit_call_1()
492 RTL_PURE_CALL_P (call_insn) = 1; in emit_call_1()
496 RTL_LOOPING_CONST_OR_PURE_CALL_P (call_insn) = 1; in emit_call_1()
499 make_reg_eh_region_note (call_insn, ecf_flags, 0); in emit_call_1()
502 add_reg_note (call_insn, REG_NORETURN, const0_rtx); in emit_call_1()
506 add_reg_note (call_insn, REG_SETJMP, const0_rtx); in emit_call_1()
519 CALL_INSN_FUNCTION_USAGE (call_insn) in emit_call_1()
[all …]
H A Demit-rtl.c3821 rtx_insn *call_insn = NULL; in try_split() local
3890 gcc_assert (call_insn == NULL_RTX); in try_split()
3891 call_insn = insn; in try_split()
3954 gcc_assert (call_insn != NULL_RTX); in try_split()
3955 add_reg_note (call_insn, REG_NOTE_KIND (note), XEXP (note, 0)); in try_split()
4369 add_function_usage_to (rtx call_insn, rtx call_fusage) in add_function_usage_to() argument
4371 gcc_assert (call_insn && CALL_P (call_insn)); in add_function_usage_to()
4375 if (CALL_INSN_FUNCTION_USAGE (call_insn)) in add_function_usage_to()
4379 for (link = CALL_INSN_FUNCTION_USAGE (call_insn); XEXP (link, 1) != 0; in add_function_usage_to()
4386 CALL_INSN_FUNCTION_USAGE (call_insn) = call_fusage; in add_function_usage_to()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Ddce.c318 FOR_EACH_INSN_USE (use, call_insn) in sp_based_mem_offset()
350 rtx_call_insn *call_insn; member
405 gcc_assert (CALL_P (call_insn)); in find_call_stack_args()
420 for (p = CALL_INSN_FUNCTION_USAGE (call_insn); p; p = XEXP (p, 1)) in find_call_stack_args()
428 HOST_WIDE_INT off = sp_based_mem_offset (call_insn, mem, fast); in find_call_stack_args()
442 for (p = CALL_INSN_FUNCTION_USAGE (call_insn); p; p = XEXP (p, 1)) in find_call_stack_args()
449 HOST_WIDE_INT off = sp_based_mem_offset (call_insn, mem, fast); in find_call_stack_args()
460 = { sp_bytes, min_sp_off, max_sp_off, call_insn, fast, false }; in find_call_stack_args()
462 for (insn = PREV_INSN (call_insn); insn; insn = prev_insn) in find_call_stack_args()
464 if (insn == BB_HEAD (BLOCK_FOR_INSN (call_insn))) in find_call_stack_args()
[all …]
H A Dresource.c657 rtx_call_insn *call_insn = as_a <rtx_call_insn *> (x); in mark_set_resources() local
662 res->regs |= insn_callee_abi (call_insn).full_reg_clobbers (); in mark_set_resources()
664 for (link = CALL_INSN_FUNCTION_USAGE (call_insn); in mark_set_resources()
672 if (find_reg_note (call_insn, REG_SETJMP, NULL)) in mark_set_resources()
H A Dfinal.c3090 rtx_call_insn *call_insn = dyn_cast <rtx_call_insn *> (insn); in final_scan_insn_1() local
3091 if (call_insn != NULL) in final_scan_insn_1()
3093 rtx x = call_from_call_insn (call_insn); in final_scan_insn_1()
3121 if ((debug_variable_location_views || call_insn != NULL) in final_scan_insn_1()
4844 rtx_insn *call_insn = insn; in rest_of_clean_state() local
4845 if (NONJUMP_INSN_P (call_insn) in rest_of_clean_state()
4846 && GET_CODE (PATTERN (call_insn)) == SEQUENCE) in rest_of_clean_state()
4849 call_insn = seq->insn (0); in rest_of_clean_state()
4851 if (CALL_P (call_insn)) in rest_of_clean_state()
4854 = find_reg_note (call_insn, REG_CALL_ARG_LOCATION, NULL_RTX); in rest_of_clean_state()
[all …]
H A Dhsa-gen.c3603 hsa_insn_call *call_insn = new hsa_insn_call (decl);
3660 call_insn->m_input_args.safe_push (addr->m_symbol);
3665 call_insn->m_args_code_list = new hsa_op_code_list (args);
3666 hbb->append_insn (call_insn);
3705 call_insn->m_output_arg = addr->m_symbol;
3706 call_insn->m_result_code_list = new hsa_op_code_list (1);
3744 hsa_insn_call *call_insn = new hsa_insn_call (ifn); in gen_hsa_insns_for_call_of_internal_fn() local
3767 call_insn->m_input_args.safe_push (addr->m_symbol); in gen_hsa_insns_for_call_of_internal_fn()
3772 hbb->append_insn (call_insn); in gen_hsa_insns_for_call_of_internal_fn()
3777 call_insn->m_output_arg = addr->m_symbol; in gen_hsa_insns_for_call_of_internal_fn()
[all …]
H A Dcalls.c473 rtx_call_insn *call_insn = last_call_insn (); in emit_call_1() local
477 call = get_call_rtx_from (call_insn); in emit_call_1()
484 add_function_usage_to (call_insn, call_fusage); in emit_call_1()
488 RTL_CONST_CALL_P (call_insn) = 1; in emit_call_1()
492 RTL_PURE_CALL_P (call_insn) = 1; in emit_call_1()
496 RTL_LOOPING_CONST_OR_PURE_CALL_P (call_insn) = 1; in emit_call_1()
499 make_reg_eh_region_note (call_insn, ecf_flags, 0); in emit_call_1()
502 add_reg_note (call_insn, REG_NORETURN, const0_rtx); in emit_call_1()
506 add_reg_note (call_insn, REG_SETJMP, const0_rtx); in emit_call_1()
519 CALL_INSN_FUNCTION_USAGE (call_insn) in emit_call_1()
[all …]
/netbsd/external/gpl3/gcc/dist/contrib/vim-gcc-dev/syntax/
H A Dgcc-rtl.vim44 syn keyword rtlConditional call_insn jump_insn if_then_else
/netbsd/external/gpl3/gcc.old/dist/contrib/vim-gcc-dev/syntax/
H A Dgcc-rtl.vim44 syn keyword rtlConditional call_insn jump_insn if_then_else
/netbsd/external/gpl3/gcc.old/dist/gcc/doc/
H A Drtl.texi595 @cindex @code{call_insn} and @samp{/u}
606 @cindex @code{call_insn} and @samp{/v}
622 @cindex @code{call_insn} and @samp{/s}
740 @cindex @code{call_insn} and @samp{/u}
748 @cindex @code{call_insn} and @samp{/i}
762 @cindex @code{call_insn} and @samp{/c}
772 @cindex @code{call_insn} and @samp{/f}
816 a @code{call_insn} may not be separated from the @code{call_insn}.
3793 @findex call_insn
3794 @item call_insn
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/config/m32r/
H A Dpredicates.md385 (match_code "insn,call_insn,jump_insn")
413 (match_code "insn,call_insn,jump_insn")
/netbsd/external/gpl3/gcc/dist/gcc/config/m32r/
H A Dpredicates.md385 (match_code "insn,call_insn,jump_insn")
413 (match_code "insn,call_insn,jump_insn")
/netbsd/external/gpl3/gcc/dist/gcc/doc/
H A Drtl.texi596 @cindex @code{call_insn} and @samp{/u}
607 @cindex @code{call_insn} and @samp{/v}
623 @cindex @code{call_insn} and @samp{/s}
741 @cindex @code{call_insn} and @samp{/u}
749 @cindex @code{call_insn} and @samp{/i}
763 @cindex @code{call_insn} and @samp{/c}
773 @cindex @code{call_insn} and @samp{/f}
817 a @code{call_insn} may not be separated from the @code{call_insn}.
3773 @findex call_insn
3774 @item call_insn
[all …]

12345