Home
last modified time | relevance | path

Searched refs:reuses (Results 1 – 25 of 52) sorted by relevance

123

/external/tensorflow/tensorflow/compiler/xla/service/
Dconditional_code_motion.cc961 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()
Dinstruction_fusion.cc731 bool reuses = consumer->ReusesOperandElements(operand_index); in ReusesOperandElements() local
735 if (reuses) { in ReusesOperandElements()
740 return reuses; in ReusesOperandElements()
/external/mesa3d/docs/drivers/
Dopenswr.rst11 fits into the gallium framework, and reuses gallivm for doing the TGSI
/external/llvm-project/polly/lib/External/isl/m4/
Dax_cxx_compile_stdcxx_11_no_override.m416 # that reuses its _AX_CXX_COMPILE_STDCXX_testbody_11.
/external/llvm-project/llvm/test/CodeGen/Hexagon/
Dswp-reuse-phi.ll4 ; Test that the code which reuses existing Phis works when the Phis are used
Dswp-epilog-reuse-1.ll4 ; Test that the pipeliner reuses an existing Phi when generating the epilog
/external/autotest/server/site_tests/network_WiFi_SimpleConnect/
Dcontrol.wifi_check1x_PEAP25 # we presume that supplicant reuses this code between inner authentication
Dcontrol.wifi_check1x_TTLS25 # we presume that supplicant reuses this code between inner authentication
/external/googletest/docs/
Dsamples.md14 * Sample #5 puts shared testing logic in a base test fixture, and reuses it in
/external/llvm-project/llvm/test/Transforms/SafeStack/X86/
Dlayout-frag.ll1 ; Test that safestack layout reuses a region w/o fragmentation.
/external/tensorflow/tensorflow/security/advisory/
Dtfsa-2020-006.md25 code to ensure that no operator reuses tensors as both inputs and outputs. Care
Dtfsa-2020-007.md38 code to ensure that no operator reuses tensors as both inputs and outputs. Care
/external/tensorflow/tensorflow/compiler/mlir/g3doc/
Doverview.md16 MLIR is highly influenced by [LLVM](https://llvm.org/) and unabashedly reuses
/external/tensorflow/tensorflow/tools/def_file_filter/
Ddef_file_filter_configure.bzl3 This repository reuses Bazel's VC detect mechanism to find undname.exe,
/external/llvm-project/llvm/test/DebugInfo/X86/
Ddbg-value-funcarg3.ll16 ; We expect that the same width COPY reuses the debug location,
/external/curl/docs/
DPARALLEL-TRANSFERS.md43 that reuses the same connection, the second handle can't send the necessary
/external/llvm/test/CodeGen/ARM/
Dgpr-paired-spill.ll32 ; it reuses the original though.
/external/swiftshader/third_party/SPIRV-Tools/source/reduce/
DCMakeLists.txt91 # The reducer reuses a lot of functionality from the SPIRV-Tools library.
/external/llvm-project/llvm/test/CodeGen/ARM/
Dgpr-paired-spill.ll32 ; it reuses the original though.
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/reduce/
DCMakeLists.txt95 # The reducer reuses a lot of functionality from the SPIRV-Tools library.
/external/deqp-deps/SPIRV-Tools/source/reduce/
DCMakeLists.txt91 # The reducer reuses a lot of functionality from the SPIRV-Tools library.
/external/llvm/test/Transforms/LoopStrengthReduce/
D2011-10-13-SCEVChain.ll9 ; Verify that -loop-reduce runs without "hanging" and reuses post-inc
/external/llvm-project/llvm/test/Transforms/LoopStrengthReduce/
D2011-10-13-SCEVChain.ll9 ; Verify that -loop-reduce runs without "hanging" and reuses post-inc
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_op_interfaces.td135 or looks up and reuses an existing resource handle.
/external/libwebsockets/READMEs/
DREADME.lws_dll.md106 - for `lws_dll`, it reuses an `lws_dll` as the "owner", for `lws_dll2`, there's a

123