/minix/external/bsd/llvm/dist/llvm/test/Transforms/ConstProp/ |
H A 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
|
/minix/external/bsd/llvm/dist/llvm/test/Transforms/CodeGenPrepare/ |
H A 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.
|
/minix/usr.bin/fold/ |
H A D | fold.c | 58 static void fold(int); 108 fold(width); in main() 114 fold(width); in main() 130 fold(int width) in fold() function
|
H A D | Makefile | 4 PROG= fold
|
/minix/usr.bin/vis/ |
H A D | vis.c | 58 static int eflags, fold, foldwidth = 80, none, markeol; variable 97 fold++; /* fold output lines to 80 cols */ in main() 268 if (fold) { in process() 288 if (fold && *(cp - 1) != '\n') in process()
|
/minix/external/bsd/llvm/dist/llvm/test/Assembler/ |
H A D | ConstantExprFoldCast.ll | 1 ; This test checks to make sure that constant exprs fold in some simple situations 6 @A = global i32* bitcast (i8* null to i32*) ; Cast null -> fold 7 @B = global i32** bitcast (i32** @A to i32**) ; Cast to same type -> fold
|
H A D | ConstantExprNoFold.ll | 1 ; This test checks to make sure that constant exprs don't fold in some simple 13 ; Don't fold this. @A might really be allocated next to @B, in which case the 20 ; Don't fold this completely away either. In theory this could be simplified
|
/minix/external/bsd/llvm/dist/llvm/test/Transforms/InstCombine/ |
H A D | fold-calls.ll | 3 ; This shouldn't fold, because sin(inf) is invalid. 11 ; This should fold.
|
H A 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!
|
H A 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.
|
H A D | 2008-02-13-MulURem.ll | 6 define i32 @fold(i32 %a) {
|
H A D | 2008-01-27-FloatSelect.ll | 4 define double @fold(i1 %a, double %b) {
|
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/AArch64/ |
H A D | fast-isel-folding.ll | 3 ; Test that we don't fold the shift. 17 ; Test that we don't fold the sign-extend. 31 ; Test that we don't fold the sign-extend.
|
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/R600/ |
H A D | operand-folding.ll | 5 define void @fold_sgpr(i32 addrspace(1)* %out, i32 %fold) { 7 %tmp0 = icmp ne i32 %fold, 0 12 %offset = add i32 %fold, %id 25 %fold = add i32 3, 2 31 %val = or i32 %id, %fold
|
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/X86/ |
H A 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.
|
H A 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)
|
H A D | dagcombine-shifts.ll | 3 ; fold (shl (zext (lshr (A, X))), X) -> (zext (shl (lshr (A, X)), X)) 7 ; This will help DAGCombiner to identify and then fold the sequence 96 ; Don't fold the pattern if we use arithmetic shifts. 137 ; Don't fold the pattern if there is more than one use of the 190 ; Verify also that we correctly fold the shl-shr sequence into an
|
H A D | narrow-shl-load.ll | 6 ; DAGCombiner should fold this code in finite time. 33 ; DAG Combiner can't fold this into a load of the 1'th byte.
|
H A D | wide-integer-fold.ll | 4 ; DAGCombiner should fold this to a simple constant.
|
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/ARM/ |
H A D | 2012-03-26-FoldImmBug.ll | 5 ; fold the immediate by breaking it into two parts and fold them into the
|
/minix/external/bsd/llvm/dist/llvm/test/Transforms/InstSimplify/ |
H A D | fast-math.ll | 55 ; Dont fold this 79 ; Dont fold 97 ; Dont fold
|
/minix/external/bsd/llvm/dist/llvm/test/Transforms/LoopStrengthReduce/X86/ |
H A D | no_superflous_induction_vars.ll | 33 %fold = add i64 %1, 1 34 %n.mod.vf = and i64 %fold, 7
|
/minix/external/bsd/llvm/dist/llvm/test/Analysis/ScalarEvolution/ |
H A D | div-overflow.ll | 5 ; Don't let ScalarEvolution fold this div away.
|
/minix/external/bsd/llvm/dist/llvm/test/Transforms/IndVarSimplify/ |
H A 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
|
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/PowerPC/ |
H A D | load-constant-addr.ll | 1 ; Should fold the ori into the lfs.
|