Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dcalls.c243 HOST_WIDE_INT struct_value_size ATTRIBUTE_UNUSED, in emit_call_1()
254 struct_value_size_rtx = GEN_INT (struct_value_size); in emit_call_1()
1871 HOST_WIDE_INT struct_value_size = 0; in expand_call() local
2024 struct_value_size = int_size_in_bytes (TREE_TYPE (exp)); in expand_call()
2717 adjusted_args_size.constant, struct_value_size, in expand_call()
3292 int struct_value_size = 0; in emit_library_call_value_1() local
3368 struct_value_size = GET_MODE_SIZE (outmode); in emit_library_call_value_1()
3830 struct_value_size, in emit_library_call_value_1()
H A DFSFChangeLog2288 (expand_call): struct_value_size now HOST_WIDE_INT.