Searched refs:lli (Results 1 – 25 of 78) sorted by relevance
1234
50 long long int lli; in test() local51 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()
5 lli - directly execute programs from LLVM bitcode9 B<lli> [I<options>] [I<filename>] [I<program args>]13 B<lli> directly executes programs in LLVM bitcode format. It takes a program15 available for the current architecture, or an interpreter. B<lli> takes all of17 B<lli> is using the just-in-time compiler.19 If I<filename> is not specified, then B<lli> reads the LLVM bitcode for the44 Causes B<lli> to load the plugin (shared object) named I<pluginfilename> and use59 Print out the version of B<lli> and exit without doing anything else.115 Causes B<lli> to enable optimizations that may decrease floating point120 Causes B<lli> to generate software floating point library calls instead of[all …]
20 add_llvm_tool(lli21 lli.cpp
1 ;===- ./tools/lli/LLVMBuild.txt --------------------------------*- Conf -*--===;20 name = lli
11 TOOLNAME := lli
1 ; RUN: %lli %s > /dev/null
1 ; RUN: %lli -force-interpreter=true %s
1 ; RUN: %lli %s test
1 ; RUN: opt < %s -licm | lli
155 # and add -use-mcjit flag to lli invocation163 config.substitutions.append( ('%lli', 'lli -use-mcjit') )165 config.substitutions.append( ('%lli', 'lli') )