Searched refs:ir_PHI_N (Results 1 – 2 of 2) sorted by relevance
/php-src/ext/opcache/jit/ |
H A D | zend_jit_ir.c | 5909 ir_ref phi = ir_PHI_N(IR_LONG, res_inputs->count, res_inputs->refs); in zend_jit_long_math_helper() 6583 phi = ir_PHI_N((var_def_info & MAY_BE_LONG & MAY_BE_LONG) ? IR_LONG : IR_DOUBLE, in zend_jit_assign_to_variable() 11766 type = ir_PHI_N(IR_U32, types->count, types->refs); 11767 ptr = ir_PHI_N(IR_ADDR, ptrs->count, ptrs->refs); 11769 val = ir_PHI_N(IR_ADDR, values->count, values->refs); 12355 ref = ir_PHI_N(IR_ADDR, test_zval_values->count, test_zval_values->refs); 12516 ref = ir_PHI_N(IR_ADDR, found_vals->count, found_vals->refs); 12837 ref = ir_PHI_N(IR_ADDR, array_values->count, array_values->refs); 12935 ref = ir_PHI_N(IR_ADDR, found_vals->count, found_vals->refs); 13305 ref = ir_PHI_N(IR_ADDR, found_values->count, found_values->refs); [all …]
|
/php-src/ext/opcache/jit/ir/ |
H A D | ir_builder.h | 471 #define ir_PHI_N(type, _n, _inputs) _ir_PHI_N(_ir_CTX, type, (_n), (_inputs)) macro
|
Completed in 95 milliseconds