/external/llvm/test/Transforms/DCE/ |
D | basic.ll | 1 ; RUN: opt -dce -S < %s | FileCheck %s 2 ; RUN: opt -passes=dce -S < %s | FileCheck %s
|
D | guards.ll | 1 ; RUN: opt -dce -S < %s | FileCheck %s
|
/external/skia/src/gpu/ops/ |
D | GrDashOp.cpp | 875 const DashingCircleEffect& dce = args.fGP.cast<DashingCircleEffect>(); in onEmitCode() local 881 varyingHandler->emitAttributes(dce); in onEmitCode() 886 vertBuilder->codeAppendf("%s = %s;", dashParams.vsOut(), dce.inDashParams()->fName); in onEmitCode() 891 vertBuilder->codeAppendf("%s = %s;", circleParams.vsOut(), dce.inCircleParams()->fName); in onEmitCode() 898 this->setupPosition(vertBuilder, gpArgs, dce.inPosition()->fName); in onEmitCode() 905 dce.inPosition()->fName, in onEmitCode() 906 dce.localMatrix(), in onEmitCode() 916 if (dce.aaMode() != AAMode::kNone) { in onEmitCode() 930 const DashingCircleEffect& dce = processor.cast<DashingCircleEffect>(); in setData() local 931 if (dce.color() != fColor) { in setData() [all …]
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_opt_dead_code.c | 43 dce(struct vc4_compile *c, struct qinst *inst) in dce() function 144 dce(c, inst); in qir_opt_dead_code()
|
/external/swiftshader/third_party/LLVM/test/Transforms/DeadArgElim/ |
D | multdeadretval.ll | 3 ; run instcombine to fold insert/extractvalue chains and we run dce to clean up 5 ; RUN: opt < %s -deadargelim -instcombine -dce -S | not grep i16
|
/external/llvm/test/Transforms/DeadArgElim/ |
D | multdeadretval.ll | 3 ; run instcombine to fold insert/extractvalue chains and we run dce to clean up 5 ; RUN: opt < %s -deadargelim -instcombine -dce -S | not grep i16
|
/external/swiftshader/third_party/LLVM/test/Transforms/Reassociate/ |
D | 2002-05-15-AgressiveSubMove.ll | 1 ; RUN: opt < %s -reassociate -instcombine -constprop -dce -S | not grep add
|
D | 2002-05-15-SubReassociate.ll | 3 ; RUN: opt < %s -reassociate -constprop -instcombine -dce -S | not grep add
|
D | 2002-05-15-SubReassociate2.ll | 3 ; RUN: opt < %s -reassociate -constprop -dce -S | not grep 12
|
/external/llvm/test/Transforms/Reassociate/ |
D | min_int.ll | 1 ; RUN: opt < %s -reassociate -dce -S | FileCheck %s
|
/external/iproute2/include/linux/hdlc/ |
D | ioctl.h | 64 unsigned short dce; /* 1 for DCE (network side) operation */ member
|
/external/kernel-headers/original/uapi/linux/hdlc/ |
D | ioctl.h | 64 unsigned short dce; /* 1 for DCE (network side) operation */ member
|
/external/llvm/test/Transforms/LoopVectorize/X86/ |
D | gcc-examples.ll | 1 ; RUN: opt < %s -loop-vectorize -mtriple=x86_64-apple-macosx10.8.0 -mcpu=corei7 -dce -instcombine … 2 …mtriple=x86_64-apple-macosx10.8.0 -mcpu=corei7 -force-vector-interleave=0 -dce -instcombine -S | F…
|
/external/swiftshader/third_party/LLVM/test/Analysis/BasicAA/ |
D | 2007-10-24-ArgumentsGlobals.ll | 1 ; RUN: opt < %s -basicaa -gvn -dce -S | grep tmp7
|
/external/swiftshader/third_party/LLVM/test/Transforms/SCCP/ |
D | phitest.ll | 1 ; RUN: opt < %s -sccp -dce -simplifycfg -S | not grep br
|
/external/llvm/test/Transforms/SLPVectorizer/X86/ |
D | crash_gep.ll | 1 ; RUN: opt < %s -basicaa -slp-vectorizer -dce -S -mtriple=x86_64-unknown-linux-gnu
|
D | reduction2.ll | 1 ; RUN: opt < %s -basicaa -slp-vectorizer -dce -S -mtriple=i386-apple-macosx10.8.0 -mcpu=corei7-avx …
|
D | pr16628.ll | 1 ; RUN: opt < %s -basicaa -slp-vectorizer -dce -S -mtriple=x86_64-apple-macosx10.8.0 -mcpu=corei7
|
/external/llvm/test/Analysis/BasicAA/ |
D | 2007-10-24-ArgumentsGlobals.ll | 1 ; RUN: opt < %s -basicaa -gvn -dce -S | FileCheck %s
|
/external/swiftshader/third_party/LLVM/test/Transforms/IndVarSimplify/ |
D | lftr_simple.ll | 3 ; RUN: opt < %s -indvars -dce -S | not grep mul
|
/external/llvm/test/CodeGen/NVPTX/ |
D | lower-alloca.ll | 1 ; RUN: opt < %s -S -nvptx-lower-alloca -nvptx-favor-non-generic -dce | FileCheck %s
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | lftr_simple.ll | 3 ; RUN: opt < %s -indvars -dce -S | not grep mul
|
/external/llvm/test/Transforms/LoopVectorize/ |
D | tbaa-nodep.ll | 1 …-basicaa -loop-vectorize -force-vector-interleave=1 -force-vector-width=4 -dce -instcombine -simpl… 2 ; RUN: opt < %s -basicaa -loop-vectorize -force-vector-interleave=1 -force-vector-width=4 -dce -in…
|
D | cast-induction.ll | 1 ; RUN: opt < %s -loop-vectorize -force-vector-interleave=1 -force-vector-width=4 -dce -instcombine…
|
/external/llvm/test/Transforms/SLPVectorizer/XCore/ |
D | no-vector-registers.ll | 1 ; RUN: opt < %s -basicaa -slp-vectorizer -dce -S -mtriple=xcore | FileCheck %s
|