Home
last modified time | relevance | path

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

123

/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/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/
DCMakeLists.txt3 add_llvm_tool(lli
4 lli.cpp
DMakefile11 TOOLNAME := lli
/external/valgrind/main/exp-ptrcheck/tests/
Dpartial.c8 int* x5 = malloc(5); long long int lli, *lli7 = malloc(7); in main() local
43 lli = * lli7; // ok if --partial-loads-ok=yes see XXX below in main()
/external/llvm/test/ExecutionEngine/
Dsimplesttest.ll1 ; RUN: lli %s > /dev/null
Dsimpletest.ll1 ; RUN: lli %s > /dev/null
D2010-01-15-UndefValue.ll1 ; RUN: lli -force-interpreter=true %s
D2003-01-04-PhiTest.ll1 ; RUN: lli %s > /dev/null
Dtest-branch.ll1 ; RUN: lli %s > /dev/null
Dhello.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
D2003-05-07-ArgumentTest.ll1 ; RUN: lli %s test
D2003-08-15-AllocaAssertion.ll1 ; RUN: lli %s > /dev/null
D2003-05-11-PHIRegAllocBug.ll1 ; RUN: lli %s > /dev/null
Dtest-constantexpr.ll1 ; RUN: lli %s > /dev/null
Dtest-loop.ll1 ; RUN: lli %s > /dev/null
D2003-01-04-ArgumentBug.ll1 ; RUN: lli %s > /dev/null
Dhello2.ll1 ; RUN: lli %s > /dev/null
D2003-06-05-PHIBug.ll1 ; RUN: lli %s > /dev/null
D2003-05-06-LivenessClobber.ll3 ; RUN: not lli %s
D2003-06-04-bzip2-bug.ll1 ; RUN: lli %s > /dev/null
Dtest-ret.ll1 ; RUN: lli %s > /dev/null
/external/llvm/test/Transforms/LICM/
D2003-12-11-SinkingToPHI.ll1 ; RUN: opt < %s -licm | lli

123