OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:eliminate
(Results
26 - 50
of
1274
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/compiler-rt/test/builtins/timing/
floatdisf.c
40
// Move the stack alignment between trials to
eliminate
(mostly) aliasing effects
floatdixf.c
40
// Move the stack alignment between trials to
eliminate
(mostly) aliasing effects
floatundidf.c
37
// Move the stack alignment between trials to
eliminate
(mostly) aliasing effects
floatundisf.c
40
// Move the stack alignment between trials to
eliminate
(mostly) aliasing effects
floatundixf.c
40
// Move the stack alignment between trials to
eliminate
(mostly) aliasing effects
ashldi3.c
42
// Move the stack alignment between trials to
eliminate
(mostly) aliasing effects
ashrdi3.c
42
// Move the stack alignment between trials to
eliminate
(mostly) aliasing effects
divdi3.c
45
// Move the stack alignment between trials to
eliminate
(mostly) aliasing effects
/external/llvm/test/Analysis/GlobalsModRef/
weak-interposition.ll
5
; @hook_me is weak, so GMR must not
eliminate
the reload of @a in @f,
/external/llvm/test/CodeGen/Hexagon/
fusedandshift.ll
3
; Disable "extract" generation, since it may
eliminate
the and/lsr.
/external/llvm/test/Transforms/IPConstantProp/
user-with-multiple-uses.ll
4
; IPSCCP should propagate the 0 argument,
eliminate
the switch, and propagate
/external/llvm/test/Transforms/LoopStrengthReduce/
dont_reduce_bytes.ll
17
;; cannot
eliminate
indvar
/hardware/ti/omap4-aah/security/tf_daemon/
Android.mk
2
# First
eliminate
OMAP3 and then ensure that this is not used
/prebuilts/go/darwin-x86/src/runtime/
lfstack_amd64.go
10
// We shift the address left 16 to
eliminate
the sign extended part and make
/prebuilts/go/linux-x86/src/runtime/
lfstack_amd64.go
10
// We shift the address left 16 to
eliminate
the sign extended part and make
/external/llvm/test/Transforms/IndVarSimplify/
preserve-signed-wrap.ll
3
; Indvars should insert a 64-bit induction variable to
eliminate
the
4
; sext for the addressing, however it shouldn't
eliminate
the sext
eliminate-max.ll
4
; Indvars should be able to do range analysis and
eliminate
icmps.
7
; cannot
eliminate
, because it requires analyzing more than just the
/external/libvorbis/doc/vorbisfile/
seeking.html
32
automatic crosslapping to
eliminate
clicks and other discontinuity
73
<td>This function seeks to a position specified in the compressed bitstream, specified in bytes. The boundary between the old and new playback positions is crosslapped to
eliminate
discontinuities. </td>
77
<td>This function seeks to a specific audio sample number, specified in pcm samples. The boundary between the old and new playback positions is crosslapped to
eliminate
discontinuities.</td>
81
<td>This function seeks to the closest page preceding the specified audio sample number, specified in pcm samples. The boundary between the old and new playback positions is crosslapped to
eliminate
discontinuities.</td>
85
<td>This function seeks to the specific time location in the bitstream, specified in seconds. The boundary between the old and new playback positions is crosslapped to
eliminate
discontinuities. </td>
89
<td>This function seeks to the closest page preceding the specified time position in the bitstream. The boundary between the old and new playback positions is crosslapped to
eliminate
discontinuities.</td>
/art/compiler/optimizing/
bounds_check_elimination_test.cc
65
// if (i < 0) { array[i] = 1; // Can't
eliminate
. }
66
// else if (i >= array.length) { array[i] = 1; // Can't
eliminate
. }
67
// else { array[i] = 1; // Can
eliminate
. }
163
// if (j < array.length) array[j] = 1; // Can't
eliminate
.
227
// if (j > 0) array[j] = 1; // Can't
eliminate
.
290
// array[6] = 1; // Can't
eliminate
.
291
// array[5] = 1; // Can
eliminate
.
292
// array[4] = 1; // Can
eliminate
.
430
// for (int i=0; i<array.length; i++) { array[i] = 10; // Can
eliminate
with gvn. }
437
// for (int i=1; i<array.length; i++) { array[i] = 10; // Can
eliminate
.
[
all
...]
/external/clang/test/Preprocessor/
traditional-cpp.c
11
/* -traditional-cpp should
eliminate
all C89 comments. */
13
* CHECK-COMMENTS: {{^}}/* -traditional-cpp should
eliminate
all C89 comments. *{{/$}}
16
/* -traditional-cpp should only
eliminate
"//" comments in C++ mode. */
/frameworks/base/docs/html/training/custom-views/
optimizing-view.jd
33
<p>To speed up your view,
eliminate
unnecessary code from routines that are called frequently. Start
36
you should
eliminate
47
android.view.View#invalidate() invalidate()}, so
eliminate
unnecessary calls to {@link
/external/llvm/include/llvm/Transforms/Scalar/
ADCE.h
12
// proven otherwise, allowing it to
eliminate
dead computations that other DCE
28
/// instructions are dead until proven otherwise. This allows it to
eliminate
/external/llvm/lib/CodeGen/
TargetOptionsImpl.cpp
26
// Check to see if we should
eliminate
all frame pointers.
30
// Check to see if we should
eliminate
non-leaf frame pointers.
/art/test/479-regression-implicit-null-check/src/
Main.java
26
// The dead code will
eliminate
the InstanceFieldGet and we'll end up with:
/external/clang/test/CodeGenCXX/
ctor-globalopt.cpp
6
// Check that GlobalOpt can
eliminate
static constructors for simple implicit
Completed in 1599 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>