Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/
H A Dir.c821 ir_ref ir_emit2(ir_ctx *ctx, uint32_t opt, ir_ref op1, ir_ref op2) function
2027 ctx->control = ir_emit2(ctx, IR_ENTRY, src, num);
2100 if_ref = ir_emit2(ctx, IR_IF, ctx->control, condition);
2119 ctx->control = ir_emit2(ctx, IR_IF_TRUE, if_ref, 1);
2136 ctx->control = ir_emit2(ctx, IR_IF_FALSE, if_ref, 1);
2190 ref = ir_emit2(ctx, IR_END, ctx->control, list);
2521 ref = ir_emit2(ctx, IR_SWITCH, ctx->control, val);
2529 ctx->control = ir_emit2(ctx, IR_CASE_VAL, switch_ref, val);
2698 ctx->control = ir_emit2(ctx, IR_AFREE, ctx->control, size);
2894 ctx->control = ir_emit2(ctx, IR_VA_START, ctx->control, list);
[all …]
H A Dir.h702 ir_ref ir_emit2(ir_ctx *ctx, uint32_t opt, ir_ref op1, ir_ref op2);
H A Dir_builder.h581 #define ir_BLOCK_END(_val) do {_ir_CTX->control = ir_emit2(_ir_CTX, IR_BLOCK_END, _i…
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c6584 phi = ir_emit2(&jit->ctx, IR_OPT(IR_COPY, jit->ctx.ir_base[phi].type), phi, 1); in zend_jit_assign_to_variable()
8482 top = jit->ctx.control = ir_emit2(&jit->ctx, IR_OPT(IR_LOAD, IR_ADDR), jit->ctx.control, ref);

Completed in 86 milliseconds