Searched refs:struct_value_rtx (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | target.h | 676 rtx (*struct_value_rtx) (tree fndecl, int incoming); member
|
| H A D | calls.c | 1968 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 D | function.c | 2037 && 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 D | builtins.c | 1175 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 D | final.c | 1461 rtx svrtx = targetm.calls.struct_value_rtx (TREE_TYPE (current_function_decl), 1); in profile_function()
|
| H A D | ChangeLog-2003 | 9265 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 D | ChangeLog-2006 | 7795 * function.c (expand_function_start): Call struct_value_rtx
|
| H A D | ChangeLog-2004 | 41805 struct_value_rtx. Use convert_memory_address.
|