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.c2100 tmp |= MAY_BE_RCN; in zend_array_type_info()
2150 tmp |= MAY_BE_RCN; in zend_array_element_type()
2644 tmp |= MAY_BE_RCN; in _zend_update_type_info()
2647 tmp |= MAY_BE_RCN; in _zend_update_type_info()
2693 tmp |= MAY_BE_RCN; in _zend_update_type_info()
2708 tmp |= MAY_BE_RCN; in _zend_update_type_info()
2792 tmp |= MAY_BE_RCN; in _zend_update_type_info()
2875 tmp |= MAY_BE_RCN; in _zend_update_type_info()
3102 tmp |= MAY_BE_RCN; in _zend_update_type_info()
3105 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)
476 info = MAY_BE_RC1 | MAY_BE_RCN | MAY_BE_REF | MAY_BE_ANY | MAY_BE_UNDEF | in zend_ssa_cv_info()
482 if ((info & MAY_BE_RC1) && !(info & MAY_BE_RCN)) { in zend_ssa_cv_info()
490 info |= MAY_BE_RCN; in zend_ssa_cv_info()
1743 op1_info = MAY_BE_OBJECT|MAY_BE_RC1|MAY_BE_RCN; in zend_jit()
1794 op1_info = MAY_BE_OBJECT|MAY_BE_RC1|MAY_BE_RCN; in zend_jit()
1838 op1_info = MAY_BE_OBJECT|MAY_BE_RC1|MAY_BE_RCN; in zend_jit()
2315 op1_info = MAY_BE_OBJECT|MAY_BE_RC1|MAY_BE_RCN; in zend_jit()
2469 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()
2090 info |= MAY_BE_RCN; in zend_jit_trace_build_tssa()
2305 ssa_var_info[ssa_ops[idx].op1_def].type |= MAY_BE_RCN; in zend_jit_trace_build_tssa()
2628 t0 &= ~(MAY_BE_RC1|MAY_BE_RCN); in zend_jit_trace_build_tssa()
2642 t0 &= ~(MAY_BE_RC1|MAY_BE_RCN); in zend_jit_trace_build_tssa()
2656 t1 &= ~(MAY_BE_RC1|MAY_BE_RCN); in zend_jit_trace_build_tssa()
4695 op1_info = MAY_BE_OBJECT|MAY_BE_RC1|MAY_BE_RCN; in zend_jit_trace()
4789 op1_info = MAY_BE_OBJECT|MAY_BE_RC1|MAY_BE_RCN; in zend_jit_trace()
4872 op1_info = MAY_BE_OBJECT|MAY_BE_RC1|MAY_BE_RCN; in zend_jit_trace()
5943 op1_info = MAY_BE_OBJECT|MAY_BE_RC1|MAY_BE_RCN; in zend_jit_trace()
[all …]
H A Dzend_jit_ir.c5845 op2_info |= MAY_BE_RCN; in zend_jit_concat_helper()
5870 op1_info |= MAY_BE_RCN; in zend_jit_concat_helper()
5871 op2_info |= MAY_BE_RCN; in zend_jit_concat_helper()
12634 op2_info |= MAY_BE_RCN;
12774 op2_info |= MAY_BE_RCN;
13009 op2_info |= MAY_BE_RCN;
17015 op1_info |= MAY_BE_RCN;
17041 op1_info |= MAY_BE_RCN;
17044 op2_info |= MAY_BE_RCN;
17083 op1_info |= MAY_BE_RCN;
[all …]

Completed in 167 milliseconds