/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_cse_test.cc | 67 HloCSE cse(/*is_layout_sensitive=*/false); in TEST_F() local 68 EXPECT_TRUE(cse.Run(module.get()).ValueOrDie()); in TEST_F() 98 HloCSE cse(/*is_layout_sensitive=*/false); in TEST_F() local 99 EXPECT_TRUE(cse.Run(module.get()).ValueOrDie()); in TEST_F() 130 HloCSE cse(/*is_layout_sensitive=*/true); in TEST_F() local 131 EXPECT_FALSE(cse.Run(module.get()).ValueOrDie()); in TEST_F() 179 HloCSE cse(/*is_layout_sensitive=*/false); in TEST_F() local 180 EXPECT_TRUE(cse.Run(module.get()).ValueOrDie()); in TEST_F() 211 HloCSE cse(/*is_layout_sensitive=*/false); in TEST_F() local 212 EXPECT_TRUE(cse.Run(module.get()).ValueOrDie()); in TEST_F() [all …]
|
/external/syzkaller/vendor/google.golang.org/grpc/balancer/ |
D | balancer.go | 248 func (cse *ConnectivityStateEvaluator) RecordTransition(oldState, newState connectivity.State) conn… 254 cse.numReady += updateVal 256 cse.numConnecting += updateVal 258 cse.numTransientFailure += updateVal 263 if cse.numReady > 0 { 266 if cse.numConnecting > 0 {
|
/external/mesa3d/src/compiler/spirv/ |
D | vtn_cfg.c | 284 vtn_order_case(struct vtn_switch *swtch, struct vtn_case *cse) in vtn_order_case() argument 286 if (cse->visited) in vtn_order_case() 289 cse->visited = true; in vtn_order_case() 291 list_del(&cse->link); in vtn_order_case() 293 if (cse->fallthrough) { in vtn_order_case() 294 vtn_order_case(swtch, cse->fallthrough); in vtn_order_case() 303 list_addtail(&cse->link, &cse->fallthrough->link); in vtn_order_case() 305 list_add(&cse->link, &swtch->cases); in vtn_order_case() 539 list_for_each_entry(struct vtn_case, cse, &swtch->cases, link) { in vtn_cfg_walk_blocks() 540 vtn_assert(cse->start_block != break_block); in vtn_cfg_walk_blocks() [all …]
|
/external/syzkaller/vendor/google.golang.org/grpc/balancer/base/ |
D | balancer.go | 186 func (cse *connectivityStateEvaluator) recordTransition(oldState, newState connectivity.State) conn… 192 cse.numReady += updateVal 194 cse.numConnecting += updateVal 196 cse.numTransientFailure += updateVal 201 if cse.numReady > 0 { 204 if cse.numConnecting > 0 {
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Other/ |
D | debugcounter-earlycse.ll | 2 ; RUN: opt -S -debug-counter=early-cse-skip=1,early-cse-count=1 -early-cse < %s 2>&1 | FileCheck %s
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/EarlyCSE/ |
D | instsimplify-dom.ll | 1 ; RUN: opt -early-cse -S < %s | FileCheck %s 2 ; RUN: opt -basicaa -early-cse-memssa -S < %s | FileCheck %s
|
D | floatingpoint.ll | 1 ; RUN: opt < %s -S -early-cse | FileCheck %s 2 ; RUN: opt < %s -S -basicaa -early-cse-memssa | FileCheck %s
|
D | flags.ll | 1 ; RUN: opt -early-cse -S < %s | FileCheck %s 2 ; RUN: opt -basicaa -early-cse-memssa -S < %s | FileCheck %s
|
D | read-reg.ll | 1 ; RUN: opt -S -early-cse < %s | FileCheck %s 2 ; RUN: opt -S -basicaa -early-cse-memssa < %s | FileCheck %s
|
D | memoryssa.ll | 1 ; RUN: opt < %s -S -early-cse | FileCheck %s --check-prefix=CHECK-NOMEMSSA 2 ; RUN: opt < %s -S -basicaa -early-cse-memssa | FileCheck %s 3 ; RUN: opt < %s -S -passes='early-cse' | FileCheck %s --check-prefix=CHECK-NOMEMSSA 4 ; RUN: opt < %s -S -aa-pipeline=basic-aa -passes='early-cse-memssa' | FileCheck %s
|
D | conditional.ll | 1 ; RUN: opt -early-cse -S < %s | FileCheck %s 2 ; RUN: opt -basicaa -early-cse-memssa -S < %s | FileCheck %s
|
D | readnone-mayunwind.ll | 1 ; RUN: opt -S -early-cse < %s | FileCheck %s
|
D | fence.ll | 1 ; RUN: opt -S -early-cse < %s | FileCheck %s 2 ; RUN: opt < %s -S -basicaa -early-cse-memssa | FileCheck %s
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/EarlyCSE/AArch64/ |
D | ldstN.ll | 1 ; RUN: opt -S -early-cse < %s | FileCheck %s 2 ; RUN: opt -S -basicaa -early-cse-memssa < %s | FileCheck %s
|
/external/python/google-api-python-client/samples/customsearch/ |
D | main.py | 37 res = service.cse().list(
|
/external/u-boot/arch/arm/dts/ |
D | zynq-cse-qspi-single.dts | 8 #include "zynq-cse-qspi.dtsi"
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | mmx-bitcast-fold.ll | 1 ; RUN: opt -mtriple=x86_64-- -early-cse < %s -S | FileCheck %s
|
/external/llvm/test/CodeGen/X86/ |
D | mmx-bitcast-fold.ll | 1 ; RUN: opt -mtriple=x86_64-- -early-cse < %s -S | FileCheck %s
|
/external/llvm/test/Transforms/EarlyCSE/ |
D | instsimplify-dom.ll | 1 ; RUN: opt -early-cse -S < %s | FileCheck %s
|
D | flags.ll | 1 ; RUN: opt -early-cse -S < %s | FileCheck %s
|
D | floatingpoint.ll | 1 ; RUN: opt < %s -S -early-cse | FileCheck %s
|
/external/icu/icu4c/source/config/ |
D | mh-beos | 18 # -ffunction-cse -fstrength-reduce -fthread-jumps -fcse-follow-jumps \ 19 # -fcse-skip-blocks -frerun-cse-after-loop -frerun-loop-opt \
|
/external/llvm/test/Feature/OperandBundles/ |
D | special-state.ll | 1 ; RUN: opt -S -early-cse < %s | FileCheck %s
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Feature/OperandBundles/ |
D | special-state.ll | 1 ; RUN: opt -S -early-cse < %s | FileCheck %s
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Thumb/ |
D | machine-cse-physreg.mir | 1 # RUN: llc -mtriple thumbv5e -run-pass=machine-cse -o - %s | FileCheck %s
|