Home
last modified time | relevance | path

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

1234

/php-src/ext/hash/
H A Dhash_adler32.c55 PHP_HASH_API int PHP_ADLER32Copy(const php_hash_ops *ops, PHP_ADLER32_CTX *orig_context, PHP_ADLER3… in PHP_ADLER32Copy() argument
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-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_ssa.h140 zend_ssa_op *ops; /* array of SSA instructions */ member
272 next = zend_ssa_next_use(ssa->ops, _var_num, use);
H A Dsccp.c1083 ssa_op = &ctx->scdf.ssa->ops[opline - ctx->scdf.op_array->opcodes]; in sccp_visit_instr()
1681 &ctx->scdf.ssa->ops[opline - ctx->scdf.op_array->opcodes]); in sccp_visit_instr()
1732 … args[2] = get_op1_value(ctx, op_data, &ctx->scdf.ssa->ops[op_data - ctx->scdf.op_array->opcodes]); in sccp_visit_instr()
1736 … args[1] = get_op2_value(ctx, opline, &ctx->scdf.ssa->ops[opline - ctx->scdf.op_array->opcodes]); in sccp_visit_instr()
1739 … args[0] = get_op1_value(ctx, opline, &ctx->scdf.ssa->ops[opline - ctx->scdf.op_array->opcodes]); in sccp_visit_instr()
2097 &ssa->ops[call->caller_init_opline - op_array->opcodes]); in remove_call()
2101 &ssa->ops[call->arg_info[i].opline - op_array->opcodes]); in remove_call()
2131 zend_ssa_op *ssa_op = &ssa->ops[var->definition]; in try_remove_definition()
2406 zend_ssa_op *ssa_op = &ssa->ops[use]; in replace_constant_operands()
/php-src/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-src/sapi/phpdbg/tests/
H A Dprint_002.phpt19 prompt> [Stack in foo() (8 ops)]
/php-src/ext/opcache/jit/ir/
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.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_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_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()
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_dump.c30 for (j = 1, p = insn->ops + 1; j <= 3; j++, p++) { in ir_dump()
104 for (j = 1, p = insn->ops + 1; j <= n; j++, p++) { in ir_dump_dot()
603 for (j = 1, p = insn->ops + 1; j <= n; j++, p++) { in ir_dump_codegen()
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()
/php-src/sapi/phpdbg/
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()
H A Dphpdbg_bp.h115 zend_op_array *ops; member
H A Dphpdbg.h264 zend_op_array *ops; /* op_array */ variable
/php-src/Zend/tests/assert/
H A Dexpect_015.phpt118 ops as protected x;
279 ops as protected x;
/php-src/docs-old/
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-src/ext/standard/
H A Dfilters.c1902 const php_stream_filter_ops *ops; member
1920 for (i = 0; standard_filters[i].ops; i++) { in PHP_MINIT_FUNCTION()
1922 standard_filters[i].ops->label, in PHP_MINIT_FUNCTION()
1935 for (i = 0; standard_filters[i].ops; i++) { in PHP_MSHUTDOWN_FUNCTION()
1936 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()
/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()

Completed in 85 milliseconds

1234