Home
last modified time | relevance | path

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

/PHP-7.1/ext/opcache/Optimizer/
H A Dzend_ssa.c177 if (op->op1_type == IS_CV) { in find_adjusted_tmp_var()
182 if (op->op1_type == IS_CV) { in find_adjusted_tmp_var()
560 if (next->op1_type == IS_CV) { in zend_ssa_rename()
599 if (opline->op1_type == IS_CV) { in zend_ssa_rename()
614 if (opline->op1_type == IS_CV) { in zend_ssa_rename()
623 if (opline->op1_type == IS_CV) { in zend_ssa_rename()
632 if (opline->op1_type == IS_CV) { in zend_ssa_rename()
676 if (opline->op1_type == IS_CV) { in zend_ssa_rename()
707 if (opline->op1_type == IS_CV) { in zend_ssa_rename()
731 if (opline->op1_type == IS_CV) { in zend_ssa_rename()
[all …]
H A Dblock_pass.c160 src->op1_type == IS_CONST in zend_optimize_block()
186 src->op1_type == IS_CONST) { in zend_optimize_block()
214 if (opline->op1_type == IS_CONST) { in zend_optimize_block()
216 last_op->op1_type == IS_CONST && in zend_optimize_block()
363 if (opline->op1_type == IS_CONST && in zend_optimize_block()
371 if (opline->op1_type == IS_CONST && in zend_optimize_block()
382 if (opline->op1_type == IS_CONST && in zend_optimize_block()
470 tmp_type = src->op1_type; in zend_optimize_block()
487 tmp_type = src->op1_type; in zend_optimize_block()
760 if ((op->op1_type == opline->op1_type in zend_optimize_block()
[all …]
H A Doptimize_func_calls.c75 if (opline->op1_type == IS_CONST) { in zend_delete_call_instructions()
77 } else if (opline->op1_type == IS_CV) { in zend_delete_call_instructions()
102 if (ret_opline->op1_type == IS_CONST) { in zend_try_inline_call()
106 if (fcall->opcode == ZEND_INIT_METHOD_CALL && fcall->op1_type == IS_UNUSED) { in zend_try_inline_call()
138 opline->op1_type = IS_CONST; in zend_try_inline_call()
H A Ddfa_pass.c361 return opline->op1_type != IS_CV || opline->op1.var != cv_var; in opline_supports_assign_contraction()
366 return (opline->op1_type != IS_CV || opline->op1.var != cv_var) in opline_supports_assign_contraction()
374 return opline->op1_type != IS_CV || opline->op1.var != cv_var; in opline_supports_assign_contraction()
419 && opline->op1_type == IS_CONST in zend_dfa_optimize_op_array()
440 if (opline->op1_type == IS_CONST in zend_dfa_optimize_op_array()
452 } else if (opline->op1_type != IS_CONST in zend_dfa_optimize_op_array()
518 op_array->opcodes[op_2].result_type = opline->op1_type; in zend_dfa_optimize_op_array()
541 opline->result_type = opline->op1_type; in zend_dfa_optimize_op_array()
543 opline->op1_type = opline->op2_type; in zend_dfa_optimize_op_array()
632 opline->result_type = opline->op1_type; in zend_dfa_optimize_op_array()
H A Dzend_dfg.c53 if (next->op1_type & (IS_CV|IS_VAR|IS_TMP_VAR)) { in zend_build_dfg()
66 if (opline->op1_type == IS_CV) { in zend_build_dfg()
145 } else if (opline->op1_type & (IS_VAR|IS_TMP_VAR)) { in zend_build_dfg()
H A Dpass2.c179 if (opline->op1_type == IS_CV) { in zend_optimizer_pass2()
182 } else if (opline->op1_type & (IS_TMP_VAR|IS_VAR)) { in zend_optimizer_pass2()
H A Dcompact_literals.c155 opline->op1_type, in zend_optimizer_compact_literals()
169 opline->op1_type, in zend_optimizer_compact_literals()
195 opline->op1_type, in zend_optimizer_compact_literals()
251 opline->op1_type, in zend_optimizer_compact_literals()
274 opline->op1_type, in zend_optimizer_compact_literals()
H A Dzend_optimizer.c91 if (opline->op1_type & (IS_TMP_VAR|IS_VAR)) { in zend_optimizer_lookup_cv()
567 if (opline->op1_type == IS_CONST) { in get_class_entry_from_op1()
584 } else if (opline->op1_type == IS_UNUSED && op_array->scope in get_class_entry_from_op1()
643 if (opline->op1_type == IS_UNUSED in zend_optimizer_get_called_func()
821 if (opline->op1_type == IS_CONST) { in zend_revert_pass_two()
838 if (opline->op1_type == IS_CONST) { in zend_redo_pass_two()
858 …opline->op1_type == IS_UNUSED ? 0 : (OP1_INFO() & (MAY_BE_UNDEF|MAY_BE_ANY|MAY_BE_REF|MAY_BE_ARRAY… in zend_redo_pass_two_ex()
866 if (opline->op1_type == IS_CONST) { in zend_redo_pass_two_ex()
H A Dzend_optimizer_internal.h29 #define ZEND_OP1_TYPE(opline) (opline)->op1_type
H A Dzend_dump.c547 if (opline->op1_type == IS_CONST) { in zend_dump_op()
549 } else if (opline->op1_type & (IS_CV|IS_VAR|IS_TMP_VAR)) { in zend_dump_op()
554 …zend_dump_ssa_var(op_array, ssa, ssa_var_num, opline->op1_type, EX_VAR_TO_NUM(opline->op1.var), du… in zend_dump_op()
557 zend_dump_var(op_array, opline->op1_type, EX_VAR_TO_NUM(opline->op1.var)); in zend_dump_op()
561 zend_dump_var(op_array, opline->op1_type, EX_VAR_TO_NUM(opline->op1.var)); in zend_dump_op()
567 …zend_dump_ssa_var(op_array, ssa, ssa_var_num, opline->op1_type, EX_VAR_TO_NUM(opline->op1.var), du… in zend_dump_op()
H A Dzend_inference.c2259 (opline->op1_type == IS_CV) && in zend_update_type_info()
2264 (opline->op1_type == IS_CV) && in zend_update_type_info()
2320 if (opline->op1_type == IS_CV) { in zend_update_type_info()
2377 if (opline->op1_type == IS_CV) { in zend_update_type_info()
2383 if (opline->op1_type == IS_CV) { in zend_update_type_info()
2539 if (opline->op1_type == IS_CV) { in zend_update_type_info()
2586 if (opline->op1_type == IS_CV) { in zend_update_type_info()
2603 if ((opline+1)->op1_type == IS_CV) { in zend_update_type_info()
2865 if (opline->op1_type == IS_CONST && in zend_update_type_info()
2904 if (opline->op1_type != IS_UNUSED) { in zend_update_type_info()
[all …]
H A Dpass3.c106 zend_uchar tmp_type = opline->op1_type; in zend_optimizer_pass3()
H A Dpass1_5.c422 opline->op1_type = IS_CONST; in zend_optimizer_pass1()
H A Dzend_cfg.c122 && (op_array->opcodes[b->start + 1].op1_type & (IS_CV|IS_CONST)) in zend_mark_reachable_blocks()
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_opcode.c104 ops, opline, opline->op1, opline->op1_type, ZEND_VM_OP1_FLAGS(flags)); in phpdbg_decode_opline()
/PHP-7.1/Zend/
H A Dzend_compile.c2479 opline->op1_type = IS_CONST; in zend_set_class_name_op1()
3345 opline->op1_type = IS_CONST; in zend_compile_dynamic_call()
3458 opline->op1_type = IS_CONST; in zend_compile_func_defined()
3558 opline->op1_type = IS_CONST; in zend_compile_init_user_func()
3936 opline->op1_type = IS_CONST; in zend_compile_new()
4028 opline->op1_type = IS_CV; in zend_compile_static_var_common()
4798 opline->op1_type = IS_CONST; in zend_compile_try()
4871 opline->op1_type = IS_TMP_VAR; in zend_compile_try()
5557 opline->op1_type = IS_CONST; in zend_begin_func_decl()
5562 opline->op1_type = IS_CONST; in zend_begin_func_decl()
[all …]
H A Dzend.c433 EG(exception_op)[0].op1_type = IS_UNUSED; in zend_init_exception_op()
438 EG(exception_op)[1].op1_type = IS_UNUSED; in zend_init_exception_op()
443 EG(exception_op)[2].op1_type = IS_UNUSED; in zend_init_exception_op()
454 EG(call_trampoline_op).op1_type = IS_UNUSED; in zend_init_call_trampoline_op()
H A Dzend_opcode.c650 if (opline->op1_type == IS_CONST) { in pass_two()
652 } else if (opline->op1_type & (IS_VAR|IS_TMP_VAR)) { in pass_two()
H A Dzend_compile.h41 (opline)->op1_type = IS_UNUSED; \
149 zend_uchar op1_type; member
H A Dzend_vm_gen.php192 $op1_type = array( variable
677 global $op1_type, $op2_type, $op1_get_zval_ptr, $op2_get_zval_ptr,
751 $op1_type[$op1],
H A Dzend_vm_execute.h1398 if ((opline->op1_type & (IS_VAR|IS_CV)) && Z_ISREF_P(args)) {
62770 if (op->op1_type > op->op2_type) {
62778 if (op->op1_type > op->op2_type) {
62786 if (op->op1_type > op->op2_type) {
62815 if (op->op1_type > op->op2_type) {
62823 if (op->op1_type > op->op2_type) {
62831 if (op->op1_type > op->op2_type) {
62842 if (op->op1_type > op->op2_type) {
62850 if (op->op1_type > op->op2_type) {
62861 if (op->op1_type > op->op2_type) {
[all …]
H A Dzend_execute.c1209 if (opline->op1_type == IS_VAR && opline->op1.var == var) { in zend_wrong_string_offset()
2555 tmp_type = op->op1_type; in zend_swap_operands()
2557 op->op1_type = op->op2_type; in zend_swap_operands()
H A Dzend_vm_def.h778 FREE_UNFETCHED_OP((opline+1)->op1_type, (opline+1)->op1.var);
786 value = get_zval_ptr_r((opline+1)->op1_type, (opline+1)->op1, execute_data, &free_op_data1);
862 value = get_zval_ptr_r((opline+1)->op1_type, (opline+1)->op1, execute_data, &free_op_data1);
886 value = get_zval_ptr_r((opline+1)->op1_type, (opline+1)->op1, execute_data, &free_op_data1);
909 value = get_zval_ptr_r((opline+1)->op1_type, (opline+1)->op1, execute_data, &free_op_data1);
/PHP-7.1/ext/opcache/
H A Dzend_file_cache.c417 if (opline->op1_type == IS_CONST) { in zend_file_cache_serialize_op_array()
1043 if (opline->op1_type == IS_CONST) { in zend_file_cache_unserialize_op_array()
H A Dzend_persist.c442 if (opline->op1_type == IS_CONST) { in zend_persist_op_array_ex()

Completed in 287 milliseconds