Searched defs:jit (Results 1 – 16 of 16) sorted by relevance
/external/llvm-project/mlir/include/mlir/ExecutionEngine/ |
D | ExecutionEngine.h | 126 std::unique_ptr<llvm::orc::LLJIT> jit; variable
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | xla_jit_compiled_cpu_function.cc | 141 XlaJitCompiledCpuFunction* jit = jit_unique_ptr.get(); in Compile() local
|
/external/skqp/tests/ |
D | SkSLJITTest.cpp | 23 SkSL::JIT jit(&compiler); in test() local
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | device_util.cc | 23 namespace jit { namespace
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | simple_orc_jit.cc | 123 explicit RuntimeSymbolGenerator(SimpleOrcJIT& jit) : jit_(jit) {} in RuntimeSymbolGenerator()
|
D | cpu_executable.cc | 56 std::unique_ptr<SimpleOrcJIT> jit, in CpuExecutable()
|
D | cpu_compiler.cc | 681 auto jit = SimpleOrcJIT::Create( in RunBackend() local
|
/external/skia/modules/skottie/src/layers/ |
D | TextLayer.cpp | 138 const skjson::ArrayValue* jit = (*jgrp)["it"]; in parse_glyph_path() local
|
/external/pcre/dist2/ |
D | RunTest.bat | 69 set jit=%ERRORLEVEL% variable
|
D | configure.ac | 159 AC_ARG_ENABLE(jit, optenable
|
/external/llvm-project/mlir/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 295 auto jit = in create() local
|
/external/skqp/src/sksl/ |
D | SkSLJIT.cpp | 195 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/ |
D | pcre2_jit_test.c | 102 int jit = 0; in main() local
|
D | pcre2test.c | 559 uint32_t jit; member
|
/external/swiftshader/src/Reactor/ |
D | LLVMReactor.cpp | 72 thread_local rr::JITBuilder *jit = nullptr; variable 574 auto acquire = [&](rr::JITBuilder *jit) { in acquireRoutine()
|
/external/skia/src/core/ |
D | SkVM.cpp | 3007 bool Program::jit(const std::vector<OptimizedInstruction>& instructions, in jit() function in skvm::Program
|