Home
last modified time | relevance | path

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

12345678910

/minix/external/bsd/llvm/dist/llvm/test/Transforms/ConstProp/
H A 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
/minix/external/bsd/llvm/dist/llvm/test/Transforms/CodeGenPrepare/
H A 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.
/minix/usr.bin/fold/
H A Dfold.c58 static void fold(int);
108 fold(width); in main()
114 fold(width); in main()
130 fold(int width) in fold() function
H A DMakefile4 PROG= fold
/minix/usr.bin/vis/
H A Dvis.c58 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 DConstantExprFoldCast.ll1 ; 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 DConstantExprNoFold.ll1 ; 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 Dfold-calls.ll3 ; This shouldn't fold, because sin(inf) is invalid.
11 ; This should fold.
H A 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!
H A 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.
H A D2008-02-13-MulURem.ll6 define i32 @fold(i32 %a) {
H A D2008-01-27-FloatSelect.ll4 define double @fold(i1 %a, double %b) {
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/AArch64/
H A Dfast-isel-folding.ll3 ; 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 Doperand-folding.ll5 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 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.
H A 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)
H A Ddagcombine-shifts.ll3 ; 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 Dnarrow-shl-load.ll6 ; 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 Dwide-integer-fold.ll4 ; DAGCombiner should fold this to a simple constant.
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/ARM/
H A D2012-03-26-FoldImmBug.ll5 ; 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 Dfast-math.ll55 ; Dont fold this
79 ; Dont fold
97 ; Dont fold
/minix/external/bsd/llvm/dist/llvm/test/Transforms/LoopStrengthReduce/X86/
H A Dno_superflous_induction_vars.ll33 %fold = add i64 %1, 1
34 %n.mod.vf = and i64 %fold, 7
/minix/external/bsd/llvm/dist/llvm/test/Analysis/ScalarEvolution/
H A Ddiv-overflow.ll5 ; Don't let ScalarEvolution fold this div away.
/minix/external/bsd/llvm/dist/llvm/test/Transforms/IndVarSimplify/
H A 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
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/PowerPC/
H A Dload-constant-addr.ll1 ; Should fold the ori into the lfs.

12345678910