Home
last modified time | relevance | path

Searched refs:jit (Results 1 – 25 of 101) sorted by relevance

12345

/external/llvm/examples/Kaleidoscope/MCJIT/cached/
DMakefile1 all: toy-mcjit toy-jit toy-ir-gen
6 toy-jit : toy-jit.cpp
7 …clang++ toy-jit.cpp -g -O3 -rdynamic -fno-rtti `llvm-config --cppflags --ldflags --libs core jit n…
10 toy-ir-gen : toy-jit.cpp
11 …clang++ toy-jit.cpp -g -O3 -rdynamic -fno-rtti -DDUMP_FINAL_MODULE `llvm-config --cppflags --ldfla…
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
DMakefile1 all: toy-mcjit toy-jit
6 toy-jit : toy-jit.cpp
7 …clang++ toy-jit.cpp -g -O3 -rdynamic `llvm-config --cppflags --ldflags --libs core jit native` -o …
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
Dautoportallocator.h52 buzz::JingleInfoTask* jit = new buzz::JingleInfoTask(client); in SetXmppClient() local
53 jit->SignalJingleInfo.connect(this, &AutoPortAllocator::OnJingleInfo); in SetXmppClient()
54 jit->Start(); in SetXmppClient()
55 jit->RefreshJingleInfoNow(); in SetXmppClient()
/external/oprofile/doc/
DMakefile.am22 dist_html_DATA = oprofile.html internals.html opreport.xsd op-jit-devel.html
29 op-jit-devel.html: ${top_srcdir}/doc/op-jit-devel.xml
41 doc/devel/index.html: ${top_srcdir}/doc/op-jit-devel.xml
60 op-jit-devel.html:
84 op-jit-devel.xml \
/external/pcre/dist/
DRunTest.bat18 @rem 12 requires presence of jit support
19 @rem 13 requires absence of jit support
20 @rem Sheri P also added override tests for study and jit testing
62 %pcretest% -C jit >NUL
63 set jit=%ERRORLEVEL% variable
312 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+
[all …]
DRunTest356 $sim ./pcretest -C jit >/dev/null
357 jit=$?
358 if [ $jit -ne 0 -a "$nojit" != "yes" ] ; then
698 if [ $jit -eq 0 -o "$nojit" = "yes" ] ; then
715 if [ $jit -ne 0 ] ; then
/external/llvm/lib/ExecutionEngine/JIT/
DJITEmitter.cpp117 JITResolverState(JIT *jit) : FunctionToLazyStubMap(this), in JITResolverState() argument
120 TheJIT = jit; in JITResolverState()
191 explicit JITResolver(JIT &jit, JITEmitter &je) in JITResolver() argument
192 : state(&jit), nextGOTIndex(0), JE(je), TheJIT(&jit) { in JITResolver()
193 LazyResolverFn = jit.getJITInfo().getLazyResolverFunction(JITCompilerFn); in JITResolver()
358 JITEmitter(JIT &jit, JITMemoryManager *JMM, TargetMachine &TM) in JITEmitter() argument
359 : SizeEstimate(0), Resolver(jit, *this), MMI(nullptr), CurFn(nullptr), in JITEmitter()
360 EmittedFunctions(this), TheJIT(&jit) { in JITEmitter()
362 if (jit.getJITInfo().needsGOT()) { in JITEmitter()
1213 JITCodeEmitter *JIT::createEmitter(JIT &jit, JITMemoryManager *JMM, in createEmitter() argument
[all …]
/external/llvm/examples/HowToUseJIT/
DMakefile13 LINK_COMPONENTS := jit interpreter nativecodegen
/external/llvm/examples/Fibonacci/
DMakefile15 LINK_COMPONENTS := jit interpreter nativecodegen
/external/llvm/examples/BrainF/
DMakefile13 LINK_COMPONENTS := jit bitwriter nativecodegen interpreter
/external/llvm/examples/ExceptionDemo/
DMakefile14 LINK_COMPONENTS := jit mcjit nativecodegen
/external/llvm/examples/Kaleidoscope/Chapter4/
DMakefile13 LINK_COMPONENTS := core jit native
/external/llvm/examples/Kaleidoscope/Chapter5/
DMakefile13 LINK_COMPONENTS := core jit native
/external/llvm/examples/Kaleidoscope/Chapter6/
DMakefile13 LINK_COMPONENTS := core jit native
/external/llvm/bindings/ocaml/executionengine/
DMakefile16 UsedComponents := executionengine jit interpreter native
/external/llvm/examples/ParallelJIT/
DMakefile13 LINK_COMPONENTS := jit interpreter nativecodegen
/external/llvm/examples/Kaleidoscope/Chapter7/
DMakefile14 LINK_COMPONENTS := core jit native
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMakefile12 LINK_COMPONENTS := core ipo jit mcjit native support
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
DMakefile4 …clang++ toy.cpp -g -O3 -rdynamic -fno-rtti `llvm-config --cppflags --ldflags --libs core jit mcjit…
/external/chromium_org/v8/src/third_party/vtune/
Dv8vtune.gyp46 'vtune-jit.cc',
47 'vtune-jit.h',
/external/llvm/tools/llvm-jitlistener/
DMakefile15 LINK_COMPONENTS := mcjit jit interpreter nativecodegen bitreader asmparser irreader selectiondag Ob…
DCMakeLists.txt13 jit
/external/llvm/tools/lli/
DMakefile17 LINK_COMPONENTS := mcjit jit instrumentation interpreter nativecodegen bitreader asmparser irreader…
/external/clang/examples/clang-interpreter/
DMakefile18 LINK_COMPONENTS := jit interpreter nativecodegen bitreader bitwriter irreader \
/external/llvm/unittests/ExecutionEngine/JIT/
DMakefile12 LINK_COMPONENTS := asmparser bitreader bitwriter jit native

12345