Home
last modified time | relevance | path

Searched refs:MAY_BE_RCN (Results 1 – 10 of 10) sorted by relevance

/php-src/Zend/Optimizer/
H A Dzend_inference.c2110 tmp |= MAY_BE_RCN; in zend_array_type_info()
2160 tmp |= MAY_BE_RCN; in zend_array_element_type()
2654 tmp |= MAY_BE_RCN; in _zend_update_type_info()
2657 tmp |= MAY_BE_RCN; in _zend_update_type_info()
2703 tmp |= MAY_BE_RCN; in _zend_update_type_info()
2718 tmp |= MAY_BE_RCN; in _zend_update_type_info()
2802 tmp |= MAY_BE_RCN; in _zend_update_type_info()
2885 tmp |= MAY_BE_RCN; in _zend_update_type_info()
3112 tmp |= MAY_BE_RCN; in _zend_update_type_info()
3115 tmp |= MAY_BE_RCN; in _zend_update_type_info()
[all …]
H A Dzend_inference.h150 return MAY_BE_RC1 | MAY_BE_RCN | MAY_BE_ANY | MAY_BE_ARRAY_KEY_ANY | MAY_BE_ARRAY_OF_ANY; in END_EXTERN_C()
157 tmp |= MAY_BE_RC1 | MAY_BE_RCN; in END_EXTERN_C()
159 tmp |= MAY_BE_RCN; in END_EXTERN_C()
170 …return MAY_BE_UNDEF | MAY_BE_RC1 | MAY_BE_RCN | MAY_BE_REF | MAY_BE_INDIRECT | MAY_BE_ANY | MAY_BE… in get_ssa_var_info()
H A Dzend_func_info.c46 {name, sizeof(name)-1, (MAY_BE_RC1 | MAY_BE_RCN | (info)), NULL}
H A Dzend_dump.c200 if (info & MAY_BE_RCN) { in zend_dump_type_info()
H A Dzend_ssa.c165 phi->constraint.type.type_mask = MAY_BE_REF|MAY_BE_RC1|MAY_BE_RCN; in pi_type_mask()
/php-src/Zend/
H A Dzend_type_info.h78 #define MAY_BE_RCN (1u<<31) /* may be non-reference with refcount > 1 */ macro
H A Dzend_execute.c1325 if (Z_REFCOUNT_P(retval) > 1 && !(type_mask & MAY_BE_RCN)) { in zend_verify_internal_func_info()
/php-src/ext/opcache/jit/
H A Dzend_jit.c61 # define RC_MAY_BE_N(info) (((info) & (MAY_BE_RCN|MAY_BE_REF)) != 0)
475 info = MAY_BE_RC1 | MAY_BE_RCN | MAY_BE_REF | MAY_BE_ANY | MAY_BE_UNDEF | in zend_ssa_cv_info()
481 if ((info & MAY_BE_RC1) && !(info & MAY_BE_RCN)) { in zend_ssa_cv_info()
489 info |= MAY_BE_RCN; in zend_ssa_cv_info()
1726 op1_info = MAY_BE_OBJECT|MAY_BE_RC1|MAY_BE_RCN; in zend_jit()
1774 op1_info = MAY_BE_OBJECT|MAY_BE_RC1|MAY_BE_RCN; in zend_jit()
1815 op1_info = MAY_BE_OBJECT|MAY_BE_RC1|MAY_BE_RCN; in zend_jit()
2284 op1_info = MAY_BE_OBJECT|MAY_BE_RC1|MAY_BE_RCN; in zend_jit()
2435 op1_info = MAY_BE_OBJECT|MAY_BE_RC1|MAY_BE_RCN; in zend_jit()
H A Dzend_jit_trace.c353 return (1 << type) | (info & (MAY_BE_RC1|MAY_BE_RCN)); in zend_jit_trace_type_to_info_ex()
2089 info |= MAY_BE_RCN; in zend_jit_trace_build_tssa()
2304 ssa_var_info[ssa_ops[idx].op1_def].type |= MAY_BE_RCN; in zend_jit_trace_build_tssa()
2627 t0 &= ~(MAY_BE_RC1|MAY_BE_RCN); in zend_jit_trace_build_tssa()
2641 t0 &= ~(MAY_BE_RC1|MAY_BE_RCN); in zend_jit_trace_build_tssa()
2655 t1 &= ~(MAY_BE_RC1|MAY_BE_RCN); in zend_jit_trace_build_tssa()
4654 op1_info = MAY_BE_OBJECT|MAY_BE_RC1|MAY_BE_RCN; in zend_jit_trace()
4745 op1_info = MAY_BE_OBJECT|MAY_BE_RC1|MAY_BE_RCN; in zend_jit_trace()
4825 op1_info = MAY_BE_OBJECT|MAY_BE_RC1|MAY_BE_RCN; in zend_jit_trace()
5875 op1_info = MAY_BE_OBJECT|MAY_BE_RC1|MAY_BE_RCN; in zend_jit_trace()
[all …]
H A Dzend_jit_ir.c5802 op2_info |= MAY_BE_RCN; in zend_jit_concat_helper()
5827 op1_info |= MAY_BE_RCN; in zend_jit_concat_helper()
5828 op2_info |= MAY_BE_RCN; in zend_jit_concat_helper()
12573 op2_info |= MAY_BE_RCN;
12711 op2_info |= MAY_BE_RCN;
12931 op2_info |= MAY_BE_RCN;
16706 op1_info |= MAY_BE_RCN;
16732 op1_info |= MAY_BE_RCN;
16735 op2_info |= MAY_BE_RCN;
16774 op1_info |= MAY_BE_RCN;
[all …]

Completed in 110 milliseconds