Home
last modified time | relevance | path

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

/php-src/Zend/Optimizer/
H A Dzend_inference.c2152 tmp |= MAY_BE_RC1; in zend_array_element_type()
2239 tmp |= MAY_BE_RC1; in assign_dim_result_type()
2664 tmp |= MAY_BE_RC1; in _zend_update_type_info()
2873 tmp |= MAY_BE_RC1; in _zend_update_type_info()
2938 tmp |= MAY_BE_RC1; in _zend_update_type_info()
3568 tmp |= MAY_BE_RC1; in _zend_update_type_info()
3613 tmp |= MAY_BE_RC1; in _zend_update_type_info()
3747 tmp |= MAY_BE_RC1; in _zend_update_type_info()
3752 tmp |= MAY_BE_RC1; in _zend_update_type_info()
4944 if ((t1 & MAY_BE_RC1) in zend_may_throw_ex()
[all …]
H A Dzend_func_info.c44 {name, sizeof(name)-1, (MAY_BE_RC1 | (info)), NULL}
46 {name, sizeof(name)-1, (MAY_BE_RC1 | MAY_BE_RCN | (info)), NULL}
66 uint32_t tmp = MAY_BE_RC1 | MAY_BE_ARRAY; in zend_range_info()
90 …return MAY_BE_RC1 | MAY_BE_ARRAY | MAY_BE_ARRAY_EMPTY | MAY_BE_ARRAY_PACKED | MAY_BE_ARRAY_OF_LONG… in zend_range_info()
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()
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_dump.c196 if (info & MAY_BE_RC1) { 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.h77 #define MAY_BE_RC1 (1<<30) /* may be non-reference with refcount == 1 */ macro
H A Dzend_execute.c1318 if (!(type_mask & MAY_BE_RC1)) { in zend_verify_internal_func_info()
/php-src/ext/opcache/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()
2119 return_value_info.type |= MAY_BE_RC1; 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()
5526 if (info & MAY_BE_RC1) { 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.c60 # define RC_MAY_BE_1(info) (((info) & (MAY_BE_RC1|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()
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()
1899 && (!(op1_info & MAY_HAVE_DTOR) || !(op1_info & MAY_BE_RC1))) { 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_ir.c5741 op2_info |= MAY_BE_RC1; in zend_jit_long_math_helper()
5832 op2_info |= MAY_BE_RC1; in zend_jit_concat_helper()
10735 && (op1_info & MAY_BE_RC1)
12937 var_info |= MAY_BE_RC1;
13086 var_info |= MAY_BE_RC1;
14155 op1_info &= ~MAY_BE_RC1;
17014 if (op1_info & MAY_BE_RC1) {
17040 if (op1_info & MAY_BE_RC1) {
17043 if (op2_info & MAY_BE_RC1) {
17082 if (op1_info & MAY_BE_RC1) {
[all …]

Completed in 169 milliseconds