Home
last modified time | relevance | path

Searched refs:ops (Results 51 – 75 of 86) sorted by relevance

1234

/PHP-8.1/Zend/Optimizer/
H A Dzend_inference.c117 MACRO(ssa->ops[line].op1_def); \
120 MACRO(ssa->ops[line].op2_def); \
296 var2 = ssa->ops[use].op1_def; in zend_scc_next()
302 var2 = ssa->ops[use].op2_def; in zend_scc_next()
308 var2 = ssa->ops[use].result_def; in zend_scc_next()
315 var2 = ssa->ops[use-1].op1_def; in zend_scc_next()
321 var2 = ssa->ops[use-1].op2_def; in zend_scc_next()
495 zend_ssa_op *ssa_ops = ssa->ops; in zend_ssa_find_false_dependencies()
1270 ssa_op = &ssa->ops[line]; in zend_inference_calc_range()
2057 op = ssa->ops + use; in add_usages()
[all …]
H A Dzend_ssa.h141 zend_ssa_op *ops; /* array of SSA instructions */ member
272 next = zend_ssa_next_use(ssa->ops, _var_num, use);
H A Dssa_integrity.c45 zend_ssa_op *ssa_op = &ssa->ops[op]; in is_used_by_op()
52 zend_ssa_op *ssa_op = &ssa->ops[op]; in is_defined_by_op()
177 zend_ssa_op *ssa_op = &ssa->ops[i]; in ssa_verify_integrity()
H A Dsccp.c329 zend_ssa_unlink_use_chain(ctx->scdf.ssa, ssa_op - ctx->scdf.ssa->ops, ssa_op->op2_use); in try_replace_op1()
358 zend_ssa_unlink_use_chain(ctx->scdf.ssa, next_op - ctx->scdf.ssa->ops, next_op->op2_use); in try_replace_op2()
1216 ssa_op = &ctx->scdf.ssa->ops[opline - ctx->scdf.op_array->opcodes]; in sccp_visit_instr()
1819 &ctx->scdf.ssa->ops[opline - ctx->scdf.op_array->opcodes]); in sccp_visit_instr()
2173 &ssa->ops[call->caller_init_opline - op_array->opcodes]); in remove_call()
2177 &ssa->ops[call->arg_info[i].opline - op_array->opcodes]); in remove_call()
2207 zend_ssa_op *ssa_op = &ssa->ops[var->definition]; in try_remove_definition()
2470 zend_ssa_op *ssa_op = &ssa->ops[use]; in replace_constant_operands()
H A Dzend_optimizer.c1179 zend_ssa_op *ssa_op = &ssa->ops[opline - op_array->opcodes]; in zend_redo_pass_two_ex()
1187 …((ssa->ops[opline - op_array->opcodes].op1_def >= 0) ? (OP1_DEF_INFO() & (MAY_BE_UNDEF|MAY_BE_ANY|… in zend_redo_pass_two_ex()
1331 zend_ssa_op *ssa_op = &func_info->ssa.ops[def_opline - op_array->opcodes]; in needs_live_range()
H A Dzend_dump.c751 if (ssa && ssa->ops) { in zend_dump_op_line()
752 ssa_op = &ssa->ops[opline - op_array->opcodes]; in zend_dump_op_line()
/PHP-8.1/Zend/tests/float_to_int/
H A Dwarnings_string_float_literals.phpt6 echo 'Bitwise ops:' . \PHP_EOL;
55 Bitwise ops:
H A Dwarnings_string_float_vars.phpt6 echo 'Bitwise ops:' . \PHP_EOL;
75 Bitwise ops:
H A Dwarnings_float_literals.phpt6 echo 'Bitwise ops:' . \PHP_EOL;
72 Bitwise ops:
H A Dwarnings_float_vars.phpt6 echo 'Bitwise ops:' . \PHP_EOL;
94 Bitwise ops:
/PHP-8.1/sapi/phpdbg/tests/
H A Dprint_002.phpt19 prompt> [Stack in foo() (8 ops)]
/PHP-8.1/ext/hash/
H A Dhash_crc32.c87 PHP_HASH_API int PHP_CRC32Copy(const php_hash_ops *ops, PHP_CRC32_CTX *orig_context, PHP_CRC32_CTX … in PHP_CRC32Copy() argument
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg.c83 if (brake->ops) { in php_phpdbg_destroy_bp_condition()
84 destroy_op_array(brake->ops); in php_phpdbg_destroy_bp_condition()
85 efree(brake->ops); in php_phpdbg_destroy_bp_condition()
120 pg->ops = NULL; in php_phpdbg_globals_ctor()
801 if (PHPDBG_G(ops)) { in php_sapi_phpdbg_deactivate()
802 destroy_op_array(PHPDBG_G(ops)); in php_sapi_phpdbg_deactivate()
803 efree(PHPDBG_G(ops)); in php_sapi_phpdbg_deactivate()
804 PHPDBG_G(ops) = NULL; in php_sapi_phpdbg_deactivate()
1609 if (PHPDBG_G(ops)) { in main()
H A Dphpdbg_bp.h115 zend_op_array *ops; member
H A Dphpdbg.h264 zend_op_array *ops; /* op_array */ variable
/PHP-8.1/Zend/tests/assert/
H A Dexpect_015.phpt106 ops as protected x;
259 ops as protected x;
/PHP-8.1/docs/
H A Dstreams.md251 The `php_streams` ops struct consists of pointers to methods that implement
255 efficiently behave as fgets. The ops struct also contains a label for the
290 PHPAPI php_stream * php_stream_alloc(php_stream_ops * ops, void * abstract,
294 * `ops` is a pointer to the implementation,
385 all mandatory. The rest are optional. Declare your stream ops struct:
/PHP-8.1/ext/standard/
H A Dfilters.c1918 const php_stream_filter_ops *ops; member
1936 for (i = 0; standard_filters[i].ops; i++) { in PHP_MINIT_FUNCTION()
1938 standard_filters[i].ops->label, in PHP_MINIT_FUNCTION()
1951 for (i = 0; standard_filters[i].ops; i++) { in PHP_MSHUTDOWN_FUNCTION()
1952 php_stream_filter_unregister_factory(standard_filters[i].ops->label); in PHP_MSHUTDOWN_FUNCTION()
H A Dphp_fopen_wrapper.c400 stream->ops = &php_stream_socket_ops; in php_stream_url_wrap_php()
H A Dstreamsfuncs.c558 add_assoc_string(return_value, "stream_type", (char *)stream->ops->label); in PHP_FUNCTION()
579 …add_assoc_bool(return_value, "seekable", (stream->ops->seek) && (stream->flags & PHP_STREAM_FLAG_N… in PHP_FUNCTION()
/PHP-8.1/ext/mysqlnd/
H A Dmysqlnd_vio.c448 int was_blocked = net_stream->ops->set_option(net_stream, opt, 0, NULL); in MYSQLND_METHOD()
465 net_stream->ops->set_option(net_stream, opt, 1, NULL); in MYSQLND_METHOD()
/PHP-8.1/main/streams/
H A Dfilter.c471 ssize_t count = stream->ops->write(stream, bucket->buf, bucket->buflen); in _php_stream_filter_flush()
H A Dmemory.c727 stream->ops = &php_stream_rfc2397_ops; in php_stream_url_wrap_rfc2397()
/PHP-8.1/ext/imap/
H A Dconfig.m424 dnl macro does the work of defining them all to no-ops for you. Note
/PHP-8.1/ext/opcache/jit/dynasm/
H A Ddasm_x86.lua741 local ops, imm = map_opsize[opsize], toint(tailops)
742 if ops and imm then
744 return imm*map_opsizenum[ops]

Completed in 114 milliseconds

1234