Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/ExecutionEngine/
DExecutionEngine.h126 std::unique_ptr<llvm::orc::LLJIT> jit; variable
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_jit_compiled_cpu_function.cc141 XlaJitCompiledCpuFunction* jit = jit_unique_ptr.get(); in Compile() local
/external/skqp/tests/
DSkSLJITTest.cpp23 SkSL::JIT jit(&compiler); in test() local
/external/tensorflow/tensorflow/compiler/jit/
Ddevice_util.cc23 namespace jit { namespace
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dsimple_orc_jit.cc123 explicit RuntimeSymbolGenerator(SimpleOrcJIT& jit) : jit_(jit) {} in RuntimeSymbolGenerator()
Dcpu_executable.cc56 std::unique_ptr<SimpleOrcJIT> jit, in CpuExecutable()
Dcpu_compiler.cc681 auto jit = SimpleOrcJIT::Create( in RunBackend() local
/external/skia/modules/skottie/src/layers/
DTextLayer.cpp138 const skjson::ArrayValue* jit = (*jgrp)["it"]; in parse_glyph_path() local
/external/pcre/dist2/
DRunTest.bat69 set jit=%ERRORLEVEL% variable
Dconfigure.ac159 AC_ARG_ENABLE(jit, optenable
/external/llvm-project/mlir/lib/ExecutionEngine/
DExecutionEngine.cpp295 auto jit = in create() local
/external/skqp/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()
/external/pcre/dist2/src/
Dpcre2_jit_test.c102 int jit = 0; in main() local
Dpcre2test.c559 uint32_t jit; member
/external/swiftshader/src/Reactor/
DLLVMReactor.cpp72 thread_local rr::JITBuilder *jit = nullptr; variable
574 auto acquire = [&](rr::JITBuilder *jit) { in acquireRoutine()
/external/skia/src/core/
DSkVM.cpp3007 bool Program::jit(const std::vector<OptimizedInstruction>& instructions, in jit() function in skvm::Program