Home
last modified time | relevance | path

Searched refs:ZEND_ASSIGN (Results 1 – 17 of 17) sorted by relevance

/PHP-8.3/Zend/Optimizer/
H A Descape_analysis.c108 if (opline->opcode != ZEND_ASSIGN) { in zend_build_equi_escape_sets()
112 if (opline->opcode == ZEND_ASSIGN && op->op2_use >= 0) { in zend_build_equi_escape_sets()
130 if (opline->opcode == ZEND_ASSIGN && op->op2_use >= 0) { in zend_build_equi_escape_sets()
133 if (opline->opcode == ZEND_ASSIGN && op->op1_def >= 0) { in zend_build_equi_escape_sets()
191 case ZEND_ASSIGN: in is_allocation_def()
199 case ZEND_ASSIGN: in is_allocation_def()
231 case ZEND_ASSIGN: in is_local_def()
253 case ZEND_ASSIGN: in is_local_def()
278 case ZEND_ASSIGN: in is_escape_use()
347 case ZEND_ASSIGN: in is_escape_use()
[all …]
H A Ddce.c179 case ZEND_ASSIGN: in may_have_side_effects()
294 || (opline->opcode == ZEND_ASSIGN in add_operands_to_worklists()
351 case ZEND_ASSIGN: in try_remove_var_def()
H A Dzend_ssa.h222 if (opline->opcode == ZEND_ASSIGN in zend_ssa_is_no_val_use()
H A Dzend_dfg.c52 case ZEND_ASSIGN: in _zend_dfg_add_use_def_op()
H A Dsccp.c220 case ZEND_ASSIGN: in can_replace_op1()
876 case ZEND_ASSIGN: in sccp_visit_instr()
2084 if (opline->opcode == ZEND_ASSIGN) { in try_remove_definition()
2095 case ZEND_ASSIGN: in try_remove_definition()
2199 if (opline->opcode == ZEND_ASSIGN) { in try_remove_definition()
2285 opline->opcode = ZEND_ASSIGN; in try_remove_definition()
H A Ddfa_pass.c1150 if (opline->opcode == ZEND_ASSIGN in zend_dfa_optimize_op_array()
1461 if (opline->opcode == ZEND_ASSIGN in zend_dfa_optimize_op_array()
1497 if (opline->opcode == ZEND_ASSIGN in zend_dfa_optimize_op_array()
H A Dblock_pass.c290 case ZEND_ASSIGN: in zend_optimize_block()
1543 case ZEND_ASSIGN: in zend_t_usage()
H A Dzend_inference.c1459 case ZEND_ASSIGN: in zend_inference_propagate_range()
3080 case ZEND_ASSIGN: in _zend_update_type_info()
4328 if (opline->opcode == ZEND_ASSIGN && opline->result_type == IS_UNUSED && in zend_type_narrowing()
4801 case ZEND_ASSIGN: in zend_may_throw_ex()
4865 case ZEND_ASSIGN: in zend_may_throw_ex()
5038 case ZEND_ASSIGN: in zend_may_throw_ex()
H A Dzend_ssa.c563 case ZEND_ASSIGN: in _zend_ssa_rename_op()
/PHP-8.3/Zend/
H A Dzend_vm_opcodes.h108 #define ZEND_ASSIGN 22 macro
H A Dzend_compile.c750 case ZEND_ASSIGN: in zend_do_free()
3392 zend_emit_op_tmp(result, ZEND_ASSIGN, &var_node, &expr_node); in zend_compile_assign()
9402 zend_emit_op_tmp(&assign_node, ZEND_ASSIGN, &var_node_w, &default_node); in zend_compile_assign_coalesce()
H A Dzend_vm_def.h2708 ZEND_VM_HANDLER(22, ZEND_ASSIGN, VAR|CV, CONST|TMP|VAR|CV, SPEC(RETVAL))
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_trace.c1879 case ZEND_ASSIGN: in zend_jit_trace_build_tssa()
2824 && opline->opcode == ZEND_ASSIGN in zend_jit_trace_allocate_registers()
3252 case ZEND_ASSIGN: in zend_jit_trace_allocate_registers()
4947 case ZEND_ASSIGN: in zend_jit_trace()
6292 } else if (opline->opcode == ZEND_ASSIGN) { in zend_jit_trace()
6351 } else if (opline->opcode == ZEND_ASSIGN) { in zend_jit_trace()
6411 && (opline->opcode != ZEND_ASSIGN in zend_jit_trace()
6419 } else if (opline->opcode == ZEND_ASSIGN) { in zend_jit_trace()
6428 opline->opcode == ZEND_ASSIGN)))); in zend_jit_trace()
6435 if (opline->opcode == ZEND_ASSIGN) { in zend_jit_trace()
H A Dzend_jit.c1963 case ZEND_ASSIGN: in zend_jit_compute_liveness()
2205 case ZEND_ASSIGN: in zend_jit_try_allocate_free_reg()
3310 case ZEND_ASSIGN: in zend_jit()
H A Dzend_jit_helpers.c2173 if (opline->opcode == ZEND_ASSIGN) { in zend_jit_assign_cv_to_typed_ref()
2219 if (opline->opcode == ZEND_ASSIGN) { in zend_jit_assign_cv_to_typed_ref2()
H A Dzend_jit_x86.dasc15912 case ZEND_ASSIGN:
15955 case ZEND_ASSIGN:
16190 case ZEND_ASSIGN:
H A Dzend_jit_arm64.dasc14967 case ZEND_ASSIGN:
15012 case ZEND_ASSIGN:
15232 case ZEND_ASSIGN:

Completed in 177 milliseconds