Home
last modified time | relevance | path

Searched refs:tmp_ref (Results 1 – 3 of 3) sorted by relevance

/PHP-8.4/ext/opcache/jit/ir/
H A Dir_dump.c391 if (ival->tmp_ref == IR_LIVE_POS_TO_REF(p->start)) { in ir_dump_live_ranges()
394 fprintf(f, "/%d.%d", ival->tmp_ref, ival->tmp_op_num); in ir_dump_live_ranges()
H A Dir_ra.c267 static void ir_add_tmp(ir_ctx *ctx, ir_ref ref, ir_ref tmp_ref, int32_t tmp_op_num, ir_tmp_reg tmp_… in ir_add_tmp() argument
274 ival->tmp_ref = tmp_ref; in ir_add_tmp()
307 if (ival->tmp_ref == ref && ival->tmp_op_num == op_num) { in ir_has_tmp()
4077 ir_insn *insn = &ctx->ir_base[ival->tmp_ref]; in assign_regs()
4091 ir_set_alocated_reg(ctx, ival->tmp_ref, ival->tmp_op_num, reg); in assign_regs()
H A Dir_private.h1213 int32_t tmp_ref; member

Completed in 33 milliseconds