Searched refs:switch_ref (Results 1 – 3 of 3) sorted by relevance
/php-src/ext/opcache/jit/ir/ |
H A D | ir.c | 2566 void _ir_CASE_VAL(ir_ctx *ctx, ir_ref switch_ref, ir_ref val) argument 2569 ctx->control = ir_emit2(ctx, IR_CASE_VAL, switch_ref, val); 2572 void _ir_CASE_DEFAULT(ir_ctx *ctx, ir_ref switch_ref) argument 2575 ctx->control = ir_emit1(ctx, IR_CASE_DEFAULT, switch_ref);
|
H A D | ir_builder.h | 684 void _ir_CASE_VAL(ir_ctx *ctx, ir_ref switch_ref, ir_ref val); 685 void _ir_CASE_DEFAULT(ir_ctx *ctx, ir_ref switch_ref);
|
/php-src/ext/opcache/jit/ |
H A D | zend_jit_ir.c | 3594 static void zend_jit_case_start(zend_jit_ctx *jit, int switch_b, int case_b, ir_ref switch_ref) in zend_jit_case_start() argument 3622 ir_CASE_VAL(switch_ref, idx); in zend_jit_case_start() 3630 if (jit->ctx.ir_base[switch_ref].op3) { in zend_jit_case_start() 3632 ir_ref ref = jit->ctx.ir_base[switch_ref].op3; in zend_jit_case_start() 3633 jit->ctx.ir_base[switch_ref].op3 = IS_UNDEF; in zend_jit_case_start() 3643 ir_CASE_DEFAULT(switch_ref); in zend_jit_case_start()
|
Completed in 88 milliseconds