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.c1992 ref = ir_emit_N(ctx, IR_OPT(IR_PHI, type), n + 1);
2164 ctx->control = ir_emit_N(ctx, IR_MERGE, n);
2232 ctx->control = ir_emit_N(ctx, IR_MERGE, n);
2315 call = ir_emit_N(ctx, IR_OPT(IR_CALL, type), 4);
2329 call = ir_emit_N(ctx, IR_OPT(IR_CALL, type), 5);
2344 call = ir_emit_N(ctx, IR_OPT(IR_CALL, type), 6);
2360 call = ir_emit_N(ctx, IR_OPT(IR_CALL, type), 7);
2427 call = ir_emit_N(ctx, IR_OPT(IR_TAILCALL, type), 4);
2445 call = ir_emit_N(ctx, IR_OPT(IR_TAILCALL, type), 5);
2464 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.c1447 ref = ir_emit_N(&jit->ctx, IR_OPT(IR_PHI, type), n + 1); in zend_jit_gen_phi()

Completed in 57 milliseconds