Home
last modified time | relevance | path

Searched refs:lli (Results 1 – 25 of 270) sorted by relevance

1234567891011

/external/llvm/tools/lli/
DCMakeLists.txt40 add_llvm_tool(lli
41 lli.cpp
44 export_executable_symbols(lli)
DAndroid.bp2 // lli command line tool
6 name: "lli",
9 "lli.cpp",
DLLVMBuild.txt1 ;===- ./tools/lli/LLVMBuild.txt --------------------------------*- Conf -*--===;
23 name = lli
/external/swiftshader/third_party/LLVM/docs/CommandGuide/
Dlli.pod5 lli - directly execute programs from LLVM bitcode
9 B<lli> [I<options>] [I<filename>] [I<program args>]
13 B<lli> directly executes programs in LLVM bitcode format. It takes a program
15 available for the current architecture, or an interpreter. B<lli> takes all of
17 B<lli> is using the just-in-time compiler.
19 If I<filename> is not specified, then B<lli> reads the LLVM bitcode for the
44 Causes B<lli> to load the plugin (shared object) named I<pluginfilename> and use
59 Print out the version of B<lli> and exit without doing anything else.
115 Causes B<lli> to enable optimizations that may decrease floating point
120 Causes B<lli> to generate software floating point library calls instead of
[all …]
/external/llvm/tools/lli/ChildTarget/
DLLVMBuild.txt1 ;===- ./tools/lli/ChildTarget/LLVMBuild.txt --------------------*- Conf -*--===;
20 name = lli-child-target
21 parent = lli
DAndroid.bp2 // lli-child-target command line tool
6 name: "lli-child-target",
/external/clang/test/Sema/
Dshift.c51 long long int lli; in test() local
52 lli = INT_MIN << 2; // expected-warning {{shifting a negative signed value is undefined}} in test()
53 lli = 1LL << (sizeof(long long) * CHAR_BIT - 2); in test()
/external/llvm/docs/CommandGuide/
Dlli.rst1 lli - directly execute programs from LLVM bitcode
7 :program:`lli` [*options*] [*filename*] [*program args*]
12 :program:`lli` directly executes programs in LLVM bitcode format. It takes a program
16 :program:`lli` is *not* an emulator. It will not execute IR of different architectures
22 If `filename` is not specified, then :program:`lli` reads the LLVM bitcode for the
46 Causes :program:`lli` to load the plugin (shared object) named *pluginfilename* and use
61 Print out the version of :program:`lli` and exit without doing anything else.
110 Causes :program:`lli` to enable optimizations that may decrease floating point
115 Causes :program:`lli` to generate software floating point library calls instead of
208 If :program:`lli` fails to load the program, it will exit with an exit code of 1.
/external/llvm/docs/
DDebuggingJITedCode.rst42 Note that lli has to be passed the ``-use-mcjit`` flag to JIT the code with
84 code via ``lli`` inside GDB:
89 $ gdb --quiet --args $BINPATH/lli -use-mcjit showdebug.ll 5
90 Reading symbols from $BINPATH/lli...done.
96 Starting program: $BINPATH/lli -use-mcjit showdebug.ll 5
127 … argv=0x7fffffffe018, envp=0x7fffffffe040) at /home/ebenders_test/llvm_svn_rw/tools/lli/lli.cpp:324
/external/llvm/test/ExecutionEngine/OrcMCJIT/
Dload-object-a.ll4 ; RUN: %lli -jit-kind=orc-mcjit -extra-module=%p/Inputs/multi-module-b.ll -extra-module=%p/Inputs/m…
10 ; RUN: %lli -jit-kind=orc-mcjit -extra-object=%t.cachedir2/multi-module-b.o -extra-object=%t.cached…
17 ; RUN: %lli -jit-kind=orc-mcjit -extra-archive=%t.cachedir3/load-object.a %s
/external/llvm/test/ExecutionEngine/MCJIT/
Dload-object-a.ll4 ; RUN: %lli -extra-module=%p/Inputs/multi-module-b.ll -extra-module=%p/Inputs/multi-module-c.ll -en…
10 ; RUN: %lli -extra-object=%t.cachedir2/multi-module-b.o -extra-object=%t.cachedir2/multi-module-c.o…
17 ; RUN: %lli -extra-archive=%t.cachedir3/load-object.a %s
/external/llvm/test/ExecutionEngine/MCJIT/remote/
Dsimpletest-remote.ll1 ; RUN: %lli -remote-mcjit -mcjit-remote-process=lli-child-target%exeext %s > /dev/null
Dcross-module-a.ll1 ; RUN: %lli -extra-module=%p/Inputs/cross-module-b.ll -disable-lazy-compilation=true -remote-mcjit …
Dmulti-module-a.ll1lli -extra-module=%p/Inputs/multi-module-b.ll -extra-module=%p/Inputs/multi-module-c.ll -disable-l…
Dtest-data-align-remote.ll1 ; RUN: %lli -remote-mcjit -O0 -mcjit-remote-process=lli-child-target%exeext %s
Dtest-ptr-reloc-remote.ll1 ; RUN: %lli -remote-mcjit -O0 -mcjit-remote-process=lli-child-target%exeext %s
Dtest-ptr-reloc-sm-pic.ll1 ; RUN: %lli -remote-mcjit -mcjit-remote-process=lli-child-target%exeext \
Dtest-fp-no-external-funcs-remote.ll1 ; RUN: %lli -remote-mcjit -mcjit-remote-process=lli-child-target%exeext %s > /dev/null
/external/llvm/test/ExecutionEngine/OrcMCJIT/remote/
Dsimpletest-remote.ll1 ; RUN: %lli -jit-kind=orc-mcjit -remote-mcjit -mcjit-remote-process=lli-child-target%exeext %s > /d…
Dcross-module-a.ll1 ; RUN: %lli -jit-kind=orc-mcjit -extra-module=%p/Inputs/cross-module-b.ll -disable-lazy-compilation…
Dmulti-module-a.ll1lli -jit-kind=orc-mcjit -extra-module=%p/Inputs/multi-module-b.ll -extra-module=%p/Inputs/multi-mo…
Dtest-data-align-remote.ll1 ; RUN: %lli -jit-kind=orc-mcjit -remote-mcjit -O0 -mcjit-remote-process=lli-child-target%exeext %s
Dtest-ptr-reloc-remote.ll1 ; RUN: %lli -jit-kind=orc-mcjit -remote-mcjit -O0 -mcjit-remote-process=lli-child-target%exeext %s
Dtest-fp-no-external-funcs-remote.ll1 ; RUN: %lli -jit-kind=orc-mcjit -remote-mcjit -mcjit-remote-process=lli-child-target%exeext %s > /d…
Dtest-ptr-reloc-sm-pic.ll1 ; RUN: %lli -jit-kind=orc-mcjit -remote-mcjit -mcjit-remote-process=lli-child-target%exeext \

1234567891011