Home
last modified time | relevance | path

Searched refs:ops (Results 1 – 25 of 94) sorted by last modified time

1234

/php-src/ext/opcache/jit/ir/
H A Dir_x86.dasc10008 ir_ref *ops = insn->ops;
10011 && IR_IS_CONST_REF(ops[constraints.tmp_regs[n].num])) {
10024 for (j = 1, p = insn->ops + 1; j <= n; j++, p++) {
H A Dir_sccp.c128 p = insn->ops + 2; in ir_sccp_meet_phi()
129 merge_input = ctx->ir_base[insn->op1].ops + 1; in ir_sccp_meet_phi()
333 for (j = 1, p = insn->ops + j; j <= n; j++, p++) { in ir_sccp_make_nop()
347 for (j = 1, p = insn->ops + j; j <= n; j++, p++) { in ir_sccp_remove_insn()
369 for (j = 1, p = insn->ops + j; j <= n; j++, p++) { in ir_sccp_remove_insn2()
396 for (j = 1, p = insn->ops + 1; j <= n; j++, p++) { in ir_sccp_replace_insn()
1316 ir_ref i, count = insn->inputs_count, *ops = insn->ops + 1; in ir_try_remove_empty_diamond() local
1323 end_ref = ops[i]; in ir_try_remove_empty_diamond()
1362 ir_ref end_ref = ops[i]; in ir_try_remove_empty_diamond()
2189 for (p = insn->ops + 1; n > 0; p++, n--) { in ir_sccp()
[all …]
H A Dir_cfg.c48 for (p = insn->ops + 1; n > 0; p++, n--) { in _ir_add_predecessors()
243 for (p = insn->ops + 1; n > 0; p++, q++, n--) { in ir_build_cfg()
480 for (p = insn->ops + 1; n > 0; p++, q++, n--) { in ir_remove_unreachable_blocks()
H A Dir_gcm.c36 for (p = insn->ops + 1; n > 0; p++, n--) { in ir_gcm_schedule_early()
200 ir_ref *p = insn->ops + 2; /* PHI data inputs */ in ir_split_partially_dead_node()
201 ir_ref *q = ctx->ir_base[insn->op1].ops + 1; /* MERGE inputs */ in ir_split_partially_dead_node()
306 ir_ref *p = insn->ops + 2; /* PHI data inputs */ in ir_split_partially_dead_node()
307 ir_ref *q = ctx->ir_base[insn->op1].ops + 1; /* MERGE inputs */ in ir_split_partially_dead_node()
462 ir_ref *p = insn->ops + 2; /* PHI data inputs */ in ir_gcm_schedule_late()
541 for (p = insn->ops + 1; n > 0; p++, n--) { in ir_gcm()
617 for (p = insn->ops + 2; k > 0; p++, k--) { in ir_gcm()
858 for (j = n, p = insn->ops + 2; j > 0; p++, j--) { in ir_schedule()
896 for (j = n, p = insn->ops + 1; j > 0; p++, j--) { in ir_schedule()
[all …]
H A Dir_aarch64.dasc5652 ir_ref *ops = insn->ops;
5655 && IR_IS_CONST_REF(ops[constraints.tmp_regs[n].num])) {
5668 for (j = 1, p = insn->ops + 1; j <= n; j++, p++) {
H A Dir.c1976 ir_ref *ops = insn->ops; local
1982 ops[pos] = src;
2134 ir_ref *ops; local
2137 ops = ctx->ir_base[ctx->control].ops;
2140 ops[n + 1] = inputs[n];
2148 ir_ref *ops = insn->ops; local
2152 ops[pos] = src;
2221 ir_ref phi, *ops, i; local
2242 ops = merge->ops;
2646 ir_ref *ops = insn->ops; local
[all …]
H A Dir_ra.c452 ir_ref *ops = ctx->ir_base[ref].ops; in ir_add_osr_entry_loads() local
453 ref = ops[use_pos->op_num]; in ir_add_osr_entry_loads()
537 p = insn->ops + j; in ir_add_fusion_ranges()
810 p = insn->ops + 1; in ir_compute_live_ranges()
1004 ir_ref *p = insn->ops + 2; /* PHI data inputs */ in ir_compute_live_sets()
1108 ir_ref *ops = ctx->ir_base[ref].ops; in ir_add_osr_entry_loads() local
1109 ref = ops[use_pos->op_num]; in ir_add_osr_entry_loads()
1195 p = insn->ops + j; in ir_add_fusion_ranges()
1426 p = insn->ops + 1; in ir_compute_live_ranges()
4077 ir_ref *ops = insn->ops; in assign_regs() local
[all …]
H A Dir.h463 ir_ref ops[1];
724 const ir_ref *p = insn->ops + n; in ir_insn_op()
730 ir_ref *p = insn->ops + n; in ir_insn_set_op()
H A Dir_check.c63 for (j = 1, p = insn->ops + 1; j <= n; j++, p++) { in ir_check_input_list()
105 for (j = 1, p = insn->ops + 1; j <= n; j++, p++) { in ir_check()
/php-src/ext/mysqlnd/
H A Dmysqlnd_vio.c470 int was_blocked = net_stream->ops->set_option(net_stream, opt, 0, NULL); in MYSQLND_METHOD()
487 net_stream->ops->set_option(net_stream, opt, 1, NULL); in MYSQLND_METHOD()
/php-src/ext/reflection/
H A Dphp_reflection.c1791 const zend_op_array *ops = &closure_func->op_array; in ZEND_METHOD() local
1793 HashTable *static_variables = ZEND_MAP_PTR_GET(ops->static_variables_ptr); in ZEND_METHOD()
1799 zend_op *opline = ops->opcodes + ops->num_args; in ZEND_METHOD()
1800 if (ops->fn_flags & ZEND_ACC_VARIADIC) { in ZEND_METHOD()
/php-src/ext/posix/
H A Dposix.c439 stream->ops->label); in php_posix_stream_get_fd()
/php-src/Zend/Optimizer/
H A Dzend_inference.c117 MACRO(ssa->ops[line].op1_def); \
120 MACRO(ssa->ops[line].op2_def); \
295 var2 = ssa->ops[use].op1_def; in zend_scc_next()
301 var2 = ssa->ops[use].op2_def; in zend_scc_next()
307 var2 = ssa->ops[use].result_def; in zend_scc_next()
314 var2 = ssa->ops[use-1].op1_def; in zend_scc_next()
320 var2 = ssa->ops[use-1].op2_def; in zend_scc_next()
493 zend_ssa_op *ssa_ops = ssa->ops; in zend_ssa_find_false_dependencies()
1257 ssa_op = &ssa->ops[line]; in zend_inference_calc_range()
2047 op = ssa->ops + use; in add_usages()
[all …]
H A Dzend_func_info.c62 ssa->ops ? &ssa->ops[call_info->arg_info[0].opline - op_array->opcodes] : NULL); in zend_range_info()
64 ssa->ops ? &ssa->ops[call_info->arg_info[1].opline - op_array->opcodes] : NULL); in zend_range_info()
70 ssa->ops ? &ssa->ops[call_info->arg_info[2].opline - op_array->opcodes] : NULL); in zend_range_info()
/php-src/Zend/tests/type_declarations/
H A Dtyped_properties_055.phpt14 $n = "ops";
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c1336 for (j = 0, p = &dst_phi->sources[0], q = phi_insn->ops + 2; j < n; j++, p++, q++) { in zend_jit_def_reg()
3471 for (j = k = 0, q = r = insn->ops + 1; j < n; j++, q++) { in _zend_jit_fix_merges()
15247 zend_ssa_op *ssa_op = ssa->ops ? &ssa->ops[opline - op_array->opcodes] : NULL;
16597 if (!zend_jit_opline_supports_reg(op_array, ssa, op_array->opcodes + def, ssa->ops + def, NULL)) {
16606 if (!zend_ssa_is_no_val_use(op_array->opcodes + use, ssa->ops + use, var) &&
16607 … !zend_jit_opline_supports_reg(op_array, ssa, op_array->opcodes + use, ssa->ops + use, NULL)) {
16615 use = zend_ssa_next_use(ssa->ops, var, use);
16644 use = zend_ssa_next_use(ssa->ops, var, use);
H A Dzend_jit_trace.c1155 if (tssa->ops[idx].op1_use >= 0 in is_checked_guard()
2858 ssa_op = ssa->ops; in zend_jit_trace_allocate_registers()
3348 || ssa->ops[use].op1_use != var in zend_jit_may_delay_fetch_this()
3787 && prev_ssa_op != ssa->ops in zend_jit_may_skip_comparison()
3863 ssa_op = ssa->ops + opline_num; in zend_jit_find_ssa_var()
3910 ssa_op = ssa->ops + opline_num; in zend_jit_find_ssa_var()
4707 } else if (op_array_ssa->ops in zend_jit_trace()
4798 } else if (op_array_ssa->ops in zend_jit_trace()
4878 } else if (op_array_ssa->ops in zend_jit_trace()
5267 ssa_op != ssa->ops && in zend_jit_trace()
[all …]
H A Dzend_jit.c449 zend_ssa_op *ssa_op = ssa->ops ? &ssa->ops[opline - op_array->opcodes] : NULL; in skip_valid_arguments()
755 if (!ssa->ops || !ssa->var_info) { in zend_may_overflow()
1114 && ssa->ops[op_num].result_def == i) { in zend_jit_allocate_registers()
1455 zend_ssa_op *ssa_op = ssa->ops ? &ssa->ops[i] : NULL; in zend_jit()
1737 if (ssa->var_info && ssa->ops) { in zend_jit()
1785 if (ssa->var_info && ssa->ops) { in zend_jit()
1826 if (ssa->var_info && ssa->ops) { in zend_jit()
2295 if (ssa->var_info && ssa->ops) { in zend_jit()
2314 if (!ssa->ops || !ssa->var_info) { in zend_jit()
2446 if (ssa->var_info && ssa->ops) { in zend_jit()
[all …]
/php-src/main/streams/
H A Dxp_socket.c666 if (stream->ops == &php_stream_unix_socket_ops || stream->ops == &php_stream_unixdg_socket_ops) { in php_tcp_sockop_bind()
674 stream->ops == &php_stream_unix_socket_ops ? "" : "datagram", in php_tcp_sockop_bind()
747 if (stream->ops == &php_stream_unix_socket_ops || stream->ops == &php_stream_unixdg_socket_ops) { in php_tcp_sockop_connect()
802 && stream->ops != &php_stream_unix_socket_ops in php_tcp_sockop_connect()
803 && stream->ops != &php_stream_unixdg_socket_ops in php_tcp_sockop_connect()
935 const php_stream_ops *ops; in php_stream_generic_socket_factory() local
939 ops = &php_stream_socket_ops; in php_stream_generic_socket_factory()
941 ops = &php_stream_udp_socket_ops; in php_stream_generic_socket_factory()
945 ops = &php_stream_unix_socket_ops; in php_stream_generic_socket_factory()
947 ops = &php_stream_unixdg_socket_ops; in php_stream_generic_socket_factory()
[all …]
H A Dcast.c195 if (stream->ops->seek && (stream->flags & PHP_STREAM_FLAG_NO_SEEK) == 0) { in _php_stream_cast()
198 stream->ops->seek(stream, stream->position, SEEK_SET, &dummy); in _php_stream_cast()
216 stream->ops->cast && in _php_stream_cast()
218 stream->ops->cast(stream, castas, ret) == SUCCESS in _php_stream_cast()
259 …if (!php_stream_is_filtered(stream) && stream->ops->cast && stream->ops->cast(stream, castas, NULL… in _php_stream_cast()
260 if (FAILURE == stream->ops->cast(stream, castas, ret)) { in _php_stream_cast()
298 } else if (stream->ops->cast && stream->ops->cast(stream, castas, ret) == SUCCESS) { in _php_stream_cast()
311 …php_error_docref(NULL, E_WARNING, "Cannot represent a stream of type %s as a %s", stream->ops->lab… in _php_stream_cast()
373 if (((flags & PHP_STREAM_FORCE_CONVERSION) == 0) && origstream->ops->seek != NULL) { in _php_stream_make_seekable()
/php-src/ext/openssl/
H A Dxp_ssl.c1833 if (cparam->inputs.session->ops != &php_openssl_socket_ops) { in php_openssl_setup_crypto()
2358 xparam->outputs.client = php_stream_alloc_rel(stream->ops, clisockdata, NULL, "r+"); in php_openssl_tcp_sockop_accept()
/php-src/sapi/phpdbg/tests/
H A Dprint_002.phpt19 prompt> [Stack in foo() (8 ops)]
H A Dprint_001.phpt13 prompt> [User Function foo (8 ops)]
42 prompt> [Context %s (9 ops)]
/php-src/sapi/phpdbg/
H A Dphpdbg_print.c85 if (PHPDBG_G(ops)) { in PHPDBG_PRINT()
88 phpdbg_print_function_helper((zend_function*) PHPDBG_G(ops)); in PHPDBG_PRINT()
101 if (ops->function_name) { in PHPDBG_PRINT()
102 if (ops->scope) { in PHPDBG_PRINT()
103 …dbg_notice("Stack in %s::%s() (%d ops)", ZSTR_VAL(ops->scope->name), ZSTR_VAL(ops->function_name),… in PHPDBG_PRINT()
105 phpdbg_notice("Stack in %s() (%d ops)", ZSTR_VAL(ops->function_name), ops->last); in PHPDBG_PRINT()
108 if (ops->filename) { in PHPDBG_PRINT()
109 phpdbg_notice("Stack in %s (%d ops)", ZSTR_VAL(ops->filename), ops->last); in PHPDBG_PRINT()
111 phpdbg_notice("Stack @ %p (%d ops)", ops, ops->last); in PHPDBG_PRINT()
114 phpdbg_print_function_helper((zend_function*) ops); in PHPDBG_PRINT()
[all …]
H A Dphpdbg.c84 if (brake->ops) { in php_phpdbg_destroy_bp_condition()
85 destroy_op_array(brake->ops); in php_phpdbg_destroy_bp_condition()
86 efree(brake->ops); in php_phpdbg_destroy_bp_condition()
121 pg->ops = NULL; in php_phpdbg_globals_ctor()
803 if (PHPDBG_G(ops)) { in php_sapi_phpdbg_deactivate()
804 destroy_op_array(PHPDBG_G(ops)); in php_sapi_phpdbg_deactivate()
805 efree(PHPDBG_G(ops)); in php_sapi_phpdbg_deactivate()
806 PHPDBG_G(ops) = NULL; in php_sapi_phpdbg_deactivate()
1572 if (PHPDBG_G(ops)) { in main()

Completed in 225 milliseconds

1234