Home
last modified time | relevance | path

Searched refs:IS_UNKNOWN (Results 1 – 6 of 6) sorted by relevance

/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_trace.c377 if (type == IS_UNKNOWN) { in zend_jit_trace_type_to_info_ex()
524 if (type != IS_UNKNOWN in zend_jit_needs_arg_dtor()
1666 op1_type = IS_UNKNOWN; in zend_jit_trace_build_tssa()
1672 op2_type = IS_UNKNOWN; in zend_jit_trace_build_tssa()
1675 op3_type = IS_UNKNOWN; in zend_jit_trace_build_tssa()
4292 op1_type = IS_UNKNOWN; in zend_jit_trace()
4298 op2_type = IS_UNKNOWN; in zend_jit_trace()
6305 type = IS_UNKNOWN; in zend_jit_trace()
6704 res_type = IS_UNKNOWN; in zend_jit_trace()
7386 if (op1_type != IS_UNKNOWN || op2_type != IS_UNKNOWN || op3_type != IS_UNKNOWN) { in zend_jit_dump_trace()
[all …]
H A Dzend_jit_internal.h451 #define IS_UNKNOWN 255 /* may be used for zend_jit_trace_rec.op?_type */ macro
567 (_stack)[_slot].mem_type = IS_UNKNOWN; \
H A Dzend_jit.c3145 OP1_DATA_INFO(), OP1_DATA_RANGE(), IS_UNKNOWN, in zend_jit()
3158 OP1_INFO(), OP1_REG_ADDR(), OP2_INFO(), OP1_DATA_INFO(), IS_UNKNOWN, in zend_jit()
3203 0, ce, ce_is_instanceof, on_this, 0, NULL, IS_UNKNOWN)) { in zend_jit()
3251 0, ce, ce_is_instanceof, on_this, 0, NULL, IS_UNKNOWN)) { in zend_jit()
3292 0, ce, ce_is_instanceof, on_this, 0, NULL, IS_UNKNOWN, in zend_jit()
3715 OP2_INFO(), RES_INFO(), RES_REG_ADDR(), IS_UNKNOWN)) { in zend_jit()
3730 OP1_INFO(), OP1_REG_ADDR(), OP2_INFO(), RES_REG_ADDR(), IS_UNKNOWN)) { in zend_jit()
3759 OP2_INFO(), IS_UNKNOWN, in zend_jit()
3802 IS_UNKNOWN, in zend_jit()
H A Dzend_jit_x86.dasc6905 if (dim_type != IS_UNKNOWN
12192 && dim_type != IS_UNKNOWN
12787 if (type != IS_UNKNOWN && (type_mask & (1u << type))) {
13329 if (prop_type != IS_UNKNOWN
13625 use_prop_guard = (prop_type != IS_UNKNOWN
14098 use_prop_guard = (prop_type != IS_UNKNOWN
15840 if (var_type != IS_UNKNOWN) {
15844 && var_type != IS_UNKNOWN
15900 if (var_type != IS_UNKNOWN) {
15904 && var_type != IS_UNKNOWN
[all …]
H A Dzend_jit_arm64.dasc6338 if (dim_type != IS_UNKNOWN
11439 && dim_type != IS_UNKNOWN
12026 if (type != IS_UNKNOWN && (type_mask & (1u << type))) {
12541 if (prop_type != IS_UNKNOWN
12839 use_prop_guard = (prop_type != IS_UNKNOWN
13273 use_prop_guard = (prop_type != IS_UNKNOWN
14887 if (var_type != IS_UNKNOWN) {
14891 && var_type != IS_UNKNOWN
14947 if (var_type != IS_UNKNOWN) {
14951 && var_type != IS_UNKNOWN
[all …]
H A Dzend_jit_vm_helpers.c624 op1_type = op2_type = op3_type = IS_UNKNOWN;

Completed in 77 milliseconds