OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:eliminate
(Results
101 - 125
of
2059
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
peep-test-2.ll
3
; It's tempting to
eliminate
the testl instruction here and just use the
/external/v8/src/crankshaft/
hydrogen-sce.cc
24
block->loop_information()->stack_check()->
Eliminate
();
/frameworks/opt/net/voip/src/java/android/net/sip/
SipException.java
31
// we want to
eliminate
the dependency on javax.sip.SipException
/system/bt/doc/
directory_layout.md
28
* utils - **Deprecated** *Bluetooth utilities* -
Eliminate
.
/external/llvm/test/Transforms/IndVarSimplify/
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/swiftshader/third_party/LLVM/test/Transforms/IndVarSimplify/
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
/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
...]
/art/test/608-checker-unresolved-lse/src/
Main.java
61
// Load store elimination will
eliminate
the first InstanceFieldGet because
62
// it simply follows an InstanceFieldSet. It must however not
eliminate
the second
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/
qrsolv.h
37
/*
eliminate
the diagonal matrix d using a givens rotation. */
48
/* the transformations to
eliminate
the row of d */
/external/llvm/lib/Target/X86/
X86.h
55
/// instructions, in order to
eliminate
execution delays in some processors.
85
/// in order to
eliminate
partial register usage, false dependences on
/external/llvm/lib/Transforms/IPO/
ElimAvailExtern.cpp
11
// This transform is designed to
eliminate
available external global
92
"
Eliminate
Available Externally Globals", false, false)
/external/llvm/test/Transforms/LoopLoadElim/
opt-size.ll
3
; When optimizing for size don't
eliminate
in this loop because the loop would
44
; Same loop but with noalias on %A and %C. In this case load-
eliminate
even
/external/llvm/test/Transforms/Reassociate/
fast-SubReassociate.ll
18
; With sub reassociation, constant folding can
eliminate
all of the constants.
49
; With sub reassociation, constant folding can
eliminate
the two 12 constants.
/external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_dead_code_eliminate.cpp
38
* Is it safe to
eliminate
the instruction?
62
/* We can
eliminate
the destination write for ordinary instructions,
/external/skia/src/gpu/
GrProcessorAnalysis.h
119
*
eliminate
those N processors and replace the GrDrawOp's color input to the GrPipeline with
122
* processors to
eliminate
.
/external/skqp/src/gpu/
GrProcessorAnalysis.h
119
*
eliminate
those N processors and replace the GrDrawOp's color input to the GrPipeline with
122
* processors to
eliminate
.
/external/v8/src/compiler/
move-optimizer.cc
122
move->
Eliminate
();
197
move->
Eliminate
();
206
move->
Eliminate
();
281
move->
Eliminate
();
309
//
Eliminate
dead moves.
311
to_eliminate->
Eliminate
();
490
move->
Eliminate
();
555
load->
Eliminate
();
/prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
local_single_block_elim_pass.h
40
const char* name() const override { return "
eliminate
-local-single-block"; }
48
// On all entry point functions, within each basic block,
eliminate
/external/adhd/cras/src/common/
cras_shm.c
25
/*
Eliminate
the / in the shm_name. */
/external/autotest/tko/
test.cgi
40
# so
eliminate
the dups.
/external/eigen/unsupported/Eigen/src/LevenbergMarquardt/
LMqrsolv.h
49
/*
eliminate
the diagonal matrix d using a givens rotation. */
60
/* the transformations to
eliminate
the row of d */
125
//
Eliminate
the diagonal matrix d using a givens rotation
135
// the transformations to
eliminate
the row of d
/external/llvm/include/llvm/Transforms/IPO/
ConstantMerge.h
16
// and
eliminate
duplicates when it is initialized.
ElimAvailExtern.h
10
// This transform is designed to
eliminate
available external global
/external/llvm/lib/Target/Sparc/
README.txt
54
* Implement frame pointer elimination, e.g.
eliminate
save/restore for
/external/llvm/test/Analysis/TypeBasedAliasAnalysis/
precedence.ll
25
; Test for PartialAlias aliasing. GVN doesn't yet
eliminate
the load
Completed in 1633 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>