Lines Matching refs:opt_flags
828 add_assoc_long(&stats, "opt_flags", JIT_G(opt_flags)); in zend_jit_status()
1134 if (JIT_G(opt_flags) & ZEND_JIT_REG_ALLOC_GLOBAL) { in zend_jit_allocate_registers()
1427 if (JIT_G(opt_flags) & (ZEND_JIT_REG_ALLOC_LOCAL|ZEND_JIT_REG_ALLOC_GLOBAL)) { in zend_jit()
1477 if (JIT_G(opt_flags) & (ZEND_JIT_REG_ALLOC_LOCAL|ZEND_JIT_REG_ALLOC_GLOBAL)) { in zend_jit()
1489 if (JIT_G(opt_flags) & (ZEND_JIT_REG_ALLOC_LOCAL|ZEND_JIT_REG_ALLOC_GLOBAL)) { in zend_jit()
1498 if ((JIT_G(opt_flags) & ZEND_JIT_REG_ALLOC_GLOBAL) && ctx.ra) { in zend_jit()
1547 if ((JIT_G(opt_flags) & ZEND_JIT_REG_ALLOC_GLOBAL) && ra) { in zend_jit()
2883 if (JIT_G(opt_flags) & (ZEND_JIT_REG_ALLOC_LOCAL|ZEND_JIT_REG_ALLOC_GLOBAL)) { in zend_jit()
2890 if (JIT_G(opt_flags) & (ZEND_JIT_REG_ALLOC_LOCAL|ZEND_JIT_REG_ALLOC_GLOBAL)) { in zend_jit()
3518 JIT_G(opt_flags) = jit % 10; in zend_jit_parse_config_num()
3522 JIT_G(opt_flags) |= ((jit % 10) ? ZEND_JIT_CPU_AVX : 0); in zend_jit_parse_config_num()
3561 JIT_G(opt_flags) = ZEND_JIT_REG_ALLOC_GLOBAL | ZEND_JIT_CPU_AVX; in zend_jit_config()
3568 JIT_G(opt_flags) = ZEND_JIT_REG_ALLOC_GLOBAL | ZEND_JIT_CPU_AVX; in zend_jit_config()