Home
last modified time | relevance | path

Searched refs:slot_offset (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
HDfunction.c371 HOST_WIDE_INT slot_offset = 0, old_frame_offset; in assign_stack_local_1() local
443 alignment, &slot_offset)) in assign_stack_local_1()
446 if (slot_offset > space->start) in assign_stack_local_1()
447 add_frame_space (space->start, slot_offset); in assign_stack_local_1()
448 if (slot_offset + size < space->start + space->length) in assign_stack_local_1()
449 add_frame_space (slot_offset + size, in assign_stack_local_1()
457 slot_offset = frame_offset; in assign_stack_local_1()
466 try_fit_stack_local (frame_offset, size, size, alignment, &slot_offset); in assign_stack_local_1()
470 if (slot_offset > frame_offset) in assign_stack_local_1()
471 add_frame_space (frame_offset, slot_offset); in assign_stack_local_1()
[all …]
HDcalls.c1550 rtx slot_offset = ARGS_SIZE_RTX (args[i].locate.slot_offset); in compute_argument_addresses() local
1596 if (CONST_INT_P (slot_offset)) in compute_argument_addresses()
1597 addr = plus_constant (arg_reg, INTVAL (slot_offset)); in compute_argument_addresses()
1599 addr = gen_rtx_PLUS (Pmode, arg_reg, slot_offset); in compute_argument_addresses()
2107 low = -arg->locate.slot_offset.constant - arg->locate.size.constant; in check_sibcall_argument_overlap()
2109 low = arg->locate.slot_offset.constant; in check_sibcall_argument_overlap()
3961 upper_bound = -argvec[argnum].locate.slot_offset.constant + 1; in emit_library_call_value_1()
3964 lower_bound = argvec[argnum].locate.slot_offset.constant; in emit_library_call_value_1()
HDexpr.h84 struct args_size slot_offset; member
/dragonfly/contrib/gcc-8.0/gcc/
HDfunction.c373 poly_int64 slot_offset = 0, old_frame_offset; in assign_stack_local_1() local
445 alignment, &slot_offset)) in assign_stack_local_1()
448 if (known_gt (slot_offset, space->start)) in assign_stack_local_1()
449 add_frame_space (space->start, slot_offset); in assign_stack_local_1()
450 if (known_lt (slot_offset + size, space->start + space->length)) in assign_stack_local_1()
451 add_frame_space (slot_offset + size, in assign_stack_local_1()
459 slot_offset = frame_offset; in assign_stack_local_1()
468 try_fit_stack_local (frame_offset, size, size, alignment, &slot_offset); in assign_stack_local_1()
472 if (known_gt (slot_offset, frame_offset)) in assign_stack_local_1()
473 add_frame_space (frame_offset, slot_offset); in assign_stack_local_1()
[all …]
HDfunction.h500 struct args_size slot_offset; member
HDcalls.c2557 rtx slot_offset = ARGS_SIZE_RTX (args[i].locate.slot_offset); in compute_argument_addresses() local
2610 addr = simplify_gen_binary (PLUS, Pmode, arg_reg, slot_offset); in compute_argument_addresses()
3165 low = -arg->locate.slot_offset.constant - arg->locate.size.constant; in check_sibcall_argument_overlap()
3167 low = arg->locate.slot_offset.constant; in check_sibcall_argument_overlap()
5246 upper_bound = -argvec[argnum].locate.slot_offset.constant + 1; in emit_library_call_value_1()
5251 lower_bound = argvec[argnum].locate.slot_offset.constant; in emit_library_call_value_1()