Searched refs:op_type (Results 1 – 13 of 13) sorted by relevance
/php-src/Zend/ |
H A D | zend_compile.c | 2729 zn.op_type = IS_CONST; in zend_emit_final_return() 2913 result->op_type = IS_CV; in zend_try_compile_cv() 4479 array.op_type = IS_CONST; in zend_compile_func_in_array() 4742 op1.op_type = IS_CONST; in zend_compile_ns_call() 5700 && (expr_node.op_type == IS_CV || (by_ref && expr_node.op_type == IS_VAR)) in zend_compile_return() 7609 var_node.op_type = IS_CV; in zend_compile_params() 9921 if (left_node.op_type == IS_CONST && right_node.op_type == IS_CONST) { in zend_compile_binary_op() 9992 if (left_node.op_type == IS_CONST && right_node.op_type == IS_CONST) { in zend_compile_binary_op() 10014 if (left_node.op_type == IS_CONST && right_node.op_type == IS_CONST) { in zend_compile_greater() 10393 if (node->op_type == IS_TMP_VAR || node->op_type == IS_VAR) { in zend_compile_assign_coalesce() [all …]
|
H A D | zend_execute.c | 400 if (op_type == IS_TMP_VAR) { in _get_zval_ptr_tmpvarcv() 422 if (op_type == IS_CONST) { in _get_zval_ptr() 442 if (op_type == IS_CONST) { in _get_op_data_zval_ptr_r() 462 if (op_type == IS_CONST) { in _get_zval_ptr_deref() 482 if (op_type == IS_CONST) { in _get_op_data_zval_ptr_deref_r() 502 if (op_type == IS_CONST) { in _get_zval_ptr_undef() 524 if (op_type == IS_CV) { in _get_zval_ptr_ptr() 534 if (op_type == IS_UNUSED) { in _get_obj_zval_ptr() 542 if (op_type == IS_UNUSED) { in _get_obj_zval_ptr_undef() 550 if (op_type == IS_UNUSED) { in _get_obj_zval_ptr_ptr() [all …]
|
H A D | zend_verify_type_inference.h | 41 static void zend_verify_type_inference(zval *value, uint32_t type_mask, uint8_t op_type, zend_execu… in zend_verify_type_inference() argument 75 if (Z_TYPE_P(value) == IS_UNUSED && op_type == IS_VAR && (type_mask & MAY_BE_NULL)) { in zend_verify_type_inference()
|
H A D | README.md | 34 `op_type` fields and using different execution methods (call threading, switch 57 also you can use ANY mask to disable specialization according operand's op_type. 88 opline->op<X>.op_type
|
H A D | zend_execute.h | 430 ZEND_API zval *zend_get_zval_ptr(const zend_op *opline, int op_type, const znode_op *node, const ze…
|
H A D | zend_compile.h | 84 uint8_t op_type; member
|
/php-src/ |
H A D | .gdbinit | 551 if $znode->op_type == 1 554 if $znode->op_type == 2 557 if $znode->op_type == 4 560 if $znode->op_type == 8 566 if $znode->op_type == 1 570 if $znode->op_type == 2 575 if $znode->op_type == 4 580 if $znode->op_type == 8
|
/php-src/Zend/Optimizer/ |
H A D | zend_inference.h | 224 ZEND_API uint32_t zend_array_element_type(uint32_t t1, uint8_t op_type, int write, int insert);
|
H A D | zend_inference.c | 2124 ZEND_API uint32_t zend_array_element_type(uint32_t t1, uint8_t op_type, int write, int insert) in zend_array_element_type() argument 2151 if ((op_type & (IS_VAR|IS_TMP_VAR)) && (t1 & MAY_BE_RC1)) { in zend_array_element_type()
|
/php-src/ext/opcache/jit/ |
H A D | zend_jit_trace.c | 399 if (op_type != IS_UNKNOWN) { \ 406 op_info = zend_jit_trace_type_to_info(op_type); \ 1762 uint8_t op_type = STACK_TYPE(parent_stack, i); in zend_jit_trace_build_tssa() local 1764 if (op_type != IS_UNKNOWN) { in zend_jit_trace_build_tssa() 1767 && op_type == IS_UNDEF in zend_jit_trace_build_tssa() 4293 uint8_t op_type; in zend_jit_trace() local 4296 op_type = concrete_type(ssa->var_info[i].type); in zend_jit_trace() 4300 SET_STACK_TYPE(stack, i, op_type, 1); in zend_jit_trace() 6930 uint8_t op_type; in zend_jit_trace() local 6933 op_type = concrete_type(ssa->var_info[j].type); in zend_jit_trace() [all …]
|
H A D | zend_jit.c | 563 …get_known_class(const zend_op_array *op_array, const zend_op *opline, uint8_t op_type, znode_op op) in zend_get_known_class() argument 567 if (op_type == IS_CONST) { in zend_get_known_class() 578 ZEND_ASSERT(op_type == IS_UNUSED); in zend_get_known_class()
|
H A D | zend_jit_ir.c | 1843 uint8_t op_type, in jit_FREE_OP() argument 1848 if (op_type & (IS_VAR|IS_TMP_VAR)) { in jit_FREE_OP() 4473 static int zend_jit_invalidate_var_if_necessary(zend_jit_ctx *jit, uint8_t op_type, zend_jit_addr a… in zend_jit_invalidate_var_if_necessary() argument 4475 if ((op_type & (IS_TMP_VAR|IS_VAR)) && Z_MODE(addr) == IS_REG && !Z_LOAD(addr) && !Z_STORE(addr)) { in zend_jit_invalidate_var_if_necessary()
|
/php-src/ext/pcre/pcre2lib/ |
H A D | pcre2_compile.c | 5647 uint32_t repeat_type, op_type; in compile_branch() local 7216 op_type = 0; in compile_branch() 7278 op_type = chartypeoffset[op_previous - OP_CHAR]; in compile_branch() 7773 op_type = OP_TYPESTAR - OP_STAR; /* Use type opcodes */ in compile_branch() 7804 repeat_type += op_type; in compile_branch() 7843 *code++ = OP_EXACT + op_type; /* NB EXACT doesn't have repeat_type */ in compile_branch()
|
Completed in 171 milliseconds