Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/
H A Dir.c1964 ref = ir_emit_N(ctx, IR_OPT(IR_PHI, type), n + 1);
2136 ctx->control = ir_emit_N(ctx, IR_MERGE, n);
2204 ctx->control = ir_emit_N(ctx, IR_MERGE, n);
2287 call = ir_emit_N(ctx, IR_OPT(IR_CALL, type), 4);
2301 call = ir_emit_N(ctx, IR_OPT(IR_CALL, type), 5);
2316 call = ir_emit_N(ctx, IR_OPT(IR_CALL, type), 6);
2332 call = ir_emit_N(ctx, IR_OPT(IR_CALL, type), 7);
2399 call = ir_emit_N(ctx, IR_OPT(IR_TAILCALL, type), 4);
2417 call = ir_emit_N(ctx, IR_OPT(IR_TAILCALL, type), 5);
2436 call = ir_emit_N(ctx, IR_OPT(IR_TAILCALL, type), 6);
[all …]
H A Dir.h705 ir_ref ir_emit_N(ir_ctx *ctx, uint32_t opt, int32_t count);
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c1420 ref = ir_emit_N(&jit->ctx, IR_OPT(IR_PHI, type), n + 1); in zend_jit_gen_phi()

Completed in 51 milliseconds