/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | LLVMReactor.cpp | 72 thread_local rr::JITBuilder *jit = nullptr; variable 93 x = jit->builder->CreateZExt(x, extTy); in lowerPAVG() 94 y = jit->builder->CreateZExt(y, extTy); in lowerPAVG() 98 llvm::Value *res = jit->builder->CreateAdd(x, y); in lowerPAVG() 99 res = jit->builder->CreateAdd(res, one); in lowerPAVG() 100 res = jit->builder->CreateLShr(res, one); in lowerPAVG() 101 return jit->builder->CreateTrunc(res, ty); in lowerPAVG() 107 return jit->builder->CreateSelect(jit->builder->CreateICmp(pred, x, y), x, y); in lowerPMINMAX() 113 return jit->builder->CreateSExt(jit->builder->CreateICmp(pred, x, y), dstTy, ""); in lowerPCMP() 125 llvm::Value *v = jit->builder->CreateShuffleVector(op, undef, mask); in lowerPMOV() [all …]
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_linear.c | 85 struct lp_jit_linear_context jit; in lp_fs_linear_run() local 124 jit.constants = (const uint8_t (*)[4])constants; in lp_fs_linear_run() 130 jit.blend_color = in lp_fs_linear_run() 136 jit.alpha_ref_value = float_to_ubyte(state->jit_context.alpha_ref_value); in lp_fs_linear_run() 161 jit.inputs[i] = &interp[i].base; in lp_fs_linear_run() 187 jit.tex[i] = &samp[i].base; in lp_fs_linear_run() 191 jit.color0 = color + x * 4 + y * stride; in lp_fs_linear_run() 193 jit_func(&jit, 0, 0, width); in lp_fs_linear_run() 194 jit.color0 += stride; in lp_fs_linear_run() 214 struct lp_jit_linear_context jit; in check_linear_interp_mask_a() local [all …]
|
/third_party/pcre2/pcre2/ |
D | RunTest.bat | 18 @rem 16 requires absence of jit support 19 @rem 17 requires presence of jit support 20 @rem Sheri P also added override tests for study and jit testing 68 %pcre2test% -C jit >NUL 69 set jit=%ERRORLEVEL% variable 305 if %jit% EQU 1 call :runsub 1 testoutjit "Test with JIT Override" -q -jit 312 if %jit% EQU 1 call :runsub 2 testoutjit "Test with JIT Override" -q -jit 317 if %jit% EQU 1 call :runsub 3 testoutjit "Test with JIT Override" -q -jit 326 if %jit% EQU 1 call :runsub 4 testoutjit "Test with JIT Override" -q -jit 335 if %jit% EQU 1 call :runsub 5 testoutjit "Test with JIT Override" -q -jit [all …]
|
D | RunTest | 152 -jit) with=" with JIT";; 401 $sim ./pcre2test -C jit >/dev/null 402 jit=$? 403 if [ $jit -ne 0 -a "$nojit" != "yes" ] ; then 404 jitopt=-jit 562 -jit) with=" with JIT";; 747 if [ $jit -ne 0 ] ; then 759 if [ $jit -eq 0 -o "$nojit" = "yes" ] ; then
|
D | configure.ac | 157 # Handle --enable-jit (disabled by default) 158 AC_ARG_ENABLE(jit, optenable 159 AS_HELP_STRING([--enable-jit], 178 # Handle --enable-jit-sealloc (disabled by default and only experimental) 181 AC_ARG_ENABLE(jit-sealloc, 182 AS_HELP_STRING([--enable-jit-sealloc], 191 # Handle --disable-pcre2grep-jit (enabled by default) 192 AC_ARG_ENABLE(pcre2grep-jit, 193 AS_HELP_STRING([--disable-pcre2grep-jit], 891 DISTCHECK_CONFIGURE_FLAGS="CFLAGS='' CXXFLAGS='' --enable-pcre2-16 --enable-pcre2-32 --enable-jit"
|
/third_party/pcre2/pcre2/maint/ |
D | ManyConfigTests | 76 +jit) usejit=1; usejitvalgrind=1;; 192 ./pcre2test -C jit >/dev/null 193 jit=$? 225 if [ "$jit" -gt 0 ]; then 267 enable_jit=--enable-jit
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | sparsei | 18 --jit) 21 --no-jit)
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/commands/ |
D | train.dart | 7 /// This command is run when generating the app-jit snapshot for the tool, so it cannot access the … 11 String get description => 'training run for app-jit snapshot';
|
/third_party/mindspore/.jenkins/check/config/ |
D | filter_cppcheck.txt | 9 "mindspore/mindspore/ccsrc/pipeline/jit/pipeline_split.cc" … 12 "mindspore/mindspore/ccsrc/pipeline/jit/action.cc" … 13 "mindspore/mindspore/ccsrc/pipeline/jit/validator.cc" …
|
D | whitelizard.txt | 13 mindspore/mindspore/ccsrc/pipeline/jit/init.cc:PYBIND11_MODULE 18 mindspore/mindspore/ccsrc/pipeline/jit/resource.cc:mindspore::pipeline::GetMethodMap 34 mindspore/mindspore/ccsrc/pipeline/jit/static_analysis/prim.cc:mindspore::abstract::ConvertAbstract…
|
/third_party/flutter/skia/tests/ |
D | SkSLJITTest.cpp | 23 SkSL::JIT jit(&compiler); in test() local 24 std::unique_ptr<SkSL::JIT::Module> module = jit.compile(std::move(program)); in test()
|
/third_party/skia/modules/skottie/src/layers/ |
D | TextLayer.cpp | 138 const skjson::ArrayValue* jit = (*jgrp)["it"]; in parse_glyph_path() local 139 if (!jit) { in parse_glyph_path() 143 for (const skjson::ObjectValue* jshape : *jit) { in parse_glyph_path()
|
/third_party/pcre2/pcre2/testdata/ |
D | testinput16 | 5 /abc/I,jit,jitverify
|
D | testoutput16 | 5 /abc/I,jit,jitverify
|
D | testinput17 | 43 /abcd/jit=1 51 /abcd/jit=1,jitfast 59 /abcd/jit=2 66 /abcd/jit=2,jitfast 72 /abcd/jit=3 79 /abcd/jit=4 86 /abcd/jit=5 93 /abcd/jit=6 100 /abcd/jit=7 107 /abcd/I,jit=2 [all …]
|
/third_party/flutter/engine/flutter/testing/scenario_app/ |
D | compile_ios_jit.sh | 48 --snapshot_kind=app-jit \
|
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/ |
D | BUILD.gn | 166 flutter_runner("jit") { 215 ":jit${product_suffix}",
|
/third_party/libwebsockets/READMEs/ |
D | README.jit-trust.md | 3 ![JIT Trust logo](../doc-assets/jit-trust-logo.png) 14 ![Using system trust bundles](../doc-assets/jit-trust-system-trust.png) 25 ![Using system trust bundles](../doc-assets/jit-trust-single-trust.png) 37 ![JIT Trust overview](../doc-assets/jit-trust-overview.png) 61 ![X.509 validation paths](../doc-assets/jit-trust-paths.png) 150 `minimal-examples/http-client/minimal-http-client-jit-trust` is built if JIT
|
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-jit-trust/ |
D | CMakeLists.txt | 1 project(lws-minimal-http-client-jit-trust C) 8 set(SAMP lws-minimal-http-client-jit-trust)
|
D | README.md | 31 $ ./bin/lws-minimal-http-client-jit-trust --h1 --server ebay.com --path /
|
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/kernel/ |
D | BUILD.gn | 82 "--snapshot_kind=core-jit",
|
/third_party/flutter/engine/flutter/shell/platform/fuchsia/dart_runner/kernel/ |
D | BUILD.gn | 78 "--snapshot_kind=core-jit",
|
/third_party/mindspore/mindspore/ccsrc/ |
D | CMakeLists.txt | 227 pipeline/jit 327 set_property(SOURCE "pipeline/jit/init.cc" PROPERTY 329 pybind11_add_module(_c_expression NO_EXTRAS "pipeline/jit/init.cc" NO_EXTRAS)
|
/third_party/python/Lib/idlelib/ |
D | run.py | 601 jit = self.rpchandler.console.getvar("<<toggle-jit-stack-viewer>>") 602 if jit:
|
/third_party/flutter/skia/src/sksl/ |
D | SkSLJIT.h | 294 static uint64_t resolveSymbol(const char* name, JIT* jit);
|