Home
last modified time | relevance | path

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

/PHP-8.2/Zend/Optimizer/
H A Dzend_inference.c2157 tmp |= MAY_BE_RC1; in zend_array_element_type()
2244 tmp |= MAY_BE_RC1; in assign_dim_result_type()
2669 tmp |= MAY_BE_RC1; in _zend_update_type_info()
2875 tmp |= MAY_BE_RC1; in _zend_update_type_info()
2940 tmp |= MAY_BE_RC1; in _zend_update_type_info()
3543 tmp |= MAY_BE_RC1; in _zend_update_type_info()
3588 tmp |= MAY_BE_RC1; in _zend_update_type_info()
3722 tmp |= MAY_BE_RC1; in _zend_update_type_info()
3727 tmp |= MAY_BE_RC1; in _zend_update_type_info()
4817 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}
64 uint32_t tmp = MAY_BE_RC1 | MAY_BE_ARRAY | MAY_BE_ARRAY_EMPTY; 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.h148 return MAY_BE_RC1 | MAY_BE_RCN | MAY_BE_ANY | MAY_BE_ARRAY_KEY_ANY | MAY_BE_ARRAY_OF_ANY; in END_EXTERN_C()
155 tmp |= MAY_BE_RC1 | MAY_BE_RCN; in END_EXTERN_C()
168 …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.c191 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-8.2/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.c1260 if (!(type_mask & MAY_BE_RC1)) { in zend_verify_internal_func_info()
/PHP-8.2/ext/opcache/jit/
H A Dzend_jit_trace.c383 return (1 << type) | (info & (MAY_BE_RC1|MAY_BE_RCN)); in zend_jit_trace_type_to_info_ex()
2047 return_value_info.type |= MAY_BE_RC1; in zend_jit_trace_build_tssa()
2562 t0 &= ~(MAY_BE_RC1|MAY_BE_RCN); in zend_jit_trace_build_tssa()
2576 t0 &= ~(MAY_BE_RC1|MAY_BE_RCN); in zend_jit_trace_build_tssa()
2590 t1 &= ~(MAY_BE_RC1|MAY_BE_RCN); in zend_jit_trace_build_tssa()
4648 op1_info = MAY_BE_OBJECT|MAY_BE_RC1|MAY_BE_RCN; in zend_jit_trace()
4739 op1_info = MAY_BE_OBJECT|MAY_BE_RC1|MAY_BE_RCN; in zend_jit_trace()
4819 op1_info = MAY_BE_OBJECT|MAY_BE_RC1|MAY_BE_RCN; in zend_jit_trace()
5460 if (info & MAY_BE_RC1) { in zend_jit_trace()
5839 op1_info = MAY_BE_OBJECT|MAY_BE_RC1|MAY_BE_RCN; in zend_jit_trace()
[all …]
H A Dzend_jit_arm64.dasc4925 op2_info |= MAY_BE_RC1;
5000 op2_info |= MAY_BE_RC1;
6101 var_info |= MAY_BE_RC1;
6307 var_info |= MAY_BE_RC1;
10777 && (op1_info & MAY_BE_RC1)
10811 && (op1_info & MAY_BE_RC1)
11595 && (op2_info & MAY_BE_RC1)) {
12540 && (op1_info & MAY_BE_RC1)) {
12552 op1_info &= ~MAY_BE_RC1;
13214 info |= MAY_BE_RC1|MAY_BE_RCN;
[all …]
H A Dzend_jit_x86.dasc5425 op2_info |= MAY_BE_RC1;
5501 op2_info |= MAY_BE_RC1;
6643 var_info |= MAY_BE_RC1;
6864 var_info |= MAY_BE_RC1;
11475 && (op1_info & MAY_BE_RC1)
11509 && (op1_info & MAY_BE_RC1)
12343 && (op2_info & MAY_BE_RC1)) {
13316 && (op1_info & MAY_BE_RC1)) {
13328 op1_info &= ~MAY_BE_RC1;
14042 info |= MAY_BE_RC1|MAY_BE_RCN;
[all …]
H A Dzend_jit.c65 # define RC_MAY_BE_1(info) (((info) & (MAY_BE_RC1|MAY_BE_REF)) != 0)
526 info = MAY_BE_RC1 | MAY_BE_RCN | MAY_BE_REF | MAY_BE_ANY | MAY_BE_UNDEF | in zend_ssa_cv_info()
532 if ((info & MAY_BE_RC1) && !(info & MAY_BE_RCN)) { in zend_ssa_cv_info()
3170 op1_info = MAY_BE_OBJECT|MAY_BE_RC1|MAY_BE_RCN; in zend_jit()
3218 op1_info = MAY_BE_OBJECT|MAY_BE_RC1|MAY_BE_RCN; in zend_jit()
3259 op1_info = MAY_BE_OBJECT|MAY_BE_RC1|MAY_BE_RCN; in zend_jit()
3316 && (!(op1_info & MAY_HAVE_DTOR) || !(op1_info & MAY_BE_RC1))) { in zend_jit()
3761 op1_info = MAY_BE_OBJECT|MAY_BE_RC1|MAY_BE_RCN; in zend_jit()
3912 op1_info = MAY_BE_OBJECT|MAY_BE_RC1|MAY_BE_RCN; in zend_jit()

Completed in 153 milliseconds