Home
last modified time | relevance | path

Searched refs:struct_value_rtx (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dtarget.h676 rtx (*struct_value_rtx) (tree fndecl, int incoming); member
H A Dcalls.c1968 struct_value = targetm.calls.struct_value_rtx (fntype, 0); in expand_call()
3311 rtx struct_value = targetm.calls.struct_value_rtx (0, 0); in emit_library_call_value_1()
H A Dfunction.c2037 && targetm.calls.struct_value_rtx (TREE_TYPE (fndecl), 1) == 0) in assign_parms_augmented_arg_list()
4093 rtx sv = targetm.calls.struct_value_rtx (TREE_TYPE (subr), 2); in expand_function_start()
H A Dbuiltins.c1175 if (targetm.calls.struct_value_rtx (cfun ? TREE_TYPE (cfun->decl) : 0, 0)) in apply_args_size()
1281 rtx struct_incoming_value = targetm.calls.struct_value_rtx (cfun ? TREE_TYPE (cfun->decl) : 0, 1); in expand_builtin_apply_args_1()
1289 if (targetm.calls.struct_value_rtx (cfun ? TREE_TYPE (cfun->decl) : 0, 0)) in expand_builtin_apply_args_1()
1383 rtx struct_value = targetm.calls.struct_value_rtx (cfun ? TREE_TYPE (cfun->decl) : 0, 0); in expand_builtin_apply()
H A Dfinal.c1461 rtx svrtx = targetm.calls.struct_value_rtx (TREE_TYPE (current_function_decl), 1); in profile_function()
H A DChangeLog-20039265 calls.struct_value_rtx hook.
9304 expand_builtin_apply): Convert to calls.struct_value_rtx hook.
9318 (expand_call): Convert to calls.struct_value_rtx,
9327 * emit-rtl.c: Convert to calls.struct_value_rtx hook.
9333 * final.c (profile_function): Convert to calls.struct_value_rtx
9343 calls.struct_value_rtx hook.
9349 * rtl.h (struct_value_rtx, struct_value_incoming_rtx): Delete.
H A DChangeLog-20067795 * function.c (expand_function_start): Call struct_value_rtx
H A DChangeLog-200441805 struct_value_rtx. Use convert_memory_address.