Home
last modified time | relevance | path

Searched refs:RTL_CONST_CALL_P (Results 1 – 20 of 20) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dstore-motion.c407 if (!RTL_CONST_CALL_P (insn)) in store_killed_in_insn()
H A Drtl.h823 #define RTL_CONST_CALL_P(RTX) \ macro
833 (RTL_CONST_CALL_P(RTX) || RTL_PURE_CALL_P(RTX))
H A Demit-rtl.c5893 RTL_CONST_CALL_P (new_rtx) = RTL_CONST_CALL_P (insn); in emit_copy_of_insn_after()
H A Dira.c2648 if (CALL_P (insn) && (! RTL_CONST_CALL_P (insn))) in memref_used_between_p()
H A Dreorg.c3200 && (! RTL_CONST_CALL_P (our_prev) in delete_prior_computation()
H A Ddse.c2566 const_call = RTL_CONST_CALL_P (insn); in scan_insn()
H A Dcalls.c403 RTL_CONST_CALL_P (call_insn) = 1; in emit_call_1()
H A Difcvt.c2417 || (CALL_P (insn) && (!RTL_CONST_CALL_P (insn))))) in noce_can_store_speculate_p()
H A Ddf-scan.c3368 if (!RTL_CONST_CALL_P (insn_info->insn)) in df_get_call_refs()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dstore-motion.c384 if (!RTL_CONST_CALL_P (insn)) in store_killed_in_insn()
H A Drtl.h1543 #define RTL_CONST_CALL_P(RTX) \ macro
1553 (RTL_CONST_CALL_P (RTX) || RTL_PURE_CALL_P (RTX))
H A Demit-rtl.c6473 RTL_CONST_CALL_P (new_rtx) = RTL_CONST_CALL_P (insn); in emit_copy_of_insn_after()
H A Ddse.c2415 const_call = RTL_CONST_CALL_P (insn); in scan_insn()
H A Dreorg.c2946 && (! RTL_CONST_CALL_P (our_prev) in delete_prior_computation()
H A Ddf-scan.c3111 if (!RTL_CONST_CALL_P (insn_info->insn)) in df_get_call_refs()
H A Dira.c3224 if (CALL_P (insn) && (! RTL_CONST_CALL_P (insn))) in memref_used_between_p()
H A Dcalls.c501 RTL_CONST_CALL_P (call_insn) = 1; in emit_call_1()
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Drtl.texi581 @findex RTL_CONST_CALL_P
584 @item RTL_CONST_CALL_P (@var{x})
600 In a @code{call_insn}, true if @code{RTL_CONST_CALL_P} or
610 @code{RTL_CONST_CALL_P} or @code{RTL_PURE_CALL_P} is true.
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Di386.c12725 RTL_CONST_CALL_P (insns) = 1; in legitimize_tls_address()
12779 RTL_CONST_CALL_P (insns) = 1; in legitimize_tls_address()
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Di386.c16574 RTL_CONST_CALL_P (insns) = 1; in legitimize_tls_address()
16630 RTL_CONST_CALL_P (insns) = 1; in legitimize_tls_address()