Home
last modified time | relevance | path

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

12345

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-nrv.cc146 if (!aggregate_value_p (result, current_function_decl)) in execute()
372 && aggregate_value_p (TREE_TYPE (gimple_call_lhs (stmt)), in execute()
H A Dsymtab-thunks.cc484 if (aggregate_value_p (resdecl, TREE_TYPE (thunk_fndecl))) in expand_thunk()
554 if (aggregate_value_p (resdecl, TREE_TYPE (thunk_fndecl)) in expand_thunk()
H A Dgimplify-me.cc286 if (!aggregate_value_p (TREE_TYPE (lhs), fndecl) in gimple_regimplify_operands()
H A Dfunction.h660 extern int aggregate_value_p (const_tree, const_tree);
H A Dipa-split.cc1522 if (aggregate_value_p (DECL_RESULT (current_function_decl), in split_function()
1660 if (!aggregate_value_p (retval, TREE_TYPE (current_function_decl)) in split_function()
H A Dcalls.cc2771 if (aggregate_value_p (exp, fntype)) in expand_call()
4140 if (aggregate_value_p (tfom, 0)) in emit_library_call_value_1()
H A Domp-simd-clone.cc320 && !aggregate_value_p (type, NULL) in simd_clone_compute_base_data_type()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-nrv.c146 if (!aggregate_value_p (result, current_function_decl)) in execute()
372 && aggregate_value_p (TREE_TYPE (gimple_call_lhs (stmt)), in execute()
H A Dgimplify-me.c290 if (!aggregate_value_p (TREE_TYPE (lhs), fndecl) in gimple_regimplify_operands()
H A Dfunction.h643 extern int aggregate_value_p (const_tree, const_tree);
H A Dfunction.c2076 aggregate_value_p (const_tree exp, const_tree fntype) in aggregate_value_p() function
2118 return aggregate_value_p (first_field (type), fntype); in aggregate_value_p()
2215 if (!aggregate_value_p (decl, current_function_decl)) in use_register_for_decl()
2406 if (aggregate_value_p (DECL_RESULT (fndecl), fndecl) in assign_parms_augmented_arg_list()
4844 if (!abstract_p && aggregate_value_p (result, fndecl)) in allocate_struct_function()
5079 if (aggregate_value_p (res, subr)) in expand_function_start()
H A Dipa-split.c1503 if (aggregate_value_p (DECL_RESULT (current_function_decl), in split_function()
1641 if (!aggregate_value_p (retval, TREE_TYPE (current_function_decl)) in split_function()
H A Dcgraphunit.c2029 if (aggregate_value_p (resdecl, TREE_TYPE (thunk_fndecl))) in expand_thunk()
2102 if (aggregate_value_p (resdecl, TREE_TYPE (thunk_fndecl)) in expand_thunk()
H A Domp-simd-clone.c320 && !aggregate_value_p (type, NULL) in simd_clone_compute_base_data_type()
H A Dcalls.c3779 if (aggregate_value_p (exp, fntype)) in expand_call()
5140 if (aggregate_value_p (tfom, 0)) in emit_library_call_value_1()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-call.cc2142 if (result && aggregate_value_p (result, fntype)) in rs6000_function_parms_need_stack()
2935 if (aggregate_value_p (TREE_TYPE (TREE_TYPE (function)), function)) in rs6000_output_mi_thunk()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-codegen.cc679 && !aggregate_value_p (TREE_TYPE (exp), exp)) in build_address()
1341 && aggregate_value_p (TREE_TYPE (rhs), rhs)) in build_assign()
H A Ddecl.cc1018 || aggregate_value_p (TREE_TYPE (resdecl), fndecl)) in visit()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/microblaze/
H A Dmicroblaze.c2886 if (aggregate_value_p (DECL_RESULT (fndecl), fntype) in microblaze_expand_prologue()
3318 if (aggregate_value_p (TREE_TYPE (TREE_TYPE (function)), function)) in microblaze_asm_output_mi_thunk()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/microblaze/
H A Dmicroblaze.cc2887 if (aggregate_value_p (DECL_RESULT (fndecl), fntype) in microblaze_expand_prologue()
3319 if (aggregate_value_p (TREE_TYPE (TREE_TYPE (function)), function)) in microblaze_asm_output_mi_thunk()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/or1k/
H A Dor1k.cc2113 if (aggregate_value_p (TREE_TYPE (TREE_TYPE (function)), function)) in or1k_output_mi_thunk()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Ddecl.cc967 d->nrvo_can = aggregate_value_p (restype, fndecl); in visit()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/stormy16/
H A Dstormy16.c1530 if (aggregate_value_p (TREE_TYPE (TREE_TYPE (function)), function)) in xstormy16_asm_output_mi_thunk()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/stormy16/
H A Dstormy16.cc1530 if (aggregate_value_p (TREE_TYPE (TREE_TYPE (function)), function)) in xstormy16_asm_output_mi_thunk()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mn10300/
H A Dmn10300.c2573 if (aggregate_value_p (TREE_TYPE (TREE_TYPE (function)), function)) in mn10300_asm_output_mi_thunk()

12345