Home
last modified time | relevance | path

Searched refs:fndecl_or_type (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dcalls.cc220 prepare_call_address (tree fndecl_or_type, rtx funexp, rtx static_chain_value, in prepare_call_address() argument
234 gcc_assert (fndecl_or_type && TYPE_P (fndecl_or_type)); in prepare_call_address()
235 fndecl_or_type in prepare_call_address()
237 fndecl_or_type); in prepare_call_address()
238 DECL_STATIC_CHAIN (fndecl_or_type) = 1; in prepare_call_address()
239 rtx chain = targetm.calls.static_chain (fndecl_or_type, false); in prepare_call_address()
310 && (TREE_CODE (fndecl_or_type) != FUNCTION_DECL in prepare_call_address()
311 || DECL_STATIC_CHAIN (fndecl_or_type))) in prepare_call_address()
315 chain = targetm.calls.static_chain (fndecl_or_type, false); in prepare_call_address()
1895 rtx_for_static_chain (const_tree fndecl_or_type, bool incoming_p) in rtx_for_static_chain() argument
[all …]
Dtarghooks.cc1225 default_static_chain (const_tree ARG_UNUSED (fndecl_or_type), bool incoming_p) in default_static_chain() argument
Dtarget.def5192 rtx, (const_tree fndecl_or_type, bool incoming_p),
/netbsd/src/external/gpl3/gcc/dist/gcc/config/moxie/
Dmoxie.cc499 moxie_static_chain (const_tree ARG_UNUSED (fndecl_or_type), bool incoming_p) in moxie_static_chain() argument
/netbsd/src/external/gpl3/gcc/dist/gcc/config/xtensa/
Dxtensa.cc3977 xtensa_static_chain (const_tree ARG_UNUSED (fndecl_or_type), bool incoming_p) in xtensa_static_chain() argument
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Di386.cc17538 ix86_static_chain (const_tree fndecl_or_type, bool incoming_p) in ix86_static_chain() argument
17555 if (TREE_CODE (fndecl_or_type) == FUNCTION_DECL) in ix86_static_chain()
17557 fntype = TREE_TYPE (fndecl_or_type); in ix86_static_chain()
17558 fndecl = fndecl_or_type; in ix86_static_chain()
17562 fntype = fndecl_or_type; in ix86_static_chain()
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dtm.texi3709 @deftypefn {Target Hook} rtx TARGET_STATIC_CHAIN (const_tree @var{fndecl_or_type}, bool @var{incomi…