Home
last modified time | relevance | path

Searched refs:JIT (Results 1 – 25 of 191) sorted by relevance

12345678

/external/pcre/dist/testdata/
Dtestoutput121 /-- This test is run only when JIT support is available. It checks for a
2 successful and an unsuccessful JIT compile and save and restore behaviour,
3 and a couple of things that are different with JIT. --/
12 JIT study was successful
21 JIT study was not successful
31 JIT study was not successful
40 JIT study was successful
60 Error -27 (JIT stack limit reached)
66 0: abcd (JIT)
68 No match (JIT)
[all …]
Dtestoutput131 /-- This test is run only when JIT support is not available. It checks that an
3 are different without JIT. --/
12 JIT support is not available in this version of PCRE
Dtestinput131 /-- This test is run only when JIT support is not available. It checks that an
3 are different without JIT. --/
Dtestinput121 /-- This test is run only when JIT support is available. It checks for a
2 successful and an unsuccessful JIT compile and save and restore behaviour,
3 and a couple of things that are different with JIT. --/
/external/llvm/lib/ExecutionEngine/JIT/
DJIT.cpp63 RegisterJIT() { JIT::Register(); } in RegisterJIT()
74 ExecutionEngine *JIT::createJIT(Module *M, in createJIT()
86 return new JIT(M, *TM, *TJ, JMM, GVsWithCode); in createJIT()
98 SmallPtrSet<JIT*, 1> JITs; // Optimize for process containing just 1 JIT.
101 void Add(JIT *jit) { in Add()
105 void Remove(JIT *jit) { in Remove()
113 for (SmallPtrSet<JIT*, 1>::const_iterator Jit = JITs.begin(), in getPointerToNamedFunction()
137 JIT::JIT(Module *M, TargetMachine &tm, TargetJITInfo &tji, in JIT() function in JIT
168 JIT::~JIT() { in ~JIT()
179 void JIT::addModule(Module *M) { in addModule()
[all …]
DJIT.h53 class JIT : public ExecutionEngine {
81 JIT(Module *M, TargetMachine &tm, TargetJITInfo &tji,
84 ~JIT();
214 static JITCodeEmitter *createEmitter(JIT &J, JITMemoryManager *JMM,
DLLVMBuild.txt1 ;===- ./lib/ExecutionEngine/JIT/LLVMBuild.txt ------------------*- Conf -*--===;
20 name = JIT
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
Dlp_bld_misc.cpp254 builder.setEngineKind(EngineKind::JIT) in lp_build_create_mcjit_compiler_for_module()
273 ExecutionEngine *JIT; in lp_build_create_mcjit_compiler_for_module() local
275 JIT = builder.create(); in lp_build_create_mcjit_compiler_for_module()
283 JIT = builder.create(builder.selectTarget(TT, MArch, MCPU, MAttrs)); in lp_build_create_mcjit_compiler_for_module()
285 if (JIT) { in lp_build_create_mcjit_compiler_for_module()
286 *OutJIT = wrap(JIT); in lp_build_create_mcjit_compiler_for_module()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_misc.cpp254 builder.setEngineKind(EngineKind::JIT) in lp_build_create_mcjit_compiler_for_module()
273 ExecutionEngine *JIT; in lp_build_create_mcjit_compiler_for_module() local
275 JIT = builder.create(); in lp_build_create_mcjit_compiler_for_module()
283 JIT = builder.create(builder.selectTarget(TT, MArch, MCPU, MAttrs)); in lp_build_create_mcjit_compiler_for_module()
285 if (JIT) { in lp_build_create_mcjit_compiler_for_module()
286 *OutJIT = wrap(JIT); in lp_build_create_mcjit_compiler_for_module()
/external/llvm/unittests/ExecutionEngine/
DCMakeLists.txt12 # Include JIT/MCJIT tests only if native arch is a built JIT target.
16 add_subdirectory(JIT)
/external/llvm/docs/tutorial/
DLangImpl4.rst2 Kaleidoscope: Adding JIT and Optimizer Support
15 language, and adding JIT compiler support. These additions will
159 "``TheExecutionEngine``" variable is related to the JIT, which we will
216 Adding a JIT Compiler
222 the code to an assembly file (.s) for some target, or you can JIT
226 In this section, we'll add JIT compiler support to our interpreter. The
233 In order to do this, we first declare and initialize the JIT. This is
242 // Create the JIT. This takes ownership of the module.
247 This creates an abstract "Execution Engine" which can be either a JIT
248 compiler or the LLVM interpreter. LLVM will automatically pick a JIT
[all …]
DOCamlLangImpl4.rst2 Kaleidoscope: Adding JIT and Optimizer Support
15 language, and adding JIT compiler support. These additions will
139 (* Create the JIT. *)
169 The "``the_execution_engine``" variable is related to the JIT, which we
229 Adding a JIT Compiler
235 the code to an assembly file (.s) for some target, or you can JIT
239 In this section, we'll add JIT compiler support to our interpreter. The
246 In order to do this, we first declare and initialize the JIT. This is
254 (* Create the JIT. *)
258 This creates an abstract "Execution Engine" which can be either a JIT
[all …]
/external/linux-tools-perf/perf-3.12.0/tools/perf/Documentation/
Djit-interface.txt1 perf supports a simple JIT interface to resolve symbols for dynamic code generated
2 by a JIT.
4 The JIT has to write a /tmp/perf-%d.map (%d = pid of process) file
/external/pcre/dist/
DRunTest.bat312 if %jit% EQU 1 call :runsub 1 testoutjit "Test with JIT Override" -q -s+
318 if %jit% EQU 1 call :runsub 2 testoutjit "Test with JIT Override" -q -s+
324 if %jit% EQU 1 call :runsub 3 testoutjit "Test with JIT Override" -q -s+
334 if %jit% EQU 1 call :runsub 4 testoutjit "Test with JIT Override" -q -s+
344 if %jit% EQU 1 call :runsub 5 testoutjit "Test with JIT Override" -q -s+
354 if %jit% EQU 1 call :runsub 6 testoutjit "Test with JIT Override" -q -s+
364 if %jit% EQU 1 call :runsub 7 testoutjit "Test with JIT Override" -q -s+
405 echo Test 12 Skipped due to absence of JIT support.
408 call :runsub 12 testout "JIT-specific features (JIT available)" -q
413 echo Test 13 Skipped due to presence of JIT support.
[all …]
/external/llvm/lib/Target/X86/
DX86CompilationCallback_Win64.asm1 ;;===-- X86CompilationCallback_Win64.asm - Implement Win64 JIT callback ---===
10 ;; This file implements the JIT interfaces for the X86 target.
/external/llvm/examples/BrainF/
DBrainFDriver.cpp54 JIT("jit", cl::desc("Run program Just-In-Time")); variable
101 if (!JIT) { in main()
140 if (JIT) { in main()
/external/oprofile/
DREADME_PACKAGERS22 As of release 0.9.4, OProfile includes a JIT support library called libopagent.
27 And there's a new binary file to install that's used for JIT profiling called
51 The new JIT support also provides the ability for third parties to develop
52 JIT agents for other virtual machines. The development files provided for this
65 of processing samples from JIT'ed code (e.g., Java applications).
/external/llvm/docs/
DDebuggingJITedCode.rst2 Debugging JIT-ed Code With GDB
29 In order to debug code JIT-ed by LLVM, you need GDB 7.0 or newer, which is
32 better option for debugging JIT-ed code on Mac OS X.
38 The emerging MCJIT component of LLVM allows full debugging of JIT-ed code with
42 Note that lli has to be passed the ``-use-mcjit`` flag to JIT the code with
43 MCJIT instead of the old JIT.
/external/llvm/unittests/ExecutionEngine/JIT/
DJITTest.cpp192 TheJIT.reset(EngineBuilder(M).setEngineKind(EngineKind::JIT) in SetUp()
214 TEST(JIT, GlobalInFunction) { in TEST() argument
223 std::unique_ptr<ExecutionEngine> JIT(EngineBuilder(M) in TEST() local
224 .setEngineKind(EngineKind::JIT) in TEST()
248 reinterpret_cast<void(*)()>((intptr_t)JIT->getPointerToFunction(F1)); in TEST()
251 int32_t *GPtr = (int32_t*)JIT->getPointerToGlobalIfAvailable(G); in TEST()
263 reinterpret_cast<void(*)()>((intptr_t)JIT->getPointerToFunction(F2)); in TEST()
270 JIT->freeMachineCodeForFunction(F1); in TEST()
644 .setEngineKind(EngineKind::JIT) in getJITFromBitcode()
DCMakeLists.txt7 JIT
54 # The JIT tests need to dlopen things.
/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp145 builder.setEngineKind(EngineKind::JIT) in LLVMCreateJITCompilerForModule()
148 if (ExecutionEngine *JIT = builder.create()) { in LLVMCreateJITCompilerForModule() local
149 *OutJIT = wrap(JIT); in LLVMCreateJITCompilerForModule()
193 builder.setEngineKind(EngineKind::JIT) in LLVMCreateMCJITCompilerForModule()
201 if (ExecutionEngine *JIT = builder.create()) { in LLVMCreateMCJITCompilerForModule() local
202 *OutJIT = wrap(JIT); in LLVMCreateMCJITCompilerForModule()
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
Dtoplevel.ml2 * Top-Level parsing and JIT Driver
36 (* JIT the function, returning a function pointer. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
Dtoplevel.ml2 * Top-Level parsing and JIT Driver
36 (* JIT the function, returning a function pointer. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
Dtoplevel.ml2 * Top-Level parsing and JIT Driver
36 (* JIT the function, returning a function pointer. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
Dtoplevel.ml2 * Top-Level parsing and JIT Driver
36 (* JIT the function, returning a function pointer. *)

12345678