Home
last modified time | relevance | path

Searched refs:ZREG_STORE (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/opcache/jit/
H A Dzend_jit.h172 #define ZREG_STORE (1<<1) macro
H A Dzend_jit_trace.c2989 RA_IVAL_FLAGS(ssa_op->op1_use) |= ZREG_STORE; in zend_jit_trace_allocate_registers()
3316 RA_REG_FLAGS(use) |= ZREG_STORE; in zend_jit_trace_allocate_registers()
3343 RA_REG_FLAGS(var) |= ZREG_STORE; in zend_jit_trace_allocate_registers()
3366 if (RA_REG_FLAGS(i) & ZREG_STORE) { in zend_jit_trace_allocate_registers()
4353 } else if (RA_REG_FLAGS(phi->ssa_var) & ZREG_STORE) { in zend_jit_trace()
6636 RA_REG_FLAGS(ssa_op->result_def) & ZREG_STORE); in zend_jit_trace()
6691 uint8_t flags = RA_REG_FLAGS(ssa_op->op1_def) & ZREG_STORE; in zend_jit_trace()
6740 uint8_t flags = RA_REG_FLAGS(ssa_op->op2_def) & ZREG_STORE; in zend_jit_trace()
6793 RA_REG_FLAGS(ssa_op->op1_def) & ZREG_STORE); in zend_jit_trace()
6822 RA_REG_FLAGS(ssa_op->result_def) & ZREG_STORE); in zend_jit_trace()
[all …]
H A Dzend_jit.c1150 ra[src].flags |= ZREG_STORE; in zend_jit_allocate_registers()
1187 ra[src].flags |= ZREG_STORE; in zend_jit_allocate_registers()
1202 ((ra[i].flags & ZREG_STORE) && ssa->vars[i].definition >= 0)) && in zend_jit_allocate_registers()
1224 if (!(ra[i].flags & (ZREG_LOAD|ZREG_STORE))) { in zend_jit_allocate_registers()
1248 ra[i].flags |= ZREG_STORE; in zend_jit_allocate_registers()
1262 && (ra[i].flags & ZREG_STORE) in zend_jit_allocate_registers()
1294 if (ra[i].flags & ZREG_STORE) { in zend_jit_allocate_registers()
1560 } else if (ival->flags & ZREG_STORE) { in zend_jit()
H A Dzend_jit_internal.h61 (jit->ra[Z_SSA_VAR(addr)].flags & ZREG_STORE) : \
H A Dzend_jit_ir.c643 … (!ref || ref == IR_NULL || (STACK_FLAGS(stack, snapshot_size - 1) & (/*ZREG_LOAD|*/ZREG_STORE))) { in jit_SNAPSHOT()
656 if (!ref || ref == IR_NULL || (STACK_FLAGS(stack, i) & (/*ZREG_LOAD|*/ZREG_STORE))) { in jit_SNAPSHOT()
17140 if (STACK_FLAGS(parent_stack, i) & (ZREG_LOAD|ZREG_STORE)) {

Completed in 78 milliseconds