Home
last modified time | relevance | path

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

/PHP-8.2/ext/opcache/jit/ir/
H A Dir.c813 ir_ref ir_emit2(ir_ctx *ctx, uint32_t opt, ir_ref op1, ir_ref op2) in ir_emit2() function
1863 ctx->control = ir_emit2(ctx, IR_ENTRY, src, num); in _ir_ENTRY()
1885 if_ref = ir_emit2(ctx, IR_IF, ctx->control, condition); in _ir_IF()
1904 ctx->control = ir_emit2(ctx, IR_IF_TRUE, if_ref, 1); in _ir_IF_TRUE_cold()
1921 ctx->control = ir_emit2(ctx, IR_IF_FALSE, if_ref, 1); in _ir_IF_FALSE_cold()
1975 ref = ir_emit2(ctx, IR_END, ctx->control, list); in _ir_END_LIST()
2259 ref = ir_emit2(ctx, IR_SWITCH, ctx->control, val); in _ir_SWITCH()
2267 ctx->control = ir_emit2(ctx, IR_CASE_VAL, switch_ref, val); in _ir_CASE_VAL()
2408 ctx->control = ir_emit2(ctx, IR_AFREE, ctx->control, size); in _ir_AFREE()
2514 ctx->control = ir_emit2(ctx, IR_VA_START, ctx->control, list); in _ir_VA_START()
[all …]
H A Dir.h674 ir_ref ir_emit2(ir_ctx *ctx, uint32_t opt, ir_ref op1, ir_ref op2);
/PHP-8.2/ext/opcache/jit/
H A Dzend_jit_ir.c6392 phi = ir_emit2(&jit->ctx, IR_OPT(IR_COPY, jit->ctx.ir_base[phi].type), phi, 1); in zend_jit_assign_to_variable()
8276 top = jit->ctx.control = ir_emit2(&jit->ctx, IR_OPT(IR_LOAD, IR_ADDR), jit->ctx.control, ref);

Completed in 52 milliseconds