Home
last modified time | relevance | path

Searched refs:opt_flags (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/opcache/jit/
H A Dzend_jit.h108 uint32_t opt_flags; member
H A Dzend_jit.c826 add_assoc_long(&stats, "opt_flags", JIT_G(opt_flags)); in zend_jit_status()
1132 if (JIT_G(opt_flags) & ZEND_JIT_REG_ALLOC_GLOBAL) { in zend_jit_allocate_registers()
1425 if (JIT_G(opt_flags) & (ZEND_JIT_REG_ALLOC_LOCAL|ZEND_JIT_REG_ALLOC_GLOBAL)) { in zend_jit()
1496 if ((JIT_G(opt_flags) & ZEND_JIT_REG_ALLOC_GLOBAL) && ctx.ra) { in zend_jit()
1545 if ((JIT_G(opt_flags) & ZEND_JIT_REG_ALLOC_GLOBAL) && ra) { in zend_jit()
2881 if (JIT_G(opt_flags) & (ZEND_JIT_REG_ALLOC_LOCAL|ZEND_JIT_REG_ALLOC_GLOBAL)) { in zend_jit()
2888 if (JIT_G(opt_flags) & (ZEND_JIT_REG_ALLOC_LOCAL|ZEND_JIT_REG_ALLOC_GLOBAL)) { in zend_jit()
3516 JIT_G(opt_flags) = jit % 10; in zend_jit_parse_config_num()
3520 JIT_G(opt_flags) |= ((jit % 10) ? ZEND_JIT_CPU_AVX : 0); in zend_jit_parse_config_num()
3559 JIT_G(opt_flags) = ZEND_JIT_REG_ALLOC_GLOBAL | ZEND_JIT_CPU_AVX; in zend_jit_config()
[all …]
H A Dzend_jit_ir.c2661 if (JIT_G(opt_flags) & allowed_opt_flags & ZEND_JIT_CPU_AVX) { in zend_jit_init_ctx()
17428 if (!(JIT_G(opt_flags) & ZEND_JIT_REG_ALLOC_GLOBAL)) {
H A Dzend_jit_trace.c4145 if ((JIT_G(opt_flags) & (ZEND_JIT_REG_ALLOC_LOCAL|ZEND_JIT_REG_ALLOC_GLOBAL)) in zend_jit_trace()

Completed in 70 milliseconds