OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:eliminate
(Results
76 - 100
of
1274
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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/Transforms/IPO/
ElimAvailExtern.cpp
11
// This transform is designed to
eliminate
available external global
46
"
Eliminate
Available Externally Globals", false, false)
/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/v8/src/compiler/
move-optimizer.cc
67
move->
Eliminate
();
142
move->
Eliminate
();
151
move->
Eliminate
();
226
move->
Eliminate
();
255
//
Eliminate
dead moves.
257
to_eliminate->
Eliminate
();
437
move->
Eliminate
();
502
load->
Eliminate
();
gap-resolver.cc
79
move->
Eliminate
();
91
move->
Eliminate
();
101
move->
Eliminate
();
/external/autotest/tko/
test.cgi
40
# so
eliminate
the dups.
/external/eigen/test/
unalignedcount.cpp
41
// The following line is to
eliminate
"variable not used" warnings
/external/eigen/unsupported/Eigen/src/LevenbergMarquardt/
LMqrsolv.h
50
/*
eliminate
the diagonal matrix d using a givens rotation. */
61
/* the transformations to
eliminate
the row of d */
126
//
Eliminate
the diagonal matrix d using a givens rotation
136
// the transformations to
eliminate
the row of d
/external/llvm/lib/Target/Sparc/
README.txt
55
* 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
/external/llvm/test/CodeGen/ARM/
jump-table-islands-split.ll
8
;
eliminate
the entry calculation (ADD) and use the ADR as the base.
/external/llvm/test/CodeGen/X86/
crash-nosse.ll
6
; ProcessImplicitDefs doesn't
eliminate
.
critical-anti-dep-breaker.ll
7
; The post-RA-scheduler and critical-anti-dependency breaker can
eliminate
that hazard using R10.
vec_trunc_sext.ll
5
; When sexting a trunc'd vector value, we can't
eliminate
the zext.
/external/llvm/test/Transforms/InstCombine/
no-negzero.ll
3
; sqrt(fabs) cannot be negative zero, so we should
eliminate
the fadd.
/external/llvm/test/Transforms/ScalarRepl/
vectors-with-mismatched-elements.ll
4
; SROA should be able to handle the mixed types and
eliminate
the allocas here.
/external/v8/src/crankshaft/
hydrogen-canonicalize.cc
43
//
Eliminate
redundant phis in the block first; changes to their inputs
/external/v8/test/webkit/
dfg-rshift-by-zero-eliminate-valuetoint32.js
25
"Tests that right shifting by zero and then doing other bitops doesn't
eliminate
the ValueToInt32 node."
/frameworks/base/docs/html/topic/performance/rendering/
overdraw.jd
37
can take to
eliminate
or mitigate it.
117
There are several strategies you can pursue to reduce or
eliminate
overdraw:
149
As you do so, look out for any backgrounds you can
eliminate
because
151
common background color offer another opportunity to
eliminate
unneeded
/hardware/ti/omap4-aah/test/CameraHal/
Android.mk
49
# First
eliminate
OMAP3 and then ensure that this is not used
/external/llvm/test/Transforms/LoopStrengthReduce/X86/
2008-08-14-ShadowIV.ll
29
; Unable to
eliminate
cast because the mantissa bits for double are not enough
54
; Unable to
eliminate
cast due to potentional overflow.
75
; Unable to
eliminate
cast due to overflow.
/external/llvm/docs/
ExtendedIntegerResults.txt
19
mid-level optimizers to be able to process this (e.g.
eliminate
redundant
38
An optimization example is that we should be able to
eliminate
the explicit
81
here, and even if it did, it could not
eliminate
the sext. 4) the code
112
about and
eliminate
these extensions.
122
easily
eliminate
the extensions etc with existing functionality.
/external/opencv3/3rdparty/libjasper/
jpc_cs.c
427
/*
Eliminate
compiler warning about unused variables. */
446
/*
Eliminate
compiler warning about unused variables. */
485
/*
Eliminate
compiler warning about unused variables. */
529
/*
Eliminate
compiler warning about unused variables. */
724
/*
Eliminate
compiler warning about unused variables. */
734
/*
Eliminate
compiler warning about unused variables. */
776
/*
Eliminate
compiler warning about unused variables. */
[
all
...]
/external/v8/src/crankshaft/arm64/
lithium-gap-resolver-arm64.cc
173
moves_[index].
Eliminate
();
289
// The move has been emitted, we can
eliminate
it.
290
moves_[index].
Eliminate
();
Completed in 1884 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>