Home
last modified time | relevance | path

Searched refs:folding (Results 1 – 25 of 70) sorted by relevance

123

/external/llvm/test/Transforms/SimplifyCFG/
DPhiEliminate3.ll2 ; with various folding thresholds
4 ; RUN: opt < %s -simplifycfg -S -phi-node-folding-threshold=1 | grep N:
5 ; RUN: opt < %s -simplifycfg -S -phi-node-folding-threshold=2 | not grep N:
6 ; RUN: opt < %s -simplifycfg -S -phi-node-folding-threshold=2 | grep M:
7 ; RUN: opt < %s -simplifycfg -S -phi-node-folding-threshold=7 | not grep M:
D2003-08-17-FoldSwitch.ll4 ; Test normal folding
24 ; Test folding to default dest
44 ; Test folding all to same dest
58 ; Test folding switch -> branch
D2003-08-17-FoldSwitch-dbg.ll17 ; Test folding all to same dest
32 ; Test folding switch -> branch
D2002-06-24-PHINode.ll1 ; -simplifycfg is not folding blocks if there is a PHI node involved. This
Dswitch-on-const-select.ll3 ; Test basic folding to a conditional branch.
33 ; Test basic folding to an unconditional branch.
DSpeculativeExec.ll1 ; RUN: opt < %s -simplifycfg -phi-node-folding-threshold=2 -S | FileCheck %s
/external/llvm/test/Transforms/Reassociate/
Dsubtest.ll1 ; With sub reassociation, constant folding can eliminate the 12 and -12 constants.
Dsubtest2.ll1 ; With sub reassociation, constant folding can eliminate the uses of %a.
D2002-05-15-SubReassociate.ll1 ; With sub reassociation, constant folding can eliminate all of the constants.
D2002-05-15-SubReassociate2.ll1 ; With sub reassociation, constant folding can eliminate the two 12 constants.
/external/bison/src/
Dvcg.h246 int folding; member
523 int folding; member
Dvcg.c62 g->folding = G_FOLDING; in new_graph()
155 n->folding = N_FOLDING; /* No explicit default value. */ in new_node()
544 if (n->folding != N_FOLDING) in output_node()
545 fprintf (fout, "\t\tfolding:\t%d\n", n->folding); in output_node()
663 if (g->folding != G_FOLDING) in output_graph()
664 fprintf (fout, "\tfolding:\t%d\n", g->folding); in output_graph()
/external/llvm/test/Transforms/MergeFunc/
Dfold-weak.ll6 ; This test is off for a bit as we change this particular sort of folding to
/external/llvm/test/Transforms/InstCombine/
Dbitcast-store.ll4 ; folding a bitcast into a store.
D2009-01-19-fmod-constant-float.ll3 ; check constant folding for 'frem'. PR 3316.
/external/llvm/test/Transforms/BranchFolding/
D2007-10-19-InlineAsmDirectives.ll3 ;; We don't want branch folding to fold asm directives.
/external/llvm/test/Assembler/
DConstantExprFoldCast.ll11 ; Test folding of binary instrs
/external/llvm/test/Transforms/LoopStrengthReduce/
Ddont-hoist-simple-loop-constants.ll5 ; IV. Don't insert the 1 outside the loop, preventing folding it into the add.
/external/llvm/test/CodeGen/X86/
D2010-03-05-EFLAGS-Redef.ll4 ; branch folding pass. That makes a complete mess of the %EFLAGS liveness, but
Dfold-xmm-zero.ll3 ; Simple test to make sure folding for special constants (like float zero)
/external/llvm/test/CodeGen/ARM/
Difcvt7.ll2 ; FIXME: Need post-ifcvt branch folding to get rid of the extra br at end of BB1.
Dvector-DAGCombine.ll64 ; Test folding a binary vector operation with constant BUILD_VECTOR
127 ; constant folding the multiply because the "sext undef" was translated to
/external/llvm/lib/Target/MSP430/
DREADME.txt40 11. Implement hooks for better memory op folding, etc.
/external/llvm/lib/Target/X86/
DREADME-FPStack.txt64 folding spill code into the instructions.
/external/llvm/test/Transforms/JumpThreading/
Dindirectbr.ll44 ; Check constant folding of indirectbr

123