Lines Matching refs:stack_offset
8512 int32_t used_stack, stack_offset = IR_SHADOW_ARGS;
8620 ir_emit_store_mem(ctx, type, IR_MEM_BO(IR_REG_STACK_POINTER, stack_offset), src_reg);
8624 stack_offset += IR_MAX(sizeof(void*), ir_type_size[type]);
8636 stack_offset = IR_SHADOW_ARGS;
8705 ir_mem mem = IR_MEM_BO(IR_REG_STACK_POINTER, stack_offset);
8732 stack_offset += IR_MAX(sizeof(void*), ir_type_size[type]);
9725 int32_t stack_offset = 0;
9737 stack_offset = sizeof(void*) * 2; /* skip old frame pointer and return address */
9739 …stack_offset = sizeof(void*) + ctx->stack_frame_size + ctx->call_stack_size; /* skip return addres…
9772 stack_offset == ctx->live_intervals[ctx->vregs[use]]->stack_spill_pos +
9777 ir_emit_param_move(ctx, insn->type, src_reg, dst_reg, use, stack_offset);
9785 stack_offset += sizeof(void*);
9787 stack_offset += IR_MAX(sizeof(void*), ir_type_size[insn->type]);
9851 int32_t stack_offset = 0;
9903 ival->stack_spill_pos = stack_start + stack_offset;
9907 stack_offset += sizeof(void*);
9909 stack_offset += IR_MAX(sizeof(void*), ir_type_size[insn->type]);
9917 stack_offset += IR_MIN(int_param_num, int_reg_params_count) * sizeof(void*);
9921 ctx->param_stack_size = stack_offset;