Home
last modified time | relevance | path

Searched refs:IS_UNUSED (Results 1 – 25 of 28) sorted by relevance

12

/PHP-8.0/Zend/
H A Dzend_vm_execute.h9618 if (IS_UNUSED == IS_UNUSED) { in ZEND_FETCH_DIM_FUNC_ARG_SPEC_CONST_UNUSED_HANDLER()
10036 if (IS_UNUSED != IS_UNUSED) { in ZEND_ADD_ARRAY_ELEMENT_SPEC_CONST_UNUSED_HANDLER()
10316 if (IS_UNUSED != IS_UNUSED) { in ZEND_YIELD_SPEC_CONST_UNUSED_HANDLER()
20316 if (IS_UNUSED != IS_UNUSED) { in ZEND_ADD_ARRAY_ELEMENT_SPEC_TMP_UNUSED_HANDLER()
20478 if (IS_UNUSED != IS_UNUSED) { in ZEND_YIELD_SPEC_TMP_UNUSED_HANDLER()
27475 if (IS_UNUSED != IS_UNUSED) { in ZEND_ASSIGN_DIM_SPEC_VAR_UNUSED_OP_DATA_CONST_HANDLER()
27613 if (IS_UNUSED != IS_UNUSED) { in ZEND_ASSIGN_DIM_SPEC_VAR_UNUSED_OP_DATA_TMP_HANDLER()
32904 if (IS_UNUSED == IS_UNUSED in ZEND_INIT_STATIC_METHOD_CALL_SPEC_UNUSED_CONST_HANDLER()
34769 if (IS_UNUSED == IS_UNUSED in ZEND_INIT_STATIC_METHOD_CALL_SPEC_UNUSED_TMPVAR_HANDLER()
35183 if (IS_UNUSED == IS_UNUSED in ZEND_INIT_STATIC_METHOD_CALL_SPEC_UNUSED_UNUSED_HANDLER()
[all …]
H A Dzend_compile.h30 #define SET_UNUSED(op) op ## _type = IS_UNUSED
37 (opline)->op1_type = IS_UNUSED; \
38 (opline)->op2_type = IS_UNUSED; \
39 (opline)->result_type = IS_UNUSED; \
712 #define IS_UNUSED 0 /* Unused operand */ macro
H A Dzend_vm_def.h1162 if (OP2_TYPE == IS_UNUSED) {
1996 if (OP2_TYPE == IS_UNUSED) {
2536 if (OP2_TYPE == IS_UNUSED) {
2652 if (OP2_TYPE != IS_UNUSED) {
2727 if (OP1_TYPE == IS_UNUSED) {
3375 if (OP2_TYPE == IS_UNUSED) {
3453 if (OP1_TYPE == IS_UNUSED) {
3679 if (OP1_TYPE == IS_UNUSED
4197 if (OP1_TYPE == IS_UNUSED) {
5933 if (OP2_TYPE != IS_UNUSED) {
[all …]
H A Dzend.h54 (EX(prev_execute_data)->opline->result_type != IS_UNUSED))
H A Dzend_execute.c126 #define RETURN_VALUE_USED(opline) ((opline)->result_type != IS_UNUSED)
511 if (op_type == IS_UNUSED) { in _get_obj_zval_ptr()
519 if (op_type == IS_UNUSED) { in _get_obj_zval_ptr_undef()
527 if (op_type == IS_UNUSED) { in _get_obj_zval_ptr_ptr()
2085 if (opline->op2_type == IS_UNUSED) { in zend_binary_assign_op_dim_slow()
2837 if (container_op_type != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) { in zend_fetch_property_address()
2991 zend_assign_to_property_reference(container, IS_UNUSED, prop_ptr, IS_CONST, value_ptr in zend_assign_to_property_reference_this_const()
3003 zend_assign_to_property_reference(container, IS_UNUSED, prop_ptr, IS_VAR, value_ptr in zend_assign_to_property_reference_this_var()
3036 if (EXPECTED(op2_type == IS_UNUSED)) { in zend_fetch_static_property_address_ex()
3094 …pe == IS_CONST && (opline->op2_type == IS_CONST || (opline->op2_type == IS_UNUSED && (opline->op2.… in zend_fetch_static_property_address()
H A Dzend_compile.c727 opline->result_type = IS_UNUSED; in zend_do_free()
743 opline->result_type = IS_UNUSED; in zend_do_free()
760 opline->result_type = IS_UNUSED; in zend_do_free()
762 opline->result_type = IS_UNUSED; in zend_do_free()
2586 result->op_type = IS_UNUSED; in zend_compile_class_ref()
2611 result->op_type = IS_UNUSED; in zend_compile_class_ref()
2769 dim_node.op_type = IS_UNUSED; in zend_delayed_compile_dim()
2803 obj_node.op_type = IS_UNUSED; in zend_delayed_compile_prop()
4376 obj_node.op_type = IS_UNUSED; in zend_compile_method_call()
4471 method_node.op_type = IS_UNUSED; in zend_compile_static_call()
[all …]
H A Dzend_opcode.c1046 if (call->result_type == IS_UNUSED) { in pass_two()
1047 opline->result_type = IS_UNUSED; in pass_two()
/PHP-8.0/ext/opcache/Optimizer/
H A Dzend_inference.h49 return (opline->opN##_type != IS_UNUSED && \
71 } else if (opline->opN##_type != IS_UNUSED && \
94 } else if (opline->opN##_type != IS_UNUSED && \
111 } else if (opline->opN##_type != IS_UNUSED && \
128 } else if (opline->opN##_type != IS_UNUSED && \
H A Dzend_cfg.h115 ((opline)->result_type != IS_UNUSED)
H A Dcompact_literals.c583 if (opline->op1_type == IS_UNUSED && in zend_optimizer_compact_literals()
589 if (opline->op1_type == IS_UNUSED) { in zend_optimizer_compact_literals()
610 if (opline->op1_type == IS_UNUSED && in zend_optimizer_compact_literals()
616 if (opline->op1_type == IS_UNUSED) { in zend_optimizer_compact_literals()
625 if (opline->op1_type == IS_UNUSED && in zend_optimizer_compact_literals()
631 if (opline->op1_type == IS_UNUSED) { in zend_optimizer_compact_literals()
652 if (opline->op1_type == IS_UNUSED && in zend_optimizer_compact_literals()
658 if (opline->op1_type == IS_UNUSED) { in zend_optimizer_compact_literals()
H A Dpass1.c252 opline->op1_type == IS_UNUSED && in zend_optimizer_pass1()
259 ((opline - 1)->op2_type == IS_UNUSED && in zend_optimizer_pass1()
362 opline->result_type = IS_UNUSED; in zend_optimizer_pass1()
632 opline->op1_type = IS_UNUSED; in zend_optimizer_pass1()
656 opline->op1_type = IS_UNUSED; in zend_optimizer_pass1()
H A Ddfa_pass.c858 opline->op1_type = IS_UNUSED; in zend_dfa_optimize_jmps()
883 opline->op1_type = IS_UNUSED; in zend_dfa_optimize_jmps()
894 opline->result_type = IS_UNUSED; in zend_dfa_optimize_jmps()
908 opline->result_type = IS_UNUSED; in zend_dfa_optimize_jmps()
922 opline->result_type = IS_UNUSED; in zend_dfa_optimize_jmps()
948 opline->result_type = IS_UNUSED; in zend_dfa_optimize_jmps()
964 opline->result_type = IS_UNUSED; in zend_dfa_optimize_jmps()
1084 op_array->opcodes[def].result_type = IS_UNUSED; in zend_dfa_try_to_replace_result()
1251 opline->op2_type = IS_UNUSED; in zend_dfa_optimize_op_array()
1282 opline->op2_type = IS_UNUSED; in zend_dfa_optimize_op_array()
[all …]
H A Dzend_optimizer_internal.h41 #define RESULT_UNUSED(op) (op->result_type == IS_UNUSED)
H A Dblock_pass.c281 src->result_type = IS_UNUSED; in zend_optimize_block()
300 src->result_type = IS_UNUSED; in zend_optimize_block()
388 opline->op1_type = IS_UNUSED; in zend_optimize_block()
389 opline->op2_type = IS_UNUSED; in zend_optimize_block()
631 opline->op1_type = IS_UNUSED; in zend_optimize_block()
783 opline->op2_type = IS_UNUSED; in zend_optimize_block()
793 opline->op2_type = IS_UNUSED; in zend_optimize_block()
1711 opline->result_type = IS_UNUSED; in zend_t_usage()
1720 opline->result_type = IS_UNUSED; in zend_t_usage()
H A Ddce.c366 def_opline->result_type = IS_UNUSED; in try_remove_var_def()
497 return opline->opcode == ZEND_ADD_ARRAY_ELEMENT && opline->op2_type == IS_UNUSED; in may_throw_dce_exception()
H A Dzend_inference.c1895 if (dim_op_type == IS_UNUSED) { in assign_dim_result_type()
2114 if (opline->op1_type == IS_UNUSED) { in zend_fetch_prop_info()
2136 if (opline->op2_type == IS_UNUSED) { in zend_fetch_static_prop_info()
2468 if (opline->op2_type == IS_UNUSED) { in _zend_update_type_info()
2965 if (opline->op2_type == IS_UNUSED) { in _zend_update_type_info()
3042 if (opline->op1_type != IS_UNUSED in _zend_update_type_info()
3043 && (opline->op2_type == IS_UNUSED in _zend_update_type_info()
3052 if (opline->op2_type == IS_UNUSED) { in _zend_update_type_info()
3197 if (opline->op2_type == IS_UNUSED) { in _zend_update_type_info()
3321 opline->op2_type == IS_UNUSED); in _zend_update_type_info()
[all …]
H A Dzend_optimizer.c784 } else if (opline->op1_type == IS_UNUSED && op_array->scope in get_class_entry_from_op1()
850 if (opline->op1_type == IS_UNUSED in zend_optimizer_get_called_func()
1208 …uint32_t op1_info = opline->op1_type == IS_UNUSED ? 0 : (OP1_INFO() & (MAY_BE_UNDEF|MAY_BE_ANY|MAY… in zend_redo_pass_two_ex()
1209 …uint32_t op2_info = opline->op1_type == IS_UNUSED ? 0 : (OP2_INFO() & (MAY_BE_UNDEF|MAY_BE_ANY|MAY… in zend_redo_pass_two_ex()
1216 …(opline->result_type == IS_UNUSED ? 0 : (RES_INFO() & (MAY_BE_UNDEF|MAY_BE_ANY|MAY_BE_REF|MAY_BE_A… in zend_redo_pass_two_ex()
H A Doptimize_func_calls.c243 && opline->op2_type == IS_UNUSED) { in zend_optimize_func_calls()
H A Dsccp.c326 opline->op2_type = IS_UNUSED; in try_replace_op1()
2263 opline->result_type = IS_UNUSED; in try_remove_definition()
2328 opline->result_type = IS_UNUSED; in try_remove_definition()
2369 if (opline->op2_type == IS_UNUSED) { in try_remove_definition()
2386 opline->result_type = IS_UNUSED; in try_remove_definition()
H A Descape_analysis.c357 if (opline->op2_type == IS_CV || opline->result_type != IS_UNUSED) { in is_escape_use()
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_disasm_x86.c513 opline.result_type = IS_UNUSED; in zend_jit_disasm_init()
523 opline.result_type = IS_UNUSED; in zend_jit_disasm_init()
533 opline.result_type = IS_UNUSED; in zend_jit_disasm_init()
H A Dzend_jit_x86.dasc2132 | cmp byte OP:r0->result_type, IS_UNUSED
3654 if (opline->op2_type != IS_UNUSED) {
3674 if (opline->op2_type != IS_UNUSED) {
4123 if (opline->result_type != IS_UNUSED) {
4145 opline->result_type != IS_UNUSED) {
4303 if (opline->result_type != IS_UNUSED) {
6458 if (opline->result_type == IS_UNUSED) {
6523 if (opline->op2_type == IS_UNUSED) {
6755 if (opline->op2_type == IS_UNUSED) {
9035 if (opline->result_type != IS_UNUSED) {
[all …]
H A Dzend_jit_trace.c1594 if (opline->result_type != IS_UNUSED) { in zend_jit_trace_build_tssa()
1689 if (opline->op1_type == IS_UNUSED) { in zend_jit_trace_build_tssa()
1870 if (opline->op1_type == IS_UNUSED) { in zend_jit_trace_build_tssa()
4080 if (opline->result_type != IS_UNUSED in zend_jit_trace()
4414 if (opline->op1_type == IS_UNUSED) { in zend_jit_trace()
4494 if (opline->op1_type == IS_UNUSED) { in zend_jit_trace()
4563 if (opline->op1_type == IS_UNUSED) { in zend_jit_trace()
5435 || opline->op2_type == IS_UNUSED in zend_jit_trace()
5548 if (opline->op1_type == IS_UNUSED) { in zend_jit_trace()
5716 if (opline->op1_type == IS_UNUSED) { in zend_jit_trace()
[all …]
H A Dzend_jit.c2345 if (opline->result_type != IS_UNUSED) { in zend_jit()
2537 if (opline->op1_type != IS_CV || opline->result_type != IS_UNUSED) { in zend_jit()
2559 if (opline->op1_type != IS_CV || opline->result_type != IS_UNUSED) { in zend_jit()
2603 if (opline->op1_type == IS_UNUSED) { in zend_jit()
2633 if (opline->result_type != IS_UNUSED) { in zend_jit()
2650 if (opline->op1_type == IS_UNUSED) { in zend_jit()
2690 if (opline->op1_type == IS_UNUSED) { in zend_jit()
2738 if (opline->result_type == IS_UNUSED) { in zend_jit()
3196 if (opline->op1_type == IS_UNUSED) { in zend_jit()
3284 if (opline->op1_type == IS_UNUSED) { in zend_jit()
[all …]
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_opcode.c68 if (op_type != IS_UNUSED) { in phpdbg_decode_input_op()

Completed in 371 milliseconds

12