Home
last modified time | relevance | path

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

12345678910>>...16

/external/mtools/
Dvfat.c313 dirCacheEntry_t *dce; in dir_write() local
326 dce = cache->entries[entry->entry]; in dir_write()
327 if(dce) { in dir_write()
329 addFreeEntry(cache, dce->beginSlot, dce->endSlot); in dir_write()
331 dce->dir = entry->dir; in dir_write()
510 dirCacheEntry_t *dce; in vfat_lookup_loop_for_read() local
513 dce = cache->entries[initpos]; in vfat_lookup_loop_for_read()
514 if(dce) { in vfat_lookup_loop_for_read()
515 direntry->entry = dce->endSlot - 1; in vfat_lookup_loop_for_read()
516 return dce; in vfat_lookup_loop_for_read()
[all …]
DdirCache.c94 static void hashDce(dirCache_t *cache, dirCacheEntry_t *dce) in hashDce() argument
96 if(dce->beginSlot != cache->nrHashed) in hashDce()
98 cache->nrHashed = dce->endSlot; in hashDce()
99 if(dce->longName) in hashDce()
100 addNameToHash(cache, dce->longName); in hashDce()
101 addNameToHash(cache, dce->shortName); in hashDce()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_module_dce_test.cc111 HloModuleDCE dce; in TEST_F() local
112 EXPECT_FALSE(dce.Run(module.get()).ValueOrDie()); in TEST_F()
151 HloModuleDCE dce; in TEST_F() local
152 EXPECT_FALSE(dce.Run(module.get()).ValueOrDie()); in TEST_F()
189 HloModuleDCE dce; in TEST_F() local
193 EXPECT_TRUE(dce.Run(module.get()).ValueOrDie()); in TEST_F()
233 HloModuleDCE dce; in TEST_F() local
237 EXPECT_FALSE(dce.Run(module.get()).ValueOrDie()); in TEST_F()
294 HloModuleDCE dce; in TEST_F() local
300 EXPECT_TRUE(dce.Run(module.get()).ValueOrDie()); in TEST_F()
[all …]
Dhlo_dce_test.cc67 HloDCE dce; in TEST_F() local
68 EXPECT_FALSE(dce.Run(module.get()).ValueOrDie()); in TEST_F()
89 HloDCE dce; in TEST_F() local
90 EXPECT_FALSE(dce.Run(module.get()).ValueOrDie()); in TEST_F()
108 HloDCE dce; in TEST_F() local
109 TF_ASSERT_OK_AND_ASSIGN(bool result, RunHloPass(&dce, module.get())); in TEST_F()
125 HloDCE dce; in TEST_F() local
126 TF_ASSERT_OK_AND_ASSIGN(bool result, RunHloPass(&dce, module.get())); in TEST_F()
155 HloDCE dce; in TEST_F() local
156 EXPECT_TRUE(dce.Run(module.get()).ValueOrDie()); in TEST_F()
[all …]
Dhlo_schedule_test.cc156 HloDCE dce; in TEST_F() local
157 TF_ASSERT_OK(dce.Run(module.get()).status()); in TEST_F()
198 HloDCE dce; in TEST_F() local
199 TF_ASSERT_OK(dce.Run(module.get()).status()); in TEST_F()
266 HloDCE dce; in TEST_F() local
267 TF_ASSERT_OK(dce.Run(module.get()).status()); in TEST_F()
329 HloDCE dce; in TEST_F() local
331 TF_ASSERT_OK(dce.Run(module.get()).status()); in TEST_F()
/external/llvm-project/llvm/test/Other/
Ddebugcounter-dce.ll2 ; RUN: opt -dce -S -debug-counter=dce-transform-skip=1,dce-transform-count=2 < %s | FileCheck %s
Dopt-npm.ll1 ; RUN: opt -dce -enable-new-pm -disable-output -debug-pass-manager %s 2>&1 | FileCheck %s
Dopt-old-new-pm-passes.ll1 ; RUN: not opt -dce --passes=inline %s 2>&1 | FileCheck %s
/external/skia/src/gpu/ops/
DGrDashOp.cpp895 const DashingCircleEffect& dce = args.fGeomProc.cast<DashingCircleEffect>(); in onEmitCode() local
901 varyingHandler->emitAttributes(dce); in onEmitCode()
906 vertBuilder->codeAppendf("%s = %s;", dashParams.vsOut(), dce.fInDashParams.name()); in onEmitCode()
911 vertBuilder->codeAppendf("%s = %s;", circleParams.vsOut(), dce.fInCircleParams.name()); in onEmitCode()
919 WriteOutputPosition(vertBuilder, gpArgs, dce.fInPosition.name()); in onEmitCode()
920 if (dce.usesLocalCoords()) { in onEmitCode()
925 dce.fInPosition.asShaderVar(), in onEmitCode()
926 dce.localMatrix(), in onEmitCode()
938 if (dce.aaMode() != AAMode::kNone) { in onEmitCode()
952 const DashingCircleEffect& dce = geomProc.cast<DashingCircleEffect>(); in setData() local
[all …]
/external/llvm-project/llvm/test/Transforms/DCE/
Dint_sideeffect.ll7 ; CHECK-LABEL: dce
9 define void @dce() {
/external/llvm/test/Transforms/DCE/
Dbasic.ll1 ; RUN: opt -dce -S < %s | FileCheck %s
2 ; RUN: opt -passes=dce -S < %s | FileCheck %s
/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/kernel-headers/original/uapi/linux/hdlc/
Dioctl.h65 unsigned short dce; /* 1 for DCE (network side) operation */ member
83 unsigned short dce; /* 1 for DCE (network side) operation */ member
/external/llvm-project/mlir/test/Transforms/
Dloop-fusion-transformation.mlir12 "prevent.dce"(%1) : (f32) -> ()
17 // CHECK-NEXT: "prevent.dce"(%1) : (f32) -> ()
84 "prevent.dce"(%v1) : (f32) -> ()
103 // CHECK-NEXT: "prevent.dce"
Dnormalize-memrefs.mlir12 "prevent.dce"(%1) : (f32) -> ()
24 // CHECK-NEXT: "prevent.dce"
38 "prevent.dce"(%1) : (f32) -> ()
56 "prevent.dce"(%1) : (f32) -> ()
77 "prevent.dce"(%1) : (f32) -> ()
91 "prevent.dce"(%1) : (f32) -> ()
107 "prevent.dce"(%1) : (f32) -> ()
123 "prevent.dce"(%1) : (f32) -> ()
Dtest-symbol-dce.mlir1 // RUN: mlir-opt -allow-unregistered-dialect %s -symbol-dce -split-input-file -verify-diagnostics |…
2 // RUN: mlir-opt -allow-unregistered-dialect %s -pass-pipeline="module(symbol-dce)" -split-input-fi…
/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
171 dce(c, inst); in vir_opt_dead_code()
/external/llvm-project/polly/test/Isl/CodeGen/
Dsimple_vec_assign_scalar.ll2 ; RUN: -polly-vectorizer=polly -dce -S < %s | FileCheck %s
4 ; RUN: opt %loadPolly -basic-aa -polly-codegen -polly-vectorizer=stripmine -dce -S < %s | FileCheck…
/external/llvm-project/polly/test/DeadCodeElimination/
Dcomputeout.ll1 ; RUN: opt -S %loadPolly -basic-aa -polly-dce -polly-ast -analyze < %s | FileCheck %s
2 ; RUN: opt -S %loadPolly -basic-aa -polly-dce -polly-ast -analyze -polly-dependences-computeout=1 <…
/external/llvm-project/llvm/test/Transforms/Scalarizer/
Dvariable-extractelement.ll2 ; RUN: opt %s -scalarizer -dce -S | FileCheck --check-prefix=DEFAULT %s
3 ; RUN: opt %s -scalarizer -scalarize-variable-insert-extract=false -dce -S | FileCheck --check-pref…
4 ; RUN: opt %s -scalarizer -scalarize-variable-insert-extract=true -dce -S | FileCheck --check-prefi…
Dvariable-insertelement.ll2 ; RUN: opt %s -scalarizer -dce -S | FileCheck --check-prefix=DEFAULT %s
3 ; RUN: opt %s -scalarizer -scalarize-variable-insert-extract=false -dce -S | FileCheck --check-pref…
4 ; RUN: opt %s -scalarizer -scalarize-variable-insert-extract=true -dce -S | FileCheck --check-prefi…
/external/kotlinc/bin/
Dkotlin-dce-js17 export KOTLIN_COMPILER=org.jetbrains.kotlin.cli.js.dce.K2JSDce
/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/llvm-project/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

12345678910>>...16