Searched refs:compute_argument_block_size (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/gnu/gcc/gcc/ |
H A D | calls.c | 133 static int compute_argument_block_size (int, struct args_size *, int); 1156 compute_argument_block_size (int reg_parm_stack_space, in compute_argument_block_size() function 2327 = compute_argument_block_size (reg_parm_stack_space, in expand_call()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | calls.c | 203 static int compute_argument_block_size PARAMS ((int, 1425 compute_argument_block_size (reg_parm_stack_space, args_size, in compute_argument_block_size() function 2742 = compute_argument_block_size (reg_parm_stack_space,
|
H A D | ChangeLog.3 | 5228 (expand_call): Call compute_argument_block_size right before 8370 (compute_argument_block_size): Use stack_delta instead of 8658 (compute_argument_block_size): Align to STACK_BOUNDARY only for 12064 (compute_argument_block_size, expand_call): Use it. 12472 * calls.c (compute_argument_block_size): Field VAR is ssizetype. 13805 * calls.c (compute_argument_block_size): New argument 13808 compute_argument_block_size
|
H A D | ChangeLog.1 | 768 (compute_argument_block_size): Include pending_stack_adjust in 4384 * calls.c (compute_argument_block_size): New function, extracted from 4386 (expand_calls): Use compute_argument_block_size. Delete
|