Home
last modified time | relevance | path

Searched refs:ir_allocate_spill_slot (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/opcache/jit/ir/
H A Dir_ra.c2611 int32_t ir_allocate_spill_slot(ir_ctx *ctx, ir_type type, ir_reg_alloc_data *data) in ir_allocate_spill_slot() function
3521 ir_ref slot = ir_allocate_spill_slot(ctx, insn->type, &data);; in ir_linear_scan()
3761 ival->stack_spill_pos = ir_allocate_spill_slot(ctx, ival->type, &data); in ir_linear_scan()
3787 ctx->ret_slot = ir_allocate_spill_slot(ctx, IR_DOUBLE, &data); in ir_linear_scan()
3789 ctx->ret_slot = ir_allocate_spill_slot(ctx, ctx->ret_type, &data); in ir_linear_scan()
H A Dir_private.h1324 int32_t ir_allocate_spill_slot(ir_ctx *ctx, ir_type type, ir_reg_alloc_data *data);
H A Dir_x86.dasc9939 ctx->ret_slot = ir_allocate_spill_slot(ctx, IR_DOUBLE, &data->ra_data);
9941 ctx->ret_slot = ir_allocate_spill_slot(ctx, ctx->ret_type, &data->ra_data);
9975 ctx->ret_slot = ir_allocate_spill_slot(ctx, IR_DOUBLE, &data->ra_data);
10016 ival->stack_spill_pos = ir_allocate_spill_slot(ctx, ival->type, &data->ra_data);
10027 … int32_t stack_spill_pos = insn->op3 = ir_allocate_spill_slot(ctx, insn->type, &data->ra_data);
H A Dir_aarch64.dasc5599 ival->stack_spill_pos = ir_allocate_spill_slot(ctx, ival->type, &data->ra_data);
5610 … int32_t stack_spill_pos = insn->op3 = ir_allocate_spill_slot(ctx, insn->type, &data->ra_data);

Completed in 52 milliseconds