Home
last modified time | relevance | path

Searched refs:jit (Results 1 – 25 of 146) sorted by relevance

123456

/php-src/ext/opcache/jit/
H A DMakefile.frag1 $(builddir)/jit/ir/minilua: $(srcdir)/jit/ir/dynasm/minilua.c
4 $(builddir)/jit/ir/ir_emit_$(DASM_ARCH).h: $(srcdir)/jit/ir/ir_$(DASM_ARCH).dasc $(srcdir)/jit/ir/d…
5 …$(builddir)/jit/ir/minilua $(srcdir)/jit/ir/dynasm/dynasm.lua $(DASM_FLAGS) -o $@ $(srcdir)/jit/i…
7 $(builddir)/jit/ir/ir_emit.lo: \
8 $(srcdir)/jit/ir/ir_emit.c $(builddir)/jit/ir/ir_emit_$(DASM_ARCH).h
10 $(builddir)/jit/ir/gen_ir_fold_hash: $(srcdir)/jit/ir/gen_ir_fold_hash.c $(srcdir)/jit/ir/ir_strtab…
13 $(builddir)/jit/ir/ir_fold_hash.h: $(builddir)/jit/ir/gen_ir_fold_hash $(srcdir)/jit/ir/ir_fold.h $…
14 …$(builddir)/jit/ir/gen_ir_fold_hash < $(srcdir)/jit/ir/ir_fold.h > $(builddir)/jit/ir/ir_fold_hash…
16 $(builddir)/jit/ir/ir.lo: \
21 $(srcdir)/jit/zend_jit_ir.c
[all …]
H A DMakefile.frag.w325 ext\opcache\jit\ir\ir_emit_x86.h: ext\opcache\jit\ir\ir_x86.dasc $(BUILD_DIR)\\minilua.exe
6 @if exist ext\opcache\jit\ir\ir_emit_x86.h del ext\opcache\jit\ir\ir_emit_x86.h
13 ext\opcache\jit\ir\ir_fold_hash.h: $(BUILD_DIR)\\gen_ir_fold_hash.exe ext\opcache\jit\ir\ir_fold.h …
14 @if exist ext\opcache\jit\ir\ir_fold_hash.h del ext\opcache\jit\ir\ir_fold_hash.h
18 ext\opcache\jit\ir\ir.h \
20 ext\opcache\jit\ir\ir_x86.h
23 ext\opcache\jit\ir\ir.h \
25 ext\opcache\jit\ir\ir_x86.h \
29 ext\opcache\jit\ir\ir.h \
31 ext\opcache\jit\ir\ir_fold.h \
[all …]
H A Dzend_jit_ir.c3869 bb = &jit->ssa->cfg.blocks[jit->b]; in zend_jit_jmp_frameless()
3886 bb = &jit->ssa->cfg.blocks[jit->b]; in zend_jit_cond_jmp()
4128 bb = &jit->ssa->cfg.blocks[jit->b]; in zend_jit_tail_handler()
7153 bb = &jit->ssa->cfg.blocks[jit->b]; in zend_jit_cmp()
7423 bb = &jit->ssa->cfg.blocks[jit->b]; in zend_jit_identical()
10171 bb = &jit->ssa->cfg.blocks[jit->b];
11418 bb = &jit->ssa->cfg.blocks[jit->b];
15808 _zend_jit_add_predecessor_ref(jit, jit->b + 1, jit->b, ir_END());
15813 _zend_jit_add_predecessor_ref(jit, jit->b + 1, jit->b, ir_END());
15932 _zend_jit_add_predecessor_ref(jit, jit->b + 1, jit->b, ir_END());
[all …]
/php-src/ext/opcache/
H A Dconfig.w326 ARG_ENABLE("opcache-jit", "whether to enable JIT", "yes");
38 ADD_FLAG("CFLAGS_OPCACHE", "/I \"ext\\opcache\\jit\\ir\" /D "+ir_target+" /D IR_PHP");
49 ADD_MAKEFILE_FRAGMENT(configure_module_dirname + "\\jit\\Makefile.frag.w32");
51 ADD_SOURCES(configure_module_dirname + "\\jit",
53 "opcache", "ext\\opcache\\jit");
54 ADD_SOURCES(configure_module_dirname + "\\jit\\ir",
55 "ir.c", "opcache", "ext\\opcache\\jit\\ir");
56 ADD_SOURCES(configure_module_dirname + "\\jit\\ir",
57 "ir_emit.c", "opcache", "ext\\opcache\\jit\\ir");
58 ADD_SOURCES(configure_module_dirname + "\\jit\\ir",
[all …]
H A Dconfig.m453 jit/ir/ir_cfg.c
55 jit/ir/ir_dump.c
56 jit/ir/ir_emit.c
57 jit/ir/ir_gcm.c
58 jit/ir/ir_gdb.c
60 jit/ir/ir_perf.c
61 jit/ir/ir_ra.c
62 jit/ir/ir_save.c
63 jit/ir/ir_sccp.c
65 jit/ir/ir.c
[all …]
/php-src/benchmark/
H A Dbenchmark.php63 function runBench(bool $jit): array { argument
64 return runValgrindPhpCgiCommand('bench', [dirname(__DIR__) . '/Zend/bench.php'], jit: $jit);
67 function runSymfonyDemo(bool $jit): array { argument
95 …return runValgrindPhpCgiCommand('wordpress', [$dir . '/index.php'], cwd: $dir, jit: $jit, warmup: …
106 bool $jit = false, argument
113 if ($jit) {
127 '-d opcache.jit=' . ($jit ? 'tracing' : 'disable'),
/php-src/ext/pcre/tests/
H A Dpreg_match_error3.phpt2 Test preg_match() function : error conditions - jit stacklimit exhausted
5 if (ini_get("pcre.jit") === FALSE) {
6 die("skip no jit built");
10 pcre.jit=1
H A Derrors05.phpt2 Test preg_match() function : error conditions - jit stacklimit exhausted
5 if (ini_get('pcre.jit') === false) {
6 die("skip no jit built");
10 pcre.jit=1
H A Dcheck_jit_enabled.phpt5 if (ini_get("pcre.jit") === FALSE) {
6 die("skip no jit built");
H A Dgh11374.phpt22 ini_set('pcre.jit', '0');
24 ini_set('pcre.jit', '1');
H A Dgrep2.phpt4 <?php if (!PCRE_JIT_SUPPORT) die("skip no pcre jit support"); ?>
6 pcre.jit=1
/php-src/ext/opcache/tests/jit/
H A Dgh14267_002.phpt6 opcache.jit=disable
12 if (ini_get('opcache.jit') === false) die('skip PHP is compiled without JIT');
16 ini_set('opcache.jit', 'tracing');
19 Warning: Cannot change opcache.jit setting at run-time (JIT is disabled) in %s on line %d
H A Dini_leading_zero.phpt2 Leading zero in opcache.jit option
6 opcache.jit=0205
H A Dgh14267_001.phpt6 opcache.jit=off
12 ini_set('opcache.jit', 'tracing');
H A Dgh15909.phpt2 GH-15909 (Core dumped in Core dumped in ext/opcache/jit/ir/ir_cfg.c)
6 opcache.jit=1001
H A Dgh15657.phpt2 GH-15657 (Segmentation fault in ext/opcache/jit/ir/dynasm/dasm_x86.h)
7 opcache.jit=1101
H A Dgh15903.phpt2 GH-15903 (Core dumped in ext/opcache/jit/ir/ir_ra.c)
6 opcache.jit=1002
/php-src/ext/standard/tests/general_functions/
H A Dini_get_all.phpt4 pcre.jit=1
8 <?php if (!PCRE_JIT_SUPPORT) die("skip no pcre jit support"); ?>
44 ["pcre.jit"]=>
66 ["pcre.jit"]=>
/php-src/ext/opcache/tests/
H A Djit_warning_with_zero_buffer.phpt6 opcache.jit=tracing
13 var_dump(opcache_get_status()['jit']['enabled'] ?? false);
/php-src/ext/fileinfo/tests/
H A Dcve-2014-3538-nojit.phpt2 Bug #66731: file: extensive backtracking, with pcre.jit=0
13 pcre.jit=0
/php-src/tests/lang/
H A Dbug45392.phpt10 && array_key_exists("opcache.jit", $conf)
11 && $conf["opcache.jit"] === "tracing";
/php-src/sapi/fuzzer/
H A DMakefile.frag11 $(SAPI_FUZZER_PATH)/php-fuzz-function-jit: $(PHP_GLOBAL_OBJS) $(PHP_SAPI_OBJS) $(PHP_FUZZER_FUNCTIO…
14 $(SAPI_FUZZER_PATH)/php-fuzz-tracing-jit: $(PHP_GLOBAL_OBJS) $(PHP_SAPI_OBJS) $(PHP_FUZZER_TRACING_…
/php-src/ext/spl/tests/
H A Dgh14639.phpt12 && array_key_exists("opcache.jit", $conf)
13 && $conf["opcache.jit"] === "tracing";
/php-src/Zend/tests/
H A Dgh9407.phpt7 && array_key_exists("opcache.jit", $conf)
8 && $conf["opcache.jit"] === "tracing";
H A Dbug54268.phpt13 && array_key_exists("opcache.jit", $conf)
14 && $conf["opcache.jit"] === "tracing";

Completed in 106 milliseconds

123456