Lines Matching refs:decl_result
3835 tree decl_result = DECL_RESULT (fndecl); in assign_parms() local
3836 rtx decl_rtl = DECL_RTL (decl_result); in assign_parms()
3840 : DECL_REGISTER (decl_result)) in assign_parms()
3844 real_decl_rtl = targetm.calls.function_value (TREE_TYPE (decl_result), in assign_parms()
5325 tree decl_result = DECL_RESULT (current_function_decl); in clobber_return_register() local
5326 rtx decl_rtl = DECL_RTL (decl_result); in clobber_return_register()
5427 tree decl_result = DECL_RESULT (current_function_decl); in expand_function_end() local
5428 rtx decl_rtl = DECL_RTL (decl_result); in expand_function_end()
5432 : DECL_REGISTER (decl_result)) in expand_function_end()
5451 if (TYPE_MODE (TREE_TYPE (decl_result)) != BLKmode in expand_function_end()
5453 && targetm.calls.return_in_msb (TREE_TYPE (decl_result))) in expand_function_end()
5469 TREE_TYPE (decl_result), in expand_function_end()
5470 int_size_in_bytes (TREE_TYPE (decl_result))); in expand_function_end()
5495 int unsignedp = TYPE_UNSIGNED (TREE_TYPE (decl_result)); in expand_function_end()
5496 promote_function_mode (TREE_TYPE (decl_result), in expand_function_end()