Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/
H A Dir.c2317 ir_set_op(ctx, call, 2, func);
2318 ir_set_op(ctx, call, 3, arg1);
2319 ir_set_op(ctx, call, 4, arg2);
2331 ir_set_op(ctx, call, 2, func);
2332 ir_set_op(ctx, call, 3, arg1);
2333 ir_set_op(ctx, call, 4, arg2);
2334 ir_set_op(ctx, call, 5, arg3);
2346 ir_set_op(ctx, call, 2, func);
2347 ir_set_op(ctx, call, 3, arg1);
2348 ir_set_op(ctx, call, 4, arg2);
[all …]
H A Dir.h706 void ir_set_op(ir_ctx *ctx, ir_ref ref, int32_t n, ir_ref val);
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c1448 ir_set_op(&jit->ctx, ref, 1, merge); in zend_jit_gen_phi()
1464 ir_set_op(&jit->ctx, ref, i + 2, src_ref); in zend_jit_gen_phi()
3414 ir_set_op(&jit->ctx, ref, 3, true_block); in jit_IF_ex()
16759 ir_set_op(&jit->ctx, ref, 3, EX_NUM_TO_VAR(i));

Completed in 60 milliseconds