Home
last modified time | relevance | path

Searched refs:fold (Results 1 – 25 of 164) sorted by relevance

1234567

/external/llvm/test/Transforms/ConstProp/
Dcalls.ll73 ; Shouldn't fold because of -fno-builtin
81 ; Shouldn't fold because of -fno-builtin
89 ; Shouldn't fold because of -fno-builtin
98 ; Shouldn't fold because of -fno-builtin
107 ; Shouldn't fold because of -fno-builtin
115 ; Shouldn't fold because of -fno-builtin
124 ; Shouldn't fold because of -fno-builtin
133 ; Shouldn't fold because of -fno-builtin
142 ; Shouldn't fold because of -fno-builtin
/external/llvm/test/Assembler/
DConstantExprFoldCast.ll1 ; This test checks to make sure that constant exprs fold in some simple situations
5 @A = global i32* bitcast (i8* null to i32*) ; Cast null -> fold
6 @B = global i32** bitcast (i32** @A to i32**) ; Cast to same type -> fold
DConstantExprNoFold.ll1 ; This test checks to make sure that constant exprs don't fold in some simple
12 ; Don't fold this. @A might really be allocated next to @B, in which case the
19 ; Don't fold this completely away either. In theory this could be simplified
/external/llvm/test/Transforms/CodeGenPrepare/
Dbasic.ll7 ; objectsize should fold to a constant, which causes the branch to fold to an
8 ; uncond branch. Next, we fold the control flow alltogether.
/external/llvm/test/Transforms/InstCombine/
Dfold-calls.ll3 ; This shouldn't fold, because sin(inf) is invalid.
11 ; This should fold.
D2004-02-23-ShiftShiftOverflow.ll4 ; Do not fold into shr X, 34, as this uses undefined behavior!
11 ; Do not fold into shl X, 34, as this uses undefined behavior!
Dfold-sqrt-sqrtf.ll4 ; Instcombine tries to fold (fptrunc (sqrt (fpext x))) -> (sqrtf x), but this
5 ; shouldn't fold when sqrtf isn't available.
D2008-02-13-MulURem.ll4 define i32 @fold(i32 %a) {
D2008-01-27-FloatSelect.ll3 define double @fold(i1 %a, double %b) {
Dbitcast-sext-vector.ll3 ; Don't fold zero/sign extensions with a bitcast between a vector and scalar.
Dvec_shuffle.ll77 ; Test fold of two shuffles where the first shuffle vectors inputs are a
101 ; Test fold of two shuffles where the first shuffle vectors inputs are a
122 ; Test fold of two shuffles where the two shufflevector inputs's op1 are
134 ; Test fold of two shuffles where the first shufflevector's inputs are
145 ; Test fold of two shuffles where the first shufflevector's inputs are
/external/opencv/ml/src/
Dmlestimate.cpp108 int k, fold;
115 fold = ++crVal->current_fold;
117 if (fold >= crVal->folds_all)
119 if (fold == crVal->folds_all)
127 k = crVal->folds[fold + 1] - crVal->folds[fold];
128 crVal->sampleIdxTrain->data.i = crVal->sampleIdxAll + crVal->folds[fold + 1];
130 crVal->sampleIdxEval->data.i = crVal->sampleIdxAll + crVal->folds[fold];
/external/llvm/test/CodeGen/X86/
D2005-01-17-CycleInDAG.ll1 ; This testcase was distilled from 132.ijpeg. Bsaically we cannot fold the
4 ; that we do not fold the load into the sub.
Dand-or-fold.ll4 ; The dag combiner should fold together (x&127)|(y&16711680) -> (x|y)&c1
17 ; <rdar://problem/7529774> The optimizer shouldn't fold this into (and (or, C), D)
Dnarrow-shl-load.ll6 ; DAGCombiner should fold this code in finite time.
34 ; DAGCombiner shouldn't fold the sdiv (ashr) away.
67 ; DAG Combiner can't fold this into a load of the 1'th byte.
Dwide-integer-fold.ll4 ; DAGCombiner should fold this to a simple constant.
/external/llvm/test/CodeGen/ARM/
D2012-03-26-FoldImmBug.ll5 ; fold the immediate by breaking it into two parts and fold them into the
/external/llvm/test/Transforms/InstSimplify/
Dfast-math.ll55 ; Dont fold this
79 ; Dont fold
97 ; Dont fold
Dpast-the-end.ll31 ; of another. Can't fold this.
67 ; of another. Can't fold this.
/external/llvm/test/Transforms/IndVarSimplify/
Div-fold.ll5 ; Indvars should be able to fold IV increments into shr when low bits are zero.
31 ; Invdars should not fold an increment into shr unless 2^shiftBits is
/external/llvm/test/Analysis/CostModel/ARM/
Dgep.ll19 ; Cost of scalar floating point geps should be one. We cannot fold the address
27 ; Cost of vector geps should be one. We cannot fold the address computation.
/external/llvm/test/Analysis/ScalarEvolution/
Ddiv-overflow.ll4 ; Don't let ScalarEvolution fold this div away.
/external/elfutils/config/
DMakefile.am44 | fold -s -w 70 | sed '1!s/^[^-]/ &/' >> $$tmpname; \
/external/llvm/test/CodeGen/PowerPC/
Dload-constant-addr.ll1 ; Should fold the ori into the lfs.
/external/llvm/test/Transforms/SimplifyCFG/
Dbranch-fold-test.ll1 ; This test ensures that the simplifycfg pass continues to constant fold

1234567