Lines Matching refs:op2_type

420 	ADD_OP_GUARD(tssa->ops[idx].op2_use, op2_type)
427 CHECK_OP_TRACE_TYPE(opline->op2.var, ssa_op->op2_use, op2_info, op2_type)
1167 if ((opline->op2_type & (IS_VAR|IS_CV)) in is_checked_guard()
1175 if (opline->op2_type == IS_CONST) { in is_checked_guard()
1196 if ((opline->op2_type & (IS_VAR|IS_CV)) in is_checked_guard()
1209 if (opline->op2_type == IS_CONST) { in is_checked_guard()
1719 uint8_t orig_op1_type, orig_op2_type, op1_type, op2_type, op3_type; in zend_jit_trace_build_tssa() local
1727 op2_type = orig_op2_type = p->op2_type; in zend_jit_trace_build_tssa()
1735 if (op2_type & (IS_TRACE_REFERENCE|IS_TRACE_INDIRECT)) { in zend_jit_trace_build_tssa()
1736 op2_type = IS_UNKNOWN; in zend_jit_trace_build_tssa()
1802 && ((opline->op2_type == IS_CONST in zend_jit_trace_build_tssa()
1804 || (opline->op2_type != IS_CONST in zend_jit_trace_build_tssa()
1805 && op2_type == IS_LONG))) { in zend_jit_trace_build_tssa()
1841 if (opline->op2_type != IS_CONST in zend_jit_trace_build_tssa()
1860 && (opline->op2_type == IS_CONST || orig_op2_type == IS_STRING)) { in zend_jit_trace_build_tssa()
1997 && ((opline->op2_type == IS_CONST in zend_jit_trace_build_tssa()
1999 || (opline->op2_type != IS_CONST in zend_jit_trace_build_tssa()
2000 && op2_type == IS_LONG))) { in zend_jit_trace_build_tssa()
2027 && ((opline->op2_type == IS_CONST in zend_jit_trace_build_tssa()
2029 || (opline->op2_type != IS_CONST in zend_jit_trace_build_tssa()
2030 && op2_type == IS_LONG))) { in zend_jit_trace_build_tssa()
2043 if (opline->op2_type == IS_CONST) { in zend_jit_trace_build_tssa()
2055 if (opline->op2_type == IS_CONST) { in zend_jit_trace_build_tssa()
2129 if (opline->op2_type == IS_CONST in zend_jit_trace_build_tssa()
2152 if (opline->op2_type != IS_CONST in zend_jit_trace_build_tssa()
2162 if (opline->op2_type != IS_CONST in zend_jit_trace_build_tssa()
2194 if (op2_type == IS_STRING) { in zend_jit_trace_build_tssa()
2284 && ((opline->op2_type == IS_CONST in zend_jit_trace_build_tssa()
2286 || (opline->op2_type != IS_CONST in zend_jit_trace_build_tssa()
2287 && op2_type == IS_LONG))) { in zend_jit_trace_build_tssa()
2919 if (opline->op2_type != IS_CV) { in zend_jit_trace_allocate_registers()
3354 return (opline->op2_type == IS_CONST && in zend_jit_may_delay_fetch_this()
3375 if (opline->op2_type != IS_CONST in zend_jit_may_delay_fetch_this()
3756 } else if (opline->op2_type == IS_CONST in zend_jit_may_skip_comparison()
3834 && (opline+1)->op2_type != IS_CONST /* Named parameters not supported in JIT */ in zend_jit_trace_next_is_send_result()
4299 uint8_t op2_type = p->op2_type; in zend_jit_trace() local
4302 uint8_t orig_op2_type = op2_type; in zend_jit_trace()
4316 if (op2_type & (IS_TRACE_REFERENCE|IS_TRACE_INDIRECT)) { in zend_jit_trace()
4317 op2_type = IS_UNKNOWN; in zend_jit_trace()
4488 && opline->op2_type == IS_CV in zend_jit_trace()
4671 op2_info, (opline->op2_type != IS_UNUSED) ? OP2_REG_ADDR() : 0, in zend_jit_trace()
4672 (opline->op2_type != IS_UNUSED) ? OP2_RANGE() : NULL, in zend_jit_trace()
4683 if (opline->op2_type != IS_CONST in zend_jit_trace()
4767 if (opline->op2_type != IS_CONST in zend_jit_trace()
4860 if (opline->op2_type != IS_CONST in zend_jit_trace()
4988 op2_info, (opline->op2_type != IS_UNUSED) ? OP2_REG_ADDR() : 0, in zend_jit_trace()
4989 (opline->op2_type != IS_UNUSED) ? OP2_RANGE() : NULL, in zend_jit_trace()
5111 if (opline->op2_type == IS_CV in zend_jit_trace()
5180 if (opline->op2_type == IS_CONST) { in zend_jit_trace()
5206 if (opline->op2_type == IS_CONST) { in zend_jit_trace()
5225 if (opline->op2_type == IS_CONST) { in zend_jit_trace()
5286 if (opline->op2_type == IS_CONST in zend_jit_trace()
5821 op2_info, (opline->op2_type != IS_UNUSED) ? OP2_REG_ADDR() : 0, in zend_jit_trace()
5822 (opline->op2_type != IS_UNUSED) ? OP2_RANGE() : NULL, in zend_jit_trace()
5863 if (opline->op2_type != IS_CONST) { in zend_jit_trace()
5931 if (opline->op2_type != IS_CONST in zend_jit_trace()
6214 if (opline->op2_type != IS_CONST in zend_jit_trace()
6415 if (opline->op2_type != IS_CONST in zend_jit_trace()
6526 if (opline->op2_type != IS_CONST) { in zend_jit_trace()
7681 uint8_t op1_type, op2_type, op3_type; in zend_jit_dump_trace() local
7690 op2_type = p->op2_type; in zend_jit_dump_trace()
7692 if (op1_type != IS_UNKNOWN || op2_type != IS_UNKNOWN || op3_type != IS_UNKNOWN) { in zend_jit_dump_trace()
7707 if (op2_type != IS_UNKNOWN) { in zend_jit_dump_trace()
7708 const char *ref = (op2_type & IS_TRACE_INDIRECT) ? in zend_jit_dump_trace()
7709 ((op2_type & IS_TRACE_REFERENCE) ? "*&" : "*") : in zend_jit_dump_trace()
7710 ((op2_type & IS_TRACE_REFERENCE) ? "&" : ""); in zend_jit_dump_trace()
7716 …const char *type = ((op2_type & ~IS_TRACE_INDIRECT) == 0) ? "undef" : zend_get_type_by_const(op2_t… in zend_jit_dump_trace()
7732 if (op1_type == IS_UNKNOWN && op2_type == IS_UNKNOWN && op3_type == IS_UNKNOWN) { in zend_jit_dump_trace()