Home
last modified time | relevance | path

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

123456

/external/llvm/docs/CommandGuide/
Dlli.rst1 lli - directly execute programs from LLVM bitcode
9 **lli** [*options*] [*filename*] [*program args*]
16 **lli** directly executes programs in LLVM bitcode format. It takes a program
18 available for the current architecture, or an interpreter. **lli** takes all of
20 **lli** is using the just-in-time compiler.
22 If *filename* is not specified, then **lli** reads the LLVM bitcode for the
55 Causes **lli** to load the plugin (shared object) named *pluginfilename* and use
76 Print out the version of **lli** and exit without doing anything else.
147 Causes **lli** to enable optimizations that may decrease floating point
154 Causes **lli** to generate software floating point library calls instead of
[all …]
/external/clang/test/Sema/
Dshift.c50 long long int lli; in test() local
51 lli = INT_MIN << 2; // expected-warning {{bits to represent, but 'int' only has}} in test()
52 lli = 1LL << (sizeof(long long) * CHAR_BIT - 2); in test()
/external/llvm/tools/lli/
DCMakeLists.txt20 add_llvm_tool(lli
21 lli.cpp
DLLVMBuild.txt1 ;===- ./tools/lli/LLVMBuild.txt --------------------------------*- Conf -*--===;
20 name = lli
DMakefile11 TOOLNAME := lli
/external/llvm/test/ExecutionEngine/
Dsimplesttest.ll1 ; RUN: %lli %s > /dev/null
Dtest-return.ll1 ; RUN: %lli %s > /dev/null
D2010-01-15-UndefValue.ll1 ; RUN: %lli -force-interpreter=true %s
Dsimpletest.ll1 ; RUN: %lli %s > /dev/null
D2003-01-04-PhiTest.ll1 ; RUN: %lli %s > /dev/null
Dtest-branch.ll1 ; RUN: %lli %s > /dev/null
Dtest-call-no-external-funcs.ll1 ; RUN: %lli %s > /dev/null
D2003-01-09-SARTest.ll1 ; RUN: %lli %s > /dev/null
D2003-01-10-FUCOM.ll1 ; RUN: %lli %s > /dev/null
Dhello.ll1 ; RUN: %lli %s > /dev/null
/external/llvm/test/ExecutionEngine/MCJIT/
Dsimplesttest.ll1 ; RUN: %lli -use-mcjit %s > /dev/null
Dtest-return.ll1 ; RUN: %lli -use-mcjit %s > /dev/null
Dsimpletest.ll1 ; RUN: %lli -use-mcjit %s > /dev/null
D2010-01-15-UndefValue.ll1 ; RUN: %lli -use-mcjit -force-interpreter=true %s
D2003-01-04-PhiTest.ll1 ; RUN: %lli -use-mcjit %s > /dev/null
Dtest-call-no-external-funcs.ll1 ; RUN: %lli -use-mcjit %s > /dev/null
Dtest-branch.ll1 ; RUN: %lli -use-mcjit %s > /dev/null
D2003-01-09-SARTest.ll1 ; RUN: %lli -use-mcjit %s > /dev/null
D2003-01-10-FUCOM.ll1 ; RUN: %lli -use-mcjit %s > /dev/null
Dhello.ll1 ; RUN: %lli -use-mcjit %s > /dev/null

123456