/external/tensorflow/tensorflow/compiler/xla/service/ |
D | conditional_code_motion.cc | 961 int64 reuses = 0; in ReusesBeforeBoundary() local 978 reuses += ReusesCarriedBy(op, user->users()[0]); in ReusesBeforeBoundary() 980 reuses += ReusesCarriedBy(op, user); in ReusesBeforeBoundary() 983 VLOG(2) << "Reuses before instruction " << user->ToString() << ":" << reuses in ReusesBeforeBoundary() 985 return reuses; in ReusesBeforeBoundary() 1002 int64 reuses = 0; in ReusesAfterBoundary() local 1013 reuses += ReusesCarriedBy(user, all_users[0]); in ReusesAfterBoundary() 1020 reuses += ReusesCarriedBy(user, op); in ReusesAfterBoundary() 1023 << reuses << "\n"; in ReusesAfterBoundary() 1024 return reuses; in ReusesAfterBoundary()
|
D | instruction_fusion.cc | 731 bool reuses = consumer->ReusesOperandElements(operand_index); in ReusesOperandElements() local 735 if (reuses) { in ReusesOperandElements() 740 return reuses; in ReusesOperandElements()
|
/external/mesa3d/docs/drivers/ |
D | openswr.rst | 11 fits into the gallium framework, and reuses gallivm for doing the TGSI
|
/external/llvm-project/polly/lib/External/isl/m4/ |
D | ax_cxx_compile_stdcxx_11_no_override.m4 | 16 # that reuses its _AX_CXX_COMPILE_STDCXX_testbody_11.
|
/external/llvm-project/llvm/test/CodeGen/Hexagon/ |
D | swp-reuse-phi.ll | 4 ; Test that the code which reuses existing Phis works when the Phis are used
|
D | swp-epilog-reuse-1.ll | 4 ; Test that the pipeliner reuses an existing Phi when generating the epilog
|
/external/autotest/server/site_tests/network_WiFi_SimpleConnect/ |
D | control.wifi_check1x_PEAP | 25 # we presume that supplicant reuses this code between inner authentication
|
D | control.wifi_check1x_TTLS | 25 # we presume that supplicant reuses this code between inner authentication
|
/external/googletest/docs/ |
D | samples.md | 14 * Sample #5 puts shared testing logic in a base test fixture, and reuses it in
|
/external/llvm-project/llvm/test/Transforms/SafeStack/X86/ |
D | layout-frag.ll | 1 ; Test that safestack layout reuses a region w/o fragmentation.
|
/external/tensorflow/tensorflow/security/advisory/ |
D | tfsa-2020-006.md | 25 code to ensure that no operator reuses tensors as both inputs and outputs. Care
|
D | tfsa-2020-007.md | 38 code to ensure that no operator reuses tensors as both inputs and outputs. Care
|
/external/tensorflow/tensorflow/compiler/mlir/g3doc/ |
D | overview.md | 16 MLIR is highly influenced by [LLVM](https://llvm.org/) and unabashedly reuses
|
/external/tensorflow/tensorflow/tools/def_file_filter/ |
D | def_file_filter_configure.bzl | 3 This repository reuses Bazel's VC detect mechanism to find undname.exe,
|
/external/llvm-project/llvm/test/DebugInfo/X86/ |
D | dbg-value-funcarg3.ll | 16 ; We expect that the same width COPY reuses the debug location,
|
/external/curl/docs/ |
D | PARALLEL-TRANSFERS.md | 43 that reuses the same connection, the second handle can't send the necessary
|
/external/llvm/test/CodeGen/ARM/ |
D | gpr-paired-spill.ll | 32 ; it reuses the original though.
|
/external/swiftshader/third_party/SPIRV-Tools/source/reduce/ |
D | CMakeLists.txt | 91 # The reducer reuses a lot of functionality from the SPIRV-Tools library.
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | gpr-paired-spill.ll | 32 ; it reuses the original though.
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/reduce/ |
D | CMakeLists.txt | 95 # The reducer reuses a lot of functionality from the SPIRV-Tools library.
|
/external/deqp-deps/SPIRV-Tools/source/reduce/ |
D | CMakeLists.txt | 91 # The reducer reuses a lot of functionality from the SPIRV-Tools library.
|
/external/llvm/test/Transforms/LoopStrengthReduce/ |
D | 2011-10-13-SCEVChain.ll | 9 ; Verify that -loop-reduce runs without "hanging" and reuses post-inc
|
/external/llvm-project/llvm/test/Transforms/LoopStrengthReduce/ |
D | 2011-10-13-SCEVChain.ll | 9 ; Verify that -loop-reduce runs without "hanging" and reuses post-inc
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/ |
D | tf_op_interfaces.td | 135 or looks up and reuses an existing resource handle.
|
/external/libwebsockets/READMEs/ |
D | README.lws_dll.md | 106 - for `lws_dll`, it reuses an `lws_dll` as the "owner", for `lws_dll2`, there's a
|