Searched refs:ir_MERGE_2 (Results 1 – 2 of 2) sorted by relevance
/PHP-8.4/ext/opcache/jit/ir/ |
H A D | ir_builder.h | 599 #define ir_MERGE_2(_src1, _src2) _ir_MERGE_2(_ir_CTX, (_src1), (_src2)) macro 625 #define ir_MERGE_WITH(_src2) do {ir_ref end = ir_END(); ir_MERGE_2(end, _src2);} while… 626 #define ir_MERGE_WITH_EMPTY_TRUE(_if) do {ir_ref end = ir_END(); ir_IF_TRUE(_if); ir_MERGE_2(en… 627 #define ir_MERGE_WITH_EMPTY_FALSE(_if) do {ir_ref end = ir_END(); ir_IF_FALSE(_if); ir_MERGE_2(e…
|
/PHP-8.4/ext/opcache/jit/ |
H A D | zend_jit_ir.c | 3497 ir_MERGE_2(true_path, false_path); in _zend_jit_merge_smart_branch_inputs() 5791 ir_MERGE_2(ref, ir_END()); in zend_jit_long_math_helper() 5895 ir_MERGE_2(fast_path, ir_END()); in zend_jit_long_math_helper() 7817 ir_MERGE_2(if_zero, ir_END()); in zend_jit_defined() 10171 ir_MERGE_2(insn->op3, ir_END()); 13300 ir_MERGE_2(noref_path, ref_path); 14932 ir_MERGE_2(noref_path, ref_path); 15009 ir_MERGE_2(noref_path, ref_path); 15437 ir_MERGE_2(noref_path, ref_path); 15748 ir_MERGE_2(fast_path, ir_END()); [all …]
|
Completed in 63 milliseconds