Searched refs:fold (Results 1 – 25 of 164) sorted by relevance
1234567
/external/llvm/test/Transforms/ConstProp/ |
D | calls.ll | 73 ; 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/ |
D | ConstantExprFoldCast.ll | 1 ; 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
|
D | ConstantExprNoFold.ll | 1 ; 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/ |
D | basic.ll | 7 ; 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/ |
D | fold-calls.ll | 3 ; This shouldn't fold, because sin(inf) is invalid. 11 ; This should fold.
|
D | 2004-02-23-ShiftShiftOverflow.ll | 4 ; 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!
|
D | fold-sqrt-sqrtf.ll | 4 ; Instcombine tries to fold (fptrunc (sqrt (fpext x))) -> (sqrtf x), but this 5 ; shouldn't fold when sqrtf isn't available.
|
D | 2008-02-13-MulURem.ll | 4 define i32 @fold(i32 %a) {
|
D | 2008-01-27-FloatSelect.ll | 3 define double @fold(i1 %a, double %b) {
|
D | bitcast-sext-vector.ll | 3 ; Don't fold zero/sign extensions with a bitcast between a vector and scalar.
|
D | vec_shuffle.ll | 77 ; 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/ |
D | mlestimate.cpp | 108 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/ |
D | 2005-01-17-CycleInDAG.ll | 1 ; This testcase was distilled from 132.ijpeg. Bsaically we cannot fold the 4 ; that we do not fold the load into the sub.
|
D | and-or-fold.ll | 4 ; 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)
|
D | narrow-shl-load.ll | 6 ; 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.
|
D | wide-integer-fold.ll | 4 ; DAGCombiner should fold this to a simple constant.
|
/external/llvm/test/CodeGen/ARM/ |
D | 2012-03-26-FoldImmBug.ll | 5 ; fold the immediate by breaking it into two parts and fold them into the
|
/external/llvm/test/Transforms/InstSimplify/ |
D | fast-math.ll | 55 ; Dont fold this 79 ; Dont fold 97 ; Dont fold
|
D | past-the-end.ll | 31 ; of another. Can't fold this. 67 ; of another. Can't fold this.
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | iv-fold.ll | 5 ; 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/ |
D | gep.ll | 19 ; 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/ |
D | div-overflow.ll | 4 ; Don't let ScalarEvolution fold this div away.
|
/external/elfutils/config/ |
D | Makefile.am | 44 | fold -s -w 70 | sed '1!s/^[^-]/ &/' >> $$tmpname; \
|
/external/llvm/test/CodeGen/PowerPC/ |
D | load-constant-addr.ll | 1 ; Should fold the ori into the lfs.
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | branch-fold-test.ll | 1 ; This test ensures that the simplifycfg pass continues to constant fold
|
1234567