Home
last modified time | relevance | path

Searched refs:dce (Results 1 – 25 of 326) sorted by relevance

12345678910>>...14

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_module_dce_test.cc100 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 …]
Dhlo_dce_test.cc65 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 …]
Dhlo_schedule_test.cc157 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()
Ddynamic_padder.cc182 HloDCE dce; in Run() local
183 TF_ASSIGN_OR_RETURN(changed, dce.Run(module)); in Run()
/external/skqp/src/gpu/ops/
DGrDashOp.cpp829 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/
DGrDashOp.cpp835 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/
Dpacked-math.ll1 ; 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/
Dint_sideeffect.ll7 ; CHECK-LABEL: dce
9 define void @dce() {
Dbasic.ll1 ; RUN: opt -debugify -dce -S < %s | FileCheck %s
2 ; RUN: opt -passes='module(debugify),function(dce)' -S < %s | FileCheck %s
Dguards.ll1 ; RUN: opt -dce -S < %s | FileCheck %s
/external/llvm/test/Transforms/DCE/
Dbasic.ll1 ; RUN: opt -dce -S < %s | FileCheck %s
2 ; RUN: opt -passes=dce -S < %s | FileCheck %s
Dguards.ll1 ; RUN: opt -dce -S < %s | FileCheck %s
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_opt_dead_code.c43 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/
Dvir_opt_dead_code.c43 dce(struct v3d_compile *c, struct qinst *inst) in dce() function
151 dce(c, inst); in vir_opt_dead_code()
/external/kotlinc/bin/
Dkotlin-dce-js17 export KOTLIN_COMPILER=org.jetbrains.kotlin.cli.js.dce.K2JSDce
/external/swiftshader/third_party/LLVM/test/Transforms/DeadArgElim/
Dmultdeadretval.ll3 ; 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/
Dmultdeadretval.ll3 ; 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/
Dmultdeadretval.ll3 ; 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/
D2002-05-15-AgressiveSubMove.ll1 ; RUN: opt < %s -reassociate -instcombine -constprop -dce -S | not grep add
D2002-05-15-SubReassociate.ll3 ; RUN: opt < %s -reassociate -constprop -instcombine -dce -S | not grep add
/external/llvm/test/Transforms/Reassociate/
Dmin_int.ll1 ; RUN: opt < %s -reassociate -dce -S | FileCheck %s
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Reassociate/
Dmin_int.ll1 ; RUN: opt < %s -reassociate -dce -S | FileCheck %s
/external/llvm/test/Transforms/LoopVectorize/X86/
Dgcc-examples.ll1 ; 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/
Dgcc-examples.ll1 ; 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/
Dioctl.h65 unsigned short dce; /* 1 for DCE (network side) operation */ member

12345678910>>...14