Home
last modified time | relevance | path

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

/PHP-8.2/ext/opcache/jit/ir/
H A Dir.c1828 ref = ir_emit_N(ctx, IR_OPT(IR_PHI, type), n + 1); in _ir_PHI_N()
1949 ctx->control = ir_emit_N(ctx, IR_MERGE, n); in _ir_MERGE_N()
2005 ctx->control = ir_emit_N(ctx, IR_MERGE, n); in _ir_MERGE_LIST()
2053 call = ir_emit_N(ctx, IR_OPT(IR_CALL, type), 4); in _ir_CALL_2()
2067 call = ir_emit_N(ctx, IR_OPT(IR_CALL, type), 5); in _ir_CALL_3()
2082 call = ir_emit_N(ctx, IR_OPT(IR_CALL, type), 6); in _ir_CALL_4()
2098 call = ir_emit_N(ctx, IR_OPT(IR_CALL, type), 7); in _ir_CALL_5()
2165 call = ir_emit_N(ctx, IR_OPT(IR_TAILCALL, type), 4); in _ir_TAILCALL_2()
2183 call = ir_emit_N(ctx, IR_OPT(IR_TAILCALL, type), 5); in _ir_TAILCALL_3()
2202 call = ir_emit_N(ctx, IR_OPT(IR_TAILCALL, type), 6); in _ir_TAILCALL_4()
[all …]
H A Dir.h677 ir_ref ir_emit_N(ir_ctx *ctx, uint32_t opt, int32_t count);
/PHP-8.2/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 55 milliseconds