Home
last modified time | relevance | path

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

/PHP-8.1/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()
185 case ZEND_ASSIGN: in is_allocation_def()
193 case ZEND_ASSIGN: in is_allocation_def()
225 case ZEND_ASSIGN: in is_local_def()
241 case ZEND_ASSIGN: in is_local_def()
266 case ZEND_ASSIGN: in is_escape_use()
335 case ZEND_ASSIGN: in is_escape_use()
[all …]
H A Ddce.c179 case ZEND_ASSIGN: in may_have_side_effects()
300 || (opline->opcode == ZEND_ASSIGN in add_operands_to_worklists()
357 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.c222 case ZEND_ASSIGN: in can_replace_op1()
998 case ZEND_ASSIGN: in sccp_visit_instr()
2210 if (opline->opcode == ZEND_ASSIGN) { in try_remove_definition()
2221 case ZEND_ASSIGN: in try_remove_definition()
2324 if (opline->opcode == ZEND_ASSIGN) { in try_remove_definition()
2410 opline->opcode = ZEND_ASSIGN; in try_remove_definition()
H A Ddfa_pass.c1211 if (opline->opcode == ZEND_ASSIGN in zend_dfa_optimize_op_array()
1499 if (opline->opcode == ZEND_ASSIGN in zend_dfa_optimize_op_array()
1535 if (opline->opcode == ZEND_ASSIGN in zend_dfa_optimize_op_array()
H A Dzend_inference.c1472 case ZEND_ASSIGN: in zend_inference_propagate_range()
3021 case ZEND_ASSIGN: in _zend_update_type_info()
4230 if (opline->opcode == ZEND_ASSIGN && opline->result_type == IS_UNUSED && in zend_type_narrowing()
4750 case ZEND_ASSIGN: in zend_may_throw_ex()
4813 case ZEND_ASSIGN: in zend_may_throw_ex()
4985 case ZEND_ASSIGN: in zend_may_throw_ex()
H A Dblock_pass.c283 case ZEND_ASSIGN: in zend_optimize_block()
1716 case ZEND_ASSIGN: in zend_t_usage()
H A Dzend_ssa.c564 case ZEND_ASSIGN: in _zend_ssa_rename_op()
/PHP-8.1/Zend/
H A Dzend_vm_opcodes.h108 #define ZEND_ASSIGN 22 macro
H A Dzend_compile.c729 case ZEND_ASSIGN: in zend_do_free()
3256 zend_emit_op_tmp(result, ZEND_ASSIGN, &var_node, &expr_node); in zend_compile_assign()
9085 zend_emit_op_tmp(&assign_node, ZEND_ASSIGN, &var_node_w, &default_node); in zend_compile_assign_coalesce()
H A Dzend_vm_def.h2685 ZEND_VM_HANDLER(22, ZEND_ASSIGN, VAR|CV, CONST|TMP|VAR|CV, SPEC(RETVAL))
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_trace.c1863 case ZEND_ASSIGN: in zend_jit_trace_build_tssa()
2809 && opline->opcode == ZEND_ASSIGN in zend_jit_trace_allocate_registers()
3237 case ZEND_ASSIGN: in zend_jit_trace_allocate_registers()
4932 case ZEND_ASSIGN: in zend_jit_trace()
6314 } else if (opline->opcode == ZEND_ASSIGN) { in zend_jit_trace()
6373 } else if (opline->opcode == ZEND_ASSIGN) { in zend_jit_trace()
6433 && (opline->opcode != ZEND_ASSIGN in zend_jit_trace()
6441 } else if (opline->opcode == ZEND_ASSIGN) { in zend_jit_trace()
6450 opline->opcode == ZEND_ASSIGN)))); in zend_jit_trace()
6457 if (opline->opcode == ZEND_ASSIGN) { in zend_jit_trace()
H A Dzend_jit.c1950 case ZEND_ASSIGN: in zend_jit_compute_liveness()
2192 case ZEND_ASSIGN: in zend_jit_try_allocate_free_reg()
3297 case ZEND_ASSIGN: in zend_jit()
H A Dzend_jit_helpers.c2171 if (opline->opcode == ZEND_ASSIGN) { in zend_jit_assign_cv_to_typed_ref()
H A Dzend_jit_x86.dasc15940 case ZEND_ASSIGN:
15983 case ZEND_ASSIGN:
16219 case ZEND_ASSIGN:
H A Dzend_jit_arm64.dasc14987 case ZEND_ASSIGN:
15032 case ZEND_ASSIGN:
15253 case ZEND_ASSIGN:

Completed in 208 milliseconds