Home
last modified time | relevance | path

Searched defs:jit (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_linear.c85 struct lp_jit_linear_context jit; in lp_fs_linear_run() local
214 struct lp_jit_linear_context jit; in check_linear_interp_mask_a() local
/third_party/flutter/skia/tests/
DSkSLJITTest.cpp23 SkSL::JIT jit(&compiler); in test() local
/third_party/skia/modules/skottie/src/layers/
DTextLayer.cpp138 const skjson::ArrayValue* jit = (*jgrp)["it"]; in parse_glyph_path() local
/third_party/pcre2/pcre2/
DRunTest.bat69 set jit=%ERRORLEVEL% variable
Dconfigure.ac158 AC_ARG_ENABLE(jit, optenable
/third_party/flutter/skia/src/sksl/
DSkSLJIT.cpp195 uint64_t JIT::resolveSymbol(const char* name, JIT* jit) { in resolveSymbol()
320 TernaryLValue(JIT* jit, LLVMValueRef test, std::unique_ptr<LValue> ifTrue, in getLValue()
395 SwizzleLValue(JIT* jit, LLVMTypeRef type, std::unique_ptr<LValue> base, in getLValue()
/third_party/pcre2/pcre2/src/
Dpcre2_jit_test.c102 int jit = 0; in main() local
Dpcre2test.c561 uint32_t jit; member
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DLLVMReactor.cpp72 thread_local rr::JITBuilder *jit = nullptr; variable
590 auto acquire = [&](rr::JITBuilder *jit) { in acquireRoutine()
/third_party/flutter/skia/src/core/
DSkVM.cpp1249 bool Program::jit(const std::vector<Builder::Instruction>& instructions, in jit() function in skvm::Program
/third_party/skia/src/core/
DSkVM.cpp3216 bool Program::jit(const std::vector<OptimizedInstruction>& instructions, in jit() function in skvm::Program