Home
last modified time | relevance | path

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

12345678910>>...18

/external/llvm-project/llvm/docs/CommandGuide/
Dlli.rst1 lli - directly execute programs from LLVM bitcode
4 .. program:: lli
9 :program:`lli` [*options*] [*filename*] [*program args*]
14 :program:`lli` directly executes programs in LLVM bitcode format. It takes a program
18 :program:`lli` is *not* an emulator. It will not execute IR of different architectures
24 If `filename` is not specified, then :program:`lli` reads the LLVM bitcode for the
48 Causes :program:`lli` to load the plugin (shared object) named *pluginfilename* and use
63 Print out the version of :program:`lli` and exit without doing anything else.
112 Causes :program:`lli` to enable optimizations that may decrease floating point
117 Causes :program:`lli` to generate software floating point library calls instead of
[all …]
/external/llvm/tools/lli/
DCMakeLists.txt40 add_llvm_tool(lli
41 lli.cpp
44 export_executable_symbols(lli)
DLLVMBuild.txt1 ;===- ./tools/lli/LLVMBuild.txt --------------------------------*- Conf -*--===;
23 name = lli
/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/tools/lli/ChildTarget/
DLLVMBuild.txt1 ;===- ./tools/lli/ChildTarget/LLVMBuild.txt --------------------*- Conf -*--===;
20 name = lli-child-target
21 parent = lli
/external/llvm-project/llvm/tools/lli/
DCMakeLists.txt51 add_llvm_tool(lli
52 lli.cpp
58 export_executable_symbols(lli)
/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-project/clang/test/SemaCXX/
Dshift.cpp55 long long int lli; in test() local
56lli = INT_MIN << 2; // cxx17-warning {{shifting a negative signed value is undefined}} cxx2a-warni… in test()
57 lli = 1LL << (sizeof(long long) * CHAR_BIT - 2); in test()
/external/llvm-project/clang/test/Sema/
Dshift.c54 long long int lli; in test() local
55 lli = INT_MIN << 2; // expected-warning {{shifting a negative signed value is undefined}} in test()
56 lli = 1LL << (sizeof(long long) * CHAR_BIT - 2); in test()
/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-project/llvm/docs/
DDebuggingJITedCode.rst42 Note that lli has to be passed the ``-jit-kind=mcjit`` flag to JIT the code with
84 code via ``lli`` inside GDB:
89 $ gdb --quiet --args $BINPATH/lli -jit-kind=mcjit showdebug.ll 5
90 Reading symbols from $BINPATH/lli...done.
96 Starting program: $BINPATH/lli -jit-kind=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/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/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-project/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
/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…
/external/llvm-project/llvm/test/ExecutionEngine/MCJIT/remote/
Dsimpletest-remote.ll1 ; RUN: %lli -remote-mcjit -mcjit-remote-process=lli-child-target%exeext %s > /dev/null
Dmulti-module-a.ll1lli -extra-module=%p/Inputs/multi-module-b.ll -extra-module=%p/Inputs/multi-module-c.ll -disable-l…
Dcross-module-a.ll1 ; RUN: %lli -extra-module=%p/Inputs/cross-module-b.ll -disable-lazy-compilation=true -remote-mcjit …
Dtest-data-align-remote.ll1 ; RUN: %lli -remote-mcjit -O0 -mcjit-remote-process=lli-child-target%exeext %s

12345678910>>...18