OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:eliminate
(Results
51 - 75
of
1274
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/compiler-rt/test/builtins/timing/
lshrdi3.c
42
// Move the stack alignment between trials to
eliminate
(mostly) aliasing effects
moddi3.c
45
// Move the stack alignment between trials to
eliminate
(mostly) aliasing effects
modsi3.c
45
// Move the stack alignment between trials to
eliminate
(mostly) aliasing effects
muldi3.c
45
// Move the stack alignment between trials to
eliminate
(mostly) aliasing effects
negdi2.c
43
// Move the stack alignment between trials to
eliminate
(mostly) aliasing effects
udivdi3.c
45
// Move the stack alignment between trials to
eliminate
(mostly) aliasing effects
umoddi3.c
45
// Move the stack alignment between trials to
eliminate
(mostly) aliasing effects
/external/llvm/lib/Target/NVPTX/
NVPTXImageOptimizer.cpp
13
// 1.
Eliminate
istypep intrinsics when image access qualifier is known
103
// The image type is unknown, so we cannot
eliminate
the intrinsic
122
// The image type is unknown, so we cannot
eliminate
the intrinsic
141
// The image type is unknown, so we cannot
eliminate
the intrinsic
/external/llvm/test/Analysis/BasicAA/
nocapture.ll
31
; This store might write to %p and so we can't
eliminate
the subsequent
/external/llvm/test/CodeGen/ARM/
2013-10-11-select-stalls.ll
7
; again. So we disable this if-conversion to
eliminate
its influence to this
/external/llvm/test/CodeGen/PowerPC/
delete-node.ll
5
; DAGCombiner to be able to
eliminate
the dead node.
/external/llvm/test/CodeGen/X86/
negative-stride-fptosi-user.ll
5
; possible to
eliminate
the sitofp using a proper -1.0 step though; this
peep-test-2.ll
5
; It's tempting to
eliminate
the testl instruction here and just use the
/external/llvm/test/Transforms/ArgumentPromotion/
byval-2.ll
4
; FIXME: Should it
eliminate
the i32* argument?
/external/llvm/test/Transforms/IndVarSimplify/
lftr_simple.ll
1
; LFTR should
eliminate
the need for the computation of i*i completely. It
elim-extend.ll
79
;
Eliminate
%ofs1 after widening outercount.
102
;
Eliminate
%ofs2 after widening inneriv.
103
;
Eliminate
%ofs3 after normalizing sext(innerpostiv)
131
;
Eliminate
%ofs4 after widening outercount
135
; TODO:
Eliminate
%ofs5 after removing lcssa
/external/skia/src/core/
SkScalar.cpp
25
// Could use sentinel values to
eliminate
conditionals, but since the
/external/skia/third_party/libpng/
README.google
19
files directly into Skia, we
eliminate
the race condition.
/external/v8/src/crankshaft/
hydrogen-sce.cc
23
block->loop_information()->stack_check()->
Eliminate
();
/external/v8/test/mjsunit/
no-branch-elimination.js
28
// Branch elimination on ARM build
eliminate
bl branches. It was wrong.
/frameworks/opt/net/voip/src/java/android/net/sip/
SipException.java
31
// we want to
eliminate
the dependency on javax.sip.SipException
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/detail/
argument_value_usage.hpp
30
// !! can we
eliminate
these includes?
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/
validation.hpp
47
// Constructor // !! could we
eliminate
shared_ptr
/system/bt/doc/
directory_layout.md
28
* utils - **Deprecated** *Bluetooth utilities* -
Eliminate
.
/art/compiler/optimizing/
parallel_move_resolver.cc
72
//
Eliminate
the move, in case following moves need a scratch register.
73
move->
Eliminate
();
132
move->
Eliminate
();
188
move->
Eliminate
();
222
move->
Eliminate
();
237
move->
Eliminate
();
332
move->
Eliminate
();
350
move->
Eliminate
();
412
// to become a no-op, so we can safely
eliminate
it. Consider for example
420
move->
Eliminate
();
[
all
...]
Completed in 1196 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>