Home
last modified time | relevance | path

Searched refs:struct_value_size (Results 1 – 7 of 7) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/
H A Dcalls.cc377 poly_int64 struct_value_size ATTRIBUTE_UNUSED, in emit_call_1()
438 gen_int_mode (struct_value_size, Pmode)); in emit_call_1()
471 gen_int_mode (struct_value_size, Pmode)); in emit_call_1()
2619 poly_int64 struct_value_size = 0; in expand_call() local
2782 if (!poly_int_tree_p (TYPE_SIZE_UNIT (rettype), &struct_value_size)) in expand_call()
2783 struct_value_size = -1; in expand_call()
3614 adjusted_args_size.constant, struct_value_size, in expand_call()
4078 poly_int64 struct_value_size = 0; in emit_library_call_value_1() local
4150 struct_value_size = GET_MODE_SIZE (outmode); in emit_library_call_value_1()
4673 struct_value_size, in emit_library_call_value_1()
H A Dcalls.c374 poly_int64 struct_value_size ATTRIBUTE_UNUSED, in emit_call_1()
435 gen_int_mode (struct_value_size, Pmode)); in emit_call_1()
468 gen_int_mode (struct_value_size, Pmode)); in emit_call_1()
3628 poly_int64 struct_value_size = 0; in expand_call() local
3790 if (!poly_int_tree_p (TYPE_SIZE_UNIT (rettype), &struct_value_size)) in expand_call()
3791 struct_value_size = -1; in expand_call()
4617 adjusted_args_size.constant, struct_value_size, in expand_call()
5078 poly_int64 struct_value_size = 0; in emit_library_call_value_1() local
5150 struct_value_size = GET_MODE_SIZE (outmode); in emit_library_call_value_1()
5673 struct_value_size, in emit_library_call_value_1()
H A DFSFChangeLog2288 (expand_call): struct_value_size now HOST_WIDE_INT.
H A DChangeLog-20091625 * calls.c (emit_call_1): Don't GEN_INT (struct_value_size)
H A DChangeLog-201835383 * calls.c (emit_call_1, expand_call): Change struct_value_size from
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dcalls.c374 poly_int64 struct_value_size ATTRIBUTE_UNUSED, in emit_call_1()
435 gen_int_mode (struct_value_size, Pmode)); in emit_call_1()
468 gen_int_mode (struct_value_size, Pmode)); in emit_call_1()
3628 poly_int64 struct_value_size = 0; in expand_call() local
3790 if (!poly_int_tree_p (TYPE_SIZE_UNIT (rettype), &struct_value_size)) in expand_call()
3791 struct_value_size = -1; in expand_call()
4617 adjusted_args_size.constant, struct_value_size, in expand_call()
5078 poly_int64 struct_value_size = 0; in emit_library_call_value_1() local
5150 struct_value_size = GET_MODE_SIZE (outmode); in emit_library_call_value_1()
5673 struct_value_size, in emit_library_call_value_1()
H A DFSFChangeLog2288 (expand_call): struct_value_size now HOST_WIDE_INT.