Searched refs:ir_PHI_2 (Results 1 – 2 of 2) sorted by relevance
/php-src/ext/opcache/jit/ |
H A D | zend_jit_ir.c | 3992 return ir_PHI_2(IR_ADDR, ref2, ref); in zend_jit_zval_check_undef() 6099 ref = ir_PHI_2(IR_ADDR, ref2, ref); in zend_jit_assign_op() 6148 return ir_PHI_2(IR_ADDR, ref2, ref); in jit_ZVAL_DEREF_ref() 6166 return ir_PHI_2(IR_ADDR, ref2, ref); in jit_ZVAL_INDIRECT_DEREF_ref() 7966 ref = ir_PHI_2(IR_ADDR, ref, ref1); in zend_jit_guard_fetch_result_type() 8022 ref = ir_PHI_2(IR_ADDR, ref2, ref); in zend_jit_fetch_constant() 11376 ref = ir_PHI_2(IR_ADDR, ref2, ref); 11751 ptr = ir_PHI_2(IR_ADDR, ptr2, ptr); 11753 val = ir_PHI_2(IR_ADDR, val2, val); 15971 ref = ir_PHI_2(IR_ADDR, ref, ref2); [all …]
|
/php-src/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 54 milliseconds