OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lli
(Results
1 - 10
of
10
) sorted by null
/external/swiftshader/third_party/LLVM/tools/lli/
Makefile
1
##===- tools/
lli
/Makefile ------------------------------*- Makefile -*-===##
11
TOOLNAME :=
lli
/external/clang/test/Sema/
shift.c
51
long long int
lli
;
local
52
lli
= INT_MIN << 2; // expected-warning {{shifting a negative signed value is undefined}}
53
lli
= 1LL << (sizeof(long long) * CHAR_BIT - 2);
format-strings.c
242
void test10(int x, float f, int i, long long
lli
) {
259
printf("%qd",
lli
); // no-warning
[
all
...]
/external/swiftshader/third_party/LLVM/utils/
codegen-diff
92
between the code that B<llc> generated and the code that B<
lli
> generated.
100
B<
lli
>. Set a breakpoint in C<Emitter::finishFunction()> and wait until
102
to print out the assembly dump of the function B<
lli
> just compiled.
103
(Use C<
lli
-debug> to find out where the function starts and ends in memory.)
108
instruction, with the B<llc> version first, and the B<
lli
> version second.
NewNightlyTest.pl
64
# -enable-
lli
Enable testing of
lli
(interpreter) features, default is off
179
if (/^-enable-
lli
$/) { $PROGTESTOPTS .= " ENABLE_LLI=1";
180
$CONFIGUREARGS .= " --enable-
lli
"; next; }
/external/clang/
Android.mk
27
lli
\
28
lli
-child-target \
/external/llvm/utils/
codegen-diff
92
between the code that B<llc> generated and the code that B<
lli
> generated.
100
B<
lli
>. Set a breakpoint in C<Emitter::finishFunction()> and wait until
102
to print out the assembly dump of the function B<
lli
> just compiled.
103
(Use C<
lli
-debug> to find out where the function starts and ends in memory.)
108
instruction, with the B<llc> version first, and the B<
lli
> version second.
/external/mesa3d/src/gallium/drivers/trace/
tr_dump.c
457
trace_dump_writef("<int>%
lli
</int>", value);
/external/swiftshader/third_party/LLVM/tools/
Makefile
26
lli
llvm-extract llvm-mc \
/external/swiftshader/third_party/LLVM/test/lib/
llvm.exp
101
regsub -all {
lli
} $new_line "$valgrind
lli
" new_line
Completed in 208 milliseconds