Home
last modified time | relevance | path

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

123456

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dcalls.c233 gcc_assert (fndecl_or_type && TYPE_P (fndecl_or_type)); in prepare_call_address()
234 fndecl_or_type in prepare_call_address()
236 fndecl_or_type); in prepare_call_address()
237 DECL_STATIC_CHAIN (fndecl_or_type) = 1; in prepare_call_address()
238 rtx chain = targetm.calls.static_chain (fndecl_or_type, false); in prepare_call_address()
309 && (TREE_CODE (fndecl_or_type) != FUNCTION_DECL in prepare_call_address()
310 || DECL_STATIC_CHAIN (fndecl_or_type))) in prepare_call_address()
314 chain = targetm.calls.static_chain (fndecl_or_type, false); in prepare_call_address()
1894 rtx_for_static_chain (const_tree fndecl_or_type, bool incoming_p) in rtx_for_static_chain() argument
1896 if (DECL_P (fndecl_or_type) && !DECL_STATIC_CHAIN (fndecl_or_type)) in rtx_for_static_chain()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dcalls.c229 gcc_assert (fndecl_or_type && TYPE_P (fndecl_or_type)); in prepare_call_address()
230 fndecl_or_type in prepare_call_address()
232 fndecl_or_type); in prepare_call_address()
233 DECL_STATIC_CHAIN (fndecl_or_type) = 1; in prepare_call_address()
234 rtx chain = targetm.calls.static_chain (fndecl_or_type, false); in prepare_call_address()
305 && (TREE_CODE (fndecl_or_type) != FUNCTION_DECL in prepare_call_address()
306 || DECL_STATIC_CHAIN (fndecl_or_type))) in prepare_call_address()
310 chain = targetm.calls.static_chain (fndecl_or_type, false); in prepare_call_address()
2550 rtx_for_static_chain (const_tree fndecl_or_type, bool incoming_p) in rtx_for_static_chain() argument
2552 if (DECL_P (fndecl_or_type) && !DECL_STATIC_CHAIN (fndecl_or_type)) in rtx_for_static_chain()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dcalls.c229 gcc_assert (fndecl_or_type && TYPE_P (fndecl_or_type)); in prepare_call_address()
230 fndecl_or_type in prepare_call_address()
232 fndecl_or_type); in prepare_call_address()
233 DECL_STATIC_CHAIN (fndecl_or_type) = 1; in prepare_call_address()
234 rtx chain = targetm.calls.static_chain (fndecl_or_type, false); in prepare_call_address()
305 && (TREE_CODE (fndecl_or_type) != FUNCTION_DECL in prepare_call_address()
306 || DECL_STATIC_CHAIN (fndecl_or_type))) in prepare_call_address()
310 chain = targetm.calls.static_chain (fndecl_or_type, false); in prepare_call_address()
2551 rtx_for_static_chain (const_tree fndecl_or_type, bool incoming_p) in rtx_for_static_chain() argument
2553 if (DECL_P (fndecl_or_type) && !DECL_STATIC_CHAIN (fndecl_or_type)) in rtx_for_static_chain()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dcalls.c229 gcc_assert (fndecl_or_type && TYPE_P (fndecl_or_type)); in prepare_call_address()
230 fndecl_or_type in prepare_call_address()
232 fndecl_or_type); in prepare_call_address()
233 DECL_STATIC_CHAIN (fndecl_or_type) = 1; in prepare_call_address()
234 rtx chain = targetm.calls.static_chain (fndecl_or_type, false); in prepare_call_address()
305 && (TREE_CODE (fndecl_or_type) != FUNCTION_DECL in prepare_call_address()
306 || DECL_STATIC_CHAIN (fndecl_or_type))) in prepare_call_address()
310 chain = targetm.calls.static_chain (fndecl_or_type, false); in prepare_call_address()
2550 rtx_for_static_chain (const_tree fndecl_or_type, bool incoming_p) in rtx_for_static_chain() argument
2552 if (DECL_P (fndecl_or_type) && !DECL_STATIC_CHAIN (fndecl_or_type)) in rtx_for_static_chain()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dcalls.c241 gcc_assert (fndecl_or_type && TYPE_P (fndecl_or_type)); in prepare_call_address()
242 fndecl_or_type in prepare_call_address()
244 fndecl_or_type); in prepare_call_address()
245 DECL_STATIC_CHAIN (fndecl_or_type) = 1; in prepare_call_address()
246 rtx chain = targetm.calls.static_chain (fndecl_or_type, false); in prepare_call_address()
317 && (TREE_CODE (fndecl_or_type) != FUNCTION_DECL in prepare_call_address()
318 || DECL_STATIC_CHAIN (fndecl_or_type))) in prepare_call_address()
322 chain = targetm.calls.static_chain (fndecl_or_type, false); in prepare_call_address()
2673 rtx_for_static_chain (const_tree fndecl_or_type, bool incoming_p) in rtx_for_static_chain() argument
2675 if (DECL_P (fndecl_or_type) && !DECL_STATIC_CHAIN (fndecl_or_type)) in rtx_for_static_chain()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dcalls.c231 gcc_assert (fndecl_or_type && TYPE_P (fndecl_or_type)); in prepare_call_address()
232 fndecl_or_type in prepare_call_address()
234 fndecl_or_type); in prepare_call_address()
235 DECL_STATIC_CHAIN (fndecl_or_type) = 1; in prepare_call_address()
236 rtx chain = targetm.calls.static_chain (fndecl_or_type, false); in prepare_call_address()
307 && (TREE_CODE (fndecl_or_type) != FUNCTION_DECL in prepare_call_address()
308 || DECL_STATIC_CHAIN (fndecl_or_type))) in prepare_call_address()
312 chain = targetm.calls.static_chain (fndecl_or_type, false); in prepare_call_address()
2902 rtx_for_static_chain (const_tree fndecl_or_type, bool incoming_p) in rtx_for_static_chain() argument
2904 if (DECL_P (fndecl_or_type) && !DECL_STATIC_CHAIN (fndecl_or_type)) in rtx_for_static_chain()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dcalls.c241 gcc_assert (fndecl_or_type && TYPE_P (fndecl_or_type)); in prepare_call_address()
242 fndecl_or_type in prepare_call_address()
244 fndecl_or_type); in prepare_call_address()
245 DECL_STATIC_CHAIN (fndecl_or_type) = 1; in prepare_call_address()
246 rtx chain = targetm.calls.static_chain (fndecl_or_type, false); in prepare_call_address()
317 && (TREE_CODE (fndecl_or_type) != FUNCTION_DECL in prepare_call_address()
318 || DECL_STATIC_CHAIN (fndecl_or_type))) in prepare_call_address()
322 chain = targetm.calls.static_chain (fndecl_or_type, false); in prepare_call_address()
2674 rtx_for_static_chain (const_tree fndecl_or_type, bool incoming_p) in rtx_for_static_chain() argument
2676 if (DECL_P (fndecl_or_type) && !DECL_STATIC_CHAIN (fndecl_or_type)) in rtx_for_static_chain()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dcalls.c236 gcc_assert (fndecl_or_type && TYPE_P (fndecl_or_type)); in prepare_call_address()
237 fndecl_or_type in prepare_call_address()
239 fndecl_or_type); in prepare_call_address()
240 DECL_STATIC_CHAIN (fndecl_or_type) = 1; in prepare_call_address()
241 rtx chain = targetm.calls.static_chain (fndecl_or_type, false); in prepare_call_address()
312 && (TREE_CODE (fndecl_or_type) != FUNCTION_DECL in prepare_call_address()
313 || DECL_STATIC_CHAIN (fndecl_or_type))) in prepare_call_address()
317 chain = targetm.calls.static_chain (fndecl_or_type, false); in prepare_call_address()
2969 rtx_for_static_chain (const_tree fndecl_or_type, bool incoming_p) in rtx_for_static_chain() argument
2971 if (DECL_P (fndecl_or_type) && !DECL_STATIC_CHAIN (fndecl_or_type)) in rtx_for_static_chain()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dcalls.c231 gcc_assert (fndecl_or_type && TYPE_P (fndecl_or_type)); in prepare_call_address()
232 fndecl_or_type in prepare_call_address()
234 fndecl_or_type); in prepare_call_address()
235 DECL_STATIC_CHAIN (fndecl_or_type) = 1; in prepare_call_address()
236 rtx chain = targetm.calls.static_chain (fndecl_or_type, false); in prepare_call_address()
307 && (TREE_CODE (fndecl_or_type) != FUNCTION_DECL in prepare_call_address()
308 || DECL_STATIC_CHAIN (fndecl_or_type))) in prepare_call_address()
312 chain = targetm.calls.static_chain (fndecl_or_type, false); in prepare_call_address()
2889 rtx_for_static_chain (const_tree fndecl_or_type, bool incoming_p) in rtx_for_static_chain() argument
2891 if (DECL_P (fndecl_or_type) && !DECL_STATIC_CHAIN (fndecl_or_type)) in rtx_for_static_chain()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dcalls.c241 gcc_assert (fndecl_or_type && TYPE_P (fndecl_or_type)); in prepare_call_address()
242 fndecl_or_type in prepare_call_address()
244 fndecl_or_type); in prepare_call_address()
245 DECL_STATIC_CHAIN (fndecl_or_type) = 1; in prepare_call_address()
246 rtx chain = targetm.calls.static_chain (fndecl_or_type, false); in prepare_call_address()
317 && (TREE_CODE (fndecl_or_type) != FUNCTION_DECL in prepare_call_address()
318 || DECL_STATIC_CHAIN (fndecl_or_type))) in prepare_call_address()
322 chain = targetm.calls.static_chain (fndecl_or_type, false); in prepare_call_address()
2673 rtx_for_static_chain (const_tree fndecl_or_type, bool incoming_p) in rtx_for_static_chain() argument
2675 if (DECL_P (fndecl_or_type) && !DECL_STATIC_CHAIN (fndecl_or_type)) in rtx_for_static_chain()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dcalls.c236 gcc_assert (fndecl_or_type && TYPE_P (fndecl_or_type)); in prepare_call_address()
237 fndecl_or_type in prepare_call_address()
239 fndecl_or_type); in prepare_call_address()
240 DECL_STATIC_CHAIN (fndecl_or_type) = 1; in prepare_call_address()
241 rtx chain = targetm.calls.static_chain (fndecl_or_type, false); in prepare_call_address()
312 && (TREE_CODE (fndecl_or_type) != FUNCTION_DECL in prepare_call_address()
313 || DECL_STATIC_CHAIN (fndecl_or_type))) in prepare_call_address()
317 chain = targetm.calls.static_chain (fndecl_or_type, false); in prepare_call_address()
2969 rtx_for_static_chain (const_tree fndecl_or_type, bool incoming_p) in rtx_for_static_chain() argument
2971 if (DECL_P (fndecl_or_type) && !DECL_STATIC_CHAIN (fndecl_or_type)) in rtx_for_static_chain()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dcalls.c241 gcc_assert (fndecl_or_type && TYPE_P (fndecl_or_type)); in prepare_call_address()
242 fndecl_or_type in prepare_call_address()
244 fndecl_or_type); in prepare_call_address()
245 DECL_STATIC_CHAIN (fndecl_or_type) = 1; in prepare_call_address()
246 rtx chain = targetm.calls.static_chain (fndecl_or_type, false); in prepare_call_address()
317 && (TREE_CODE (fndecl_or_type) != FUNCTION_DECL in prepare_call_address()
318 || DECL_STATIC_CHAIN (fndecl_or_type))) in prepare_call_address()
322 chain = targetm.calls.static_chain (fndecl_or_type, false); in prepare_call_address()
2673 rtx_for_static_chain (const_tree fndecl_or_type, bool incoming_p) in rtx_for_static_chain() argument
2675 if (DECL_P (fndecl_or_type) && !DECL_STATIC_CHAIN (fndecl_or_type)) in rtx_for_static_chain()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dcalls.c241 gcc_assert (fndecl_or_type && TYPE_P (fndecl_or_type)); in prepare_call_address()
242 fndecl_or_type in prepare_call_address()
244 fndecl_or_type); in prepare_call_address()
245 DECL_STATIC_CHAIN (fndecl_or_type) = 1; in prepare_call_address()
246 rtx chain = targetm.calls.static_chain (fndecl_or_type, false); in prepare_call_address()
317 && (TREE_CODE (fndecl_or_type) != FUNCTION_DECL in prepare_call_address()
318 || DECL_STATIC_CHAIN (fndecl_or_type))) in prepare_call_address()
322 chain = targetm.calls.static_chain (fndecl_or_type, false); in prepare_call_address()
2673 rtx_for_static_chain (const_tree fndecl_or_type, bool incoming_p) in rtx_for_static_chain() argument
2675 if (DECL_P (fndecl_or_type) && !DECL_STATIC_CHAIN (fndecl_or_type)) in rtx_for_static_chain()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dcalls.c236 gcc_assert (fndecl_or_type && TYPE_P (fndecl_or_type)); in prepare_call_address()
237 fndecl_or_type in prepare_call_address()
239 fndecl_or_type); in prepare_call_address()
240 DECL_STATIC_CHAIN (fndecl_or_type) = 1; in prepare_call_address()
241 rtx chain = targetm.calls.static_chain (fndecl_or_type, false); in prepare_call_address()
312 && (TREE_CODE (fndecl_or_type) != FUNCTION_DECL in prepare_call_address()
313 || DECL_STATIC_CHAIN (fndecl_or_type))) in prepare_call_address()
317 chain = targetm.calls.static_chain (fndecl_or_type, false); in prepare_call_address()
2969 rtx_for_static_chain (const_tree fndecl_or_type, bool incoming_p) in rtx_for_static_chain() argument
2971 if (DECL_P (fndecl_or_type) && !DECL_STATIC_CHAIN (fndecl_or_type)) in rtx_for_static_chain()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dcalls.c231 gcc_assert (fndecl_or_type && TYPE_P (fndecl_or_type)); in prepare_call_address()
232 fndecl_or_type in prepare_call_address()
234 fndecl_or_type); in prepare_call_address()
235 DECL_STATIC_CHAIN (fndecl_or_type) = 1; in prepare_call_address()
236 rtx chain = targetm.calls.static_chain (fndecl_or_type, false); in prepare_call_address()
307 && (TREE_CODE (fndecl_or_type) != FUNCTION_DECL in prepare_call_address()
308 || DECL_STATIC_CHAIN (fndecl_or_type))) in prepare_call_address()
312 chain = targetm.calls.static_chain (fndecl_or_type, false); in prepare_call_address()
2884 rtx_for_static_chain (const_tree fndecl_or_type, bool incoming_p) in rtx_for_static_chain() argument
2886 if (DECL_P (fndecl_or_type) && !DECL_STATIC_CHAIN (fndecl_or_type)) in rtx_for_static_chain()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dcalls.c241 gcc_assert (fndecl_or_type && TYPE_P (fndecl_or_type)); in prepare_call_address()
242 fndecl_or_type in prepare_call_address()
244 fndecl_or_type); in prepare_call_address()
245 DECL_STATIC_CHAIN (fndecl_or_type) = 1; in prepare_call_address()
246 rtx chain = targetm.calls.static_chain (fndecl_or_type, false); in prepare_call_address()
317 && (TREE_CODE (fndecl_or_type) != FUNCTION_DECL in prepare_call_address()
318 || DECL_STATIC_CHAIN (fndecl_or_type))) in prepare_call_address()
322 chain = targetm.calls.static_chain (fndecl_or_type, false); in prepare_call_address()
2673 rtx_for_static_chain (const_tree fndecl_or_type, bool incoming_p) in rtx_for_static_chain() argument
2675 if (DECL_P (fndecl_or_type) && !DECL_STATIC_CHAIN (fndecl_or_type)) in rtx_for_static_chain()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/config/moxie/
H A Dmoxie.c513 moxie_static_chain (const_tree ARG_UNUSED (fndecl_or_type), bool incoming_p) in moxie_static_chain() argument
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/config/moxie/
H A Dmoxie.c507 moxie_static_chain (const_tree ARG_UNUSED (fndecl_or_type), bool incoming_p) in moxie_static_chain() argument
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/config/moxie/
H A Dmoxie.c499 moxie_static_chain (const_tree ARG_UNUSED (fndecl_or_type), bool incoming_p) in moxie_static_chain() argument
/dports/lang/gcc9/gcc-9.4.0/gcc/config/moxie/
H A Dmoxie.c513 moxie_static_chain (const_tree ARG_UNUSED (fndecl_or_type), bool incoming_p) in moxie_static_chain() argument
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/config/moxie/
H A Dmoxie.c513 moxie_static_chain (const_tree ARG_UNUSED (fndecl_or_type), bool incoming_p) in moxie_static_chain() argument
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/config/moxie/
H A Dmoxie.c513 moxie_static_chain (const_tree ARG_UNUSED (fndecl_or_type), bool incoming_p) in moxie_static_chain() argument
/dports/devel/avr-gcc/gcc-10.2.0/gcc/config/moxie/
H A Dmoxie.c499 moxie_static_chain (const_tree ARG_UNUSED (fndecl_or_type), bool incoming_p) in moxie_static_chain() argument
/dports/lang/gnat_util/gcc-6-20180516/gcc/config/moxie/
H A Dmoxie.c507 moxie_static_chain (const_tree ARG_UNUSED (fndecl_or_type), bool incoming_p) in moxie_static_chain() argument
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/config/moxie/
H A Dmoxie.c499 moxie_static_chain (const_tree ARG_UNUSED (fndecl_or_type), bool incoming_p) in moxie_static_chain() argument

123456