Home
last modified time | relevance | path

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

/php-src/Zend/Optimizer/
H A Dzend_inference.h200 #define OP1_DATA_INFO() (_ssa_op1_info(op_array, ssa, (opline+1), ssa_op ? (ssa_op+1) : NULL)) in DEFINE_SSA_OP_INFO() macro
H A Dzend_inference.c2566 && !(OP1_DATA_INFO() & (MAY_BE_ANY|MAY_BE_UNDEF|MAY_BE_CLASS)) /*&& 0*/)) { in _zend_update_type_info()
2758 t2 = OP1_DATA_INFO(); in _zend_update_type_info()
2765 t2 = OP1_DATA_INFO(); in _zend_update_type_info()
2769 t2 = OP1_DATA_INFO(); in _zend_update_type_info()
2988 tmp = assign_dim_result_type(t1, t2, OP1_DATA_INFO(), opline->op2_type); in _zend_update_type_info()
3002 …tmp |= (OP1_DATA_INFO() & (MAY_BE_ANY | MAY_BE_ARRAY_KEY_ANY | MAY_BE_ARRAY_OF_ANY | MAY_BE_ARRAY_… in _zend_update_type_info()
3004 if (OP1_DATA_INFO() & MAY_BE_UNDEF) { in _zend_update_type_info()
3181 t2 = OP1_DATA_INFO(); in _zend_update_type_info()
5188 if (OP1_DATA_INFO() & MAY_BE_UNDEF) { in zend_may_throw_ex()
5202 if (OP1_DATA_INFO() & MAY_BE_UNDEF) { in zend_may_throw_ex()
/php-src/ext/opcache/jit/
H A Dzend_jit.c1696 opline->extended_value, MAY_BE_ANY, OP1_DATA_INFO())) { in zend_jit()
1703 OP1_DATA_INFO(), OP1_DATA_REG_ADDR(), OP1_DATA_RANGE(), IS_UNKNOWN, in zend_jit()
1719 OP1_DATA_INFO(), OP1_DATA_REG_ADDR(), in zend_jit()
1784 opline->extended_value, MAY_BE_ANY, OP1_DATA_INFO())) { in zend_jit()
1814 op1_info, op1_addr, OP1_DATA_INFO(), OP1_DATA_RANGE(), in zend_jit()
1855 op1_info, op1_addr, OP1_DATA_INFO(), in zend_jit()
2645 jit_frameless_icall3(jit, opline, op1_info, op2_info, OP1_DATA_INFO()); in zend_jit()
H A Dzend_jit_trace.c3389 opline->extended_value, MAY_BE_ANY, OP1_DATA_INFO())) { in zend_jit_may_delay_fetch_this()
4629 opline->extended_value, MAY_BE_ANY, OP1_DATA_INFO())) { in zend_jit_trace()
4666 op1_data_info = OP1_DATA_INFO(); in zend_jit_trace()
4776 opline->extended_value, MAY_BE_ANY, OP1_DATA_INFO())) { in zend_jit_trace()
4844 op1_data_info = OP1_DATA_INFO(); in zend_jit_trace()
4924 op1_data_info = OP1_DATA_INFO(); in zend_jit_trace()
4975 op1_data_info = OP1_DATA_INFO(); in zend_jit_trace()
6313 jit_frameless_icall3(jit, opline, op1_info, op2_info, OP1_DATA_INFO()); in zend_jit_trace()
H A Dzend_jit_ir.c16627 if (!zend_jit_supported_binary_op(opline->extended_value, MAY_BE_ANY, OP1_DATA_INFO())) {

Completed in 88 milliseconds