Home
last modified time | relevance | path

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

/PHP-8.3/ext/opcache/jit/
H A Dzend_jit.h47 #define ZEND_JIT_REG_ALLOC_GLOBAL (1<<1) /* global linear scan register allocation */ macro
H A Dzend_jit.c1901 if (JIT_G(opt_flags) & ZEND_JIT_REG_ALLOC_GLOBAL) { in zend_jit_compute_liveness()
2526 if (JIT_G(opt_flags) & ZEND_JIT_REG_ALLOC_GLOBAL) { in zend_jit_allocate_registers()
2736 if (JIT_G(opt_flags) & (ZEND_JIT_REG_ALLOC_LOCAL|ZEND_JIT_REG_ALLOC_GLOBAL)) { in zend_jit()
2837 if (JIT_G(opt_flags) & (ZEND_JIT_REG_ALLOC_LOCAL|ZEND_JIT_REG_ALLOC_GLOBAL)) { in zend_jit()
2852 if (JIT_G(opt_flags) & (ZEND_JIT_REG_ALLOC_LOCAL|ZEND_JIT_REG_ALLOC_GLOBAL)) { in zend_jit()
2892 if ((JIT_G(opt_flags) & ZEND_JIT_REG_ALLOC_GLOBAL) && ra) { in zend_jit()
4149 if (JIT_G(opt_flags) & (ZEND_JIT_REG_ALLOC_LOCAL|ZEND_JIT_REG_ALLOC_GLOBAL)) { in zend_jit()
4158 if (JIT_G(opt_flags) & (ZEND_JIT_REG_ALLOC_LOCAL|ZEND_JIT_REG_ALLOC_GLOBAL)) { in zend_jit()
4833 JIT_G(opt_flags) = ZEND_JIT_REG_ALLOC_GLOBAL | ZEND_JIT_CPU_AVX; in zend_jit_config()
4840 JIT_G(opt_flags) = ZEND_JIT_REG_ALLOC_GLOBAL | ZEND_JIT_CPU_AVX; in zend_jit_config()
H A Dzend_jit_trace.c4037 if ((JIT_G(opt_flags) & (ZEND_JIT_REG_ALLOC_LOCAL|ZEND_JIT_REG_ALLOC_GLOBAL)) in zend_jit_trace()
H A Dzend_jit_arm64.dasc15094 if (!(JIT_G(opt_flags) & ZEND_JIT_REG_ALLOC_GLOBAL)) {
H A Dzend_jit_x86.dasc16037 if (!(JIT_G(opt_flags) & ZEND_JIT_REG_ALLOC_GLOBAL)) {

Completed in 99 milliseconds