Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c5264 ir_refs *res_inputs; in zend_jit_math_helper() local
5267 ir_refs_init(res_inputs, 6); in zend_jit_math_helper()
5588 ir_refs *res_inputs; in zend_jit_long_math_helper() local
5590 ir_refs_init(res_inputs, 2); in zend_jit_long_math_helper()
5912 ir_ref phi = ir_PHI_N(IR_LONG, res_inputs->count, res_inputs->refs); in zend_jit_long_math_helper()
6397 ir_refs *res_inputs; in zend_jit_assign_to_variable() local
6400 ir_refs_init(res_inputs, 6); in zend_jit_assign_to_variable()
6532 ir_refs_add(res_inputs, res_inputs->refs[res_inputs->count - 1]); in zend_jit_assign_to_variable()
6543 ir_refs_add(res_inputs, res_inputs->refs[res_inputs->count - 1]); in zend_jit_assign_to_variable()
6590 phi = res_inputs->refs[0]; in zend_jit_assign_to_variable()
[all …]

Completed in 56 milliseconds