Home
last modified time | relevance | path

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

/PHP-8.0/ext/opcache/Optimizer/
H A Dzend_inference.h233 #define OP1_DATA_INFO() (_ssa_op1_info(op_array, ssa, (opline+1), (ssa_op+1))) in DEFINE_SSA_OP_INFO() macro
H A Dzend_inference.c2417 t2 = OP1_DATA_INFO(); in _zend_update_type_info()
2424 t2 = OP1_DATA_INFO(); in _zend_update_type_info()
2428 t2 = OP1_DATA_INFO(); in _zend_update_type_info()
2619 tmp = assign_dim_result_type(t1, t2, OP1_DATA_INFO(), opline->op2_type); in _zend_update_type_info()
2632 …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()
2634 if (OP1_DATA_INFO() & MAY_BE_UNDEF) { in _zend_update_type_info()
2804 t2 = OP1_DATA_INFO(); in _zend_update_type_info()
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit.c2566 opline->extended_value, MAY_BE_ANY, OP1_DATA_INFO())) { in zend_jit()
2571 OP1_DATA_INFO(), OP1_DATA_RANGE(), in zend_jit()
2584 OP1_INFO(), OP1_REG_ADDR(), OP2_INFO(), OP1_DATA_INFO(), in zend_jit()
2645 opline->extended_value, MAY_BE_ANY, OP1_DATA_INFO())) { in zend_jit()
2673 op1_info, op1_addr, OP1_DATA_INFO(), OP1_DATA_RANGE(), in zend_jit()
2713 op1_info, op1_addr, OP1_DATA_INFO(), in zend_jit()
H A Dzend_jit_trace.c3266 opline->extended_value, MAY_BE_ANY, OP1_DATA_INFO())) { in zend_jit_may_delay_fetch_this()
4354 opline->extended_value, MAY_BE_ANY, OP1_DATA_INFO())) { in zend_jit_trace()
4391 op1_data_info = OP1_DATA_INFO(); in zend_jit_trace()
4487 opline->extended_value, MAY_BE_ANY, OP1_DATA_INFO())) { in zend_jit_trace()
4544 op1_data_info = OP1_DATA_INFO(); in zend_jit_trace()
4613 op1_data_info = OP1_DATA_INFO(); in zend_jit_trace()
4663 op1_data_info = OP1_DATA_INFO(); in zend_jit_trace()

Completed in 45 milliseconds