Searched refs:ir_PHI_2 (Results 1 – 2 of 2) sorted by relevance
/PHP-8.4/ext/opcache/jit/ |
H A D | zend_jit_ir.c | 1821 ref = ir_PHI_2(IR_ADDR, ref2, ref); in jit_ZVAL_PTR_DTOR() 3988 return ir_PHI_2(IR_ADDR, ref2, ref); in zend_jit_zval_check_undef() 6095 ref = ir_PHI_2(IR_ADDR, ref2, ref); in zend_jit_assign_op() 6144 return ir_PHI_2(IR_ADDR, ref2, ref); in jit_ZVAL_DEREF_ref() 6162 return ir_PHI_2(IR_ADDR, ref2, ref); in jit_ZVAL_INDIRECT_DEREF_ref() 7962 ref = ir_PHI_2(IR_ADDR, ref, ref1); in zend_jit_guard_fetch_result_type() 8018 ref = ir_PHI_2(IR_ADDR, ref2, ref); in zend_jit_fetch_constant() 11179 ref = ir_PHI_2(IR_ADDR, ref2, ref); 11554 ptr = ir_PHI_2(IR_ADDR, ptr2, ptr); 11556 val = ir_PHI_2(IR_ADDR, val2, val); [all …]
|
/PHP-8.4/ext/opcache/jit/ir/ |
H A D | ir_builder.h | 470 #define ir_PHI_2(type, _src1, _src2) _ir_PHI_2(_ir_CTX, type, (_src1), (_src2)) macro
|
Completed in 77 milliseconds