Home
last modified time | relevance | path

Searched refs:aggregate_value_p (Results 1 – 25 of 29) sorted by relevance

12

/freebsd-10-stable/contrib/gcc/
Dtree-nrv.c116 if (!aggregate_value_p (result, current_function_decl)) in tree_nrv()
304 && aggregate_value_p (call, call)) in execute_return_slot_opt()
Dtree-gimple.c120 || ! aggregate_value_p (t, t)))) in is_gimple_mem_rhs()
Dfunction.c1759 aggregate_value_p (tree exp, tree fntype) in aggregate_value_p() function
2035 if (aggregate_value_p (DECL_RESULT (fndecl), fndecl) in assign_parms_augmented_arg_list()
3828 if (aggregate_value_p (result, fndecl)) in allocate_struct_function()
4079 if (aggregate_value_p (DECL_RESULT (subr), subr)) in expand_function_start()
Dcalls.c2013 if (aggregate_value_p (exp, fndecl)) in expand_call()
3358 if (aggregate_value_p (tfom, 0)) in emit_library_call_value_1()
Dtree-eh.c634 if (aggregate_value_p (TREE_TYPE (result), in do_return_redirection()
Dgimplify.c1164 || aggregate_value_p (result_decl, TREE_TYPE (current_function_decl))) in gimplify_return_expr()
3388 && aggregate_value_p (*from_p, *from_p)) in gimplify_modify_expr_rhs()
Dreg-stack.c675 if (aggregate_value_p (DECL_RESULT (decl), decl)) in stack_result()
Dtree.h4477 extern int aggregate_value_p (tree, tree);
Dtree.c7109 && aggregate_value_p (t, current_function_decl))); in needs_to_live_in_memory()
Dc-parser.c8775 if (block_impl->return_type && aggregate_value_p(block_impl->return_type, 0)) in build_block_struct_initlist()
DChangeLog-20035637 number of arguments to aggregate_value_p.
9322 aggregate_value_p. Initialize CUMULATIVE_ARGS before calling
9328 * expr.c (expand_assignment): Pass call to aggregate_value_p.
9335 * function.c (aggregate_value_p): Accept function type tree as
9341 aggregate_value_p.
9345 (allocate_struct_function): Pass fndecl to aggregate_value_p.
9347 * integrate.c (expand_inline_function): Pass fndecl to aggregate_value_p.
9359 * tree.h (aggregate_value_p): Also takes a tree to deduce function
9369 to aggregate_value_p.
9379 aggregate_value_p.
[all …]
Dexpr.c4164 if (TREE_CODE (from) == CALL_EXPR && ! aggregate_value_p (from, from) in expand_assignment()
DChangeLog-200414485 instantiate_virtual_regs_lossage, aggregate_value_p,
20209 * function.c (aggregate_value_p): Check DECL_BY_REFERENCE.
29840 instantiate_virtual_regs_1, aggregate_value_p, assign_parms,
30414 of an aggregate_value_p type.
30951 for !aggregate_value_p.
43999 * function.c (aggregate_value_p, keep_stack_depressed): Likewise.
DFSFChangeLog.1111745 * function.c (aggregate_value_p): If hard_function_value returns
13278 * function.c (aggregate_value_p): Return 1 if TREE_ADDRESSABLE.
/freebsd-10-stable/contrib/gcc/config/mips/
Dmips.c6313 && !aggregate_value_p (return_type, current_function_decl) in mips_save_reg_p()
7139 && ! aggregate_value_p (return_type, current_function_decl) in mips_can_use_return_insn()
7180 if (aggregate_value_p (TREE_TYPE (TREE_TYPE (function)), function)) in mips_output_mi_thunk()
/freebsd-10-stable/contrib/gcc/config/i386/
Di386.c2983 if (aggregate_value_p (TREE_TYPE (funtype), fundecl) in ix86_return_pops_args()
18275 int n = aggregate_value_p (TREE_TYPE (type), type) != 0; in x86_this_parameter()
18299 if (aggregate_value_p (TREE_TYPE (type), type)) in x86_this_parameter()
/freebsd-10-stable/contrib/gcc/config/sparc/
Dsparc.c8567 if (TARGET_ARCH64 && aggregate_value_p (TREE_TYPE (TREE_TYPE (function)), function)) in sparc_output_mi_thunk()
/freebsd-10-stable/contrib/gcc/config/s390/
Ds390.c8462 if (aggregate_value_p (TREE_TYPE (TREE_TYPE (function)), function)) in s390_output_mi_thunk()
/freebsd-10-stable/contrib/gcc/cp/
Ddecl.c11925 && aggregate_value_p (TREE_TYPE (TREE_TYPE (fndecl)), fndecl) in finish_function()
DChangeLog-1995333 * class.c (finish_struct_bits): Check aggregate_value_p instead of
Dparser.c19256 if (block_impl->return_type && aggregate_value_p(block_impl->return_type, 0)) in VEC()
DChangeLog-20031692 * decl.c (finish_function): Pass fndecl to aggregate_value_p.
DChangeLog-19985447 if (aggregate_value_p (type)).
/freebsd-10-stable/contrib/gcc/config/arm/
Darm.c14885 int this_regno = (aggregate_value_p (TREE_TYPE (TREE_TYPE (function)), function) in arm_output_mi_thunk()
/freebsd-10-stable/contrib/gcc/config/rs6000/
Drs6000.c15729 if (aggregate_value_p (TREE_TYPE (TREE_TYPE (function)), function)) in rs6000_output_mi_thunk()

12