/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_module_dce_test.cc | 100 HloModuleDCE dce; in TEST_F() local 101 EXPECT_FALSE(dce.Run(module.get()).ValueOrDie()); in TEST_F() 140 HloModuleDCE dce; in TEST_F() local 141 EXPECT_FALSE(dce.Run(module.get()).ValueOrDie()); in TEST_F() 178 HloModuleDCE dce; in TEST_F() local 182 EXPECT_TRUE(dce.Run(module.get()).ValueOrDie()); in TEST_F() 221 HloModuleDCE dce; in TEST_F() local 225 EXPECT_FALSE(dce.Run(module.get()).ValueOrDie()); in TEST_F() 282 HloModuleDCE dce; in TEST_F() local 288 EXPECT_TRUE(dce.Run(module.get()).ValueOrDie()); in TEST_F() [all …]
|
D | hlo_dce_test.cc | 65 HloDCE dce; in TEST_F() local 66 EXPECT_FALSE(dce.Run(module.get()).ValueOrDie()); in TEST_F() 86 HloDCE dce; in TEST_F() local 87 EXPECT_FALSE(dce.Run(module.get()).ValueOrDie()); in TEST_F() 117 HloDCE dce; in TEST_F() local 118 EXPECT_TRUE(dce.Run(module.get()).ValueOrDie()); in TEST_F() 164 HloDCE dce; in TEST_F() local 165 EXPECT_TRUE(dce.Run(module.get()).ValueOrDie()); in TEST_F() 205 HloDCE dce; in TEST_F() local 206 EXPECT_TRUE(dce.Run(module.get()).ValueOrDie()); in TEST_F() [all …]
|
D | hlo_schedule_test.cc | 157 HloDCE dce; in TEST_F() local 158 TF_ASSERT_OK(dce.Run(module.get()).status()); in TEST_F() 199 HloDCE dce; in TEST_F() local 200 TF_ASSERT_OK(dce.Run(module.get()).status()); in TEST_F() 267 HloDCE dce; in TEST_F() local 268 TF_ASSERT_OK(dce.Run(module.get()).status()); in TEST_F() 330 HloDCE dce; in TEST_F() local 332 TF_ASSERT_OK(dce.Run(module.get()).status()); in TEST_F()
|
D | dynamic_padder.cc | 182 HloDCE dce; in Run() local 183 TF_ASSIGN_OR_RETURN(changed, dce.Run(module)); in Run()
|
/external/skqp/src/gpu/ops/ |
D | GrDashOp.cpp | 829 const DashingCircleEffect& dce = args.fGP.cast<DashingCircleEffect>(); in onEmitCode() local 835 varyingHandler->emitAttributes(dce); in onEmitCode() 840 vertBuilder->codeAppendf("%s = %s;", dashParams.vsOut(), dce.fInDashParams.name()); in onEmitCode() 845 vertBuilder->codeAppendf("%s = %s;", circleParams.vsOut(), dce.fInCircleParams.name()); in onEmitCode() 852 this->writeOutputPosition(vertBuilder, gpArgs, dce.fInPosition.name()); in onEmitCode() 858 dce.fInPosition.asShaderVar(), in onEmitCode() 859 dce.localMatrix(), in onEmitCode() 869 if (dce.aaMode() != AAMode::kNone) { in onEmitCode() 883 const DashingCircleEffect& dce = processor.cast<DashingCircleEffect>(); in setData() local 884 if (dce.color() != fColor) { in setData() [all …]
|
/external/skia/src/gpu/ops/ |
D | GrDashOp.cpp | 835 const DashingCircleEffect& dce = args.fGP.cast<DashingCircleEffect>(); in onEmitCode() local 841 varyingHandler->emitAttributes(dce); in onEmitCode() 846 vertBuilder->codeAppendf("%s = %s;", dashParams.vsOut(), dce.fInDashParams.name()); in onEmitCode() 851 vertBuilder->codeAppendf("%s = %s;", circleParams.vsOut(), dce.fInCircleParams.name()); in onEmitCode() 858 this->writeOutputPosition(vertBuilder, gpArgs, dce.fInPosition.name()); in onEmitCode() 864 dce.fInPosition.asShaderVar(), in onEmitCode() 865 dce.localMatrix(), in onEmitCode() 876 if (dce.aaMode() != AAMode::kNone) { in onEmitCode() 890 const DashingCircleEffect& dce = processor.cast<DashingCircleEffect>(); in setData() local 891 if (dce.color() != fColor) { in setData() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopVectorize/AMDGPU/ |
D | packed-math.ll | 1 ; RUN: opt -mtriple=amdgcn-amd-amdhsa -mcpu=gfx900 < %s -loop-vectorize -dce -instcombine -S | Fil… 2 ; RUN: opt -mtriple=amdgcn-amd-amdhsa -mcpu=fiji < %s -loop-vectorize -dce -instcombine -S | FileC… 3 ; RUN: opt -mtriple=amdgcn-amd-amdhsa -mcpu=hawaii < %s -loop-vectorize -dce -instcombine -S | Fil…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/DCE/ |
D | int_sideeffect.ll | 7 ; CHECK-LABEL: dce 9 define void @dce() {
|
D | basic.ll | 1 ; RUN: opt -debugify -dce -S < %s | FileCheck %s 2 ; RUN: opt -passes='module(debugify),function(dce)' -S < %s | FileCheck %s
|
D | guards.ll | 1 ; RUN: opt -dce -S < %s | FileCheck %s
|
/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/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/mesa3d/src/broadcom/compiler/ |
D | vir_opt_dead_code.c | 43 dce(struct v3d_compile *c, struct qinst *inst) in dce() function 151 dce(c, inst); in vir_opt_dead_code()
|
/external/kotlinc/bin/ |
D | kotlin-dce-js | 17 export KOTLIN_COMPILER=org.jetbrains.kotlin.cli.js.dce.K2JSDce
|
/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/swiftshader/third_party/llvm-7.0/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
|
/external/llvm/test/Transforms/Reassociate/ |
D | min_int.ll | 1 ; RUN: opt < %s -reassociate -dce -S | FileCheck %s
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Reassociate/ |
D | min_int.ll | 1 ; RUN: opt < %s -reassociate -dce -S | FileCheck %s
|
/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-7.0/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/iproute2/include/uapi/linux/hdlc/ |
D | ioctl.h | 65 unsigned short dce; /* 1 for DCE (network side) operation */ member
|