Home
last modified time | relevance | path

Searched refs:across (Results 1 – 25 of 1049) sorted by relevance

12345678910>>...42

/external/llvm/test/Transforms/DeadStoreElimination/
Datomic.ll8 ; atomic ops, just some transformations are not allowed across release-acquire pairs.
15 ; DSE across unordered store (allowed)
78 ; DSE across monotonic load (allowed as long as the eliminated store isUnordered)
89 ; DSE across monotonic store (allowed as long as the eliminated store isUnordered)
100 ; DSE across monotonic load (forbidden since the eliminated store is atomic)
111 ; DSE across monotonic store (forbidden since the eliminated store is atomic)
122 ; But DSE is not allowed across a release-acquire pair.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/DeadStoreElimination/
Datomic.ll8 ; atomic ops, just some transformations are not allowed across release-acquire pairs.
15 ; DSE across unordered store (allowed)
78 ; DSE across monotonic load (allowed as long as the eliminated store isUnordered)
89 ; DSE across monotonic store (allowed as long as the eliminated store isUnordered)
100 ; DSE across monotonic load (forbidden since the eliminated store is atomic)
111 ; DSE across monotonic store (forbidden since the eliminated store is atomic)
122 ; But DSE is not allowed across a release-acquire pair.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/NewGVN/
Dfence.ll5 ; We can value forward across the fence since we can (semantically)
32 ; We can not value forward across an acquire barrier since we might
58 ; across both the fences, because the load is from
76 ; Another example of why forwarding across an acquire fence is problematic
88 ; Given we chose to forward across the release fence, we clearly can't forward
89 ; across the acquire fence as well.
Dint_sideeffect.ll5 ; Store-to-load forwarding across a @llvm.sideeffect.
16 ; Redundant load elimination across a @llvm.sideeffect.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GVN/
Dfence.ll4 ; We can value forward across the fence since we can (semantically)
33 ; We can not value forward across an acquire barrier since we might
59 ; across both the fences, because the load is from
77 ; Another example of why forwarding across an acquire fence is problematic
89 ; Given we chose to forward across the release fence, we clearly can't forward
90 ; across the acquire fence as well.
Dint_sideeffect.ll5 ; Store-to-load forwarding across a @llvm.sideeffect.
16 ; Redundant load elimination across a @llvm.sideeffect.
29 ; LICM across a @llvm.sideeffect.
/external/llvm/test/Transforms/GVN/
Dfence.ll3 ; We can value forward across the fence since we can (semantically)
30 ; We can not value forward across an acquire barrier since we might
55 ; Another example of why forwarding across an acquire fence is problematic
67 ; Given we chose to forward across the release fence, we clearly can't forward
68 ; across the acquire fence as well.
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_NcclAllReduce.pbtxt3 summary: "Outputs a tensor containing the reduction across all input tensors."
5 Outputs a tensor containing the reduction across all input tensors passed to ops
13 data: the value of the reduction across all `num_devices` devices.
Dapi_def_ArgMax.pbtxt7 Describes which dimension of the input Tensor to reduce across. For vectors,
11 summary: "Returns the index with the largest value across dimensions of a tensor."
Dapi_def_ArgMin.pbtxt7 Describes which dimension of the input Tensor to reduce across. For vectors,
11 summary: "Returns the index with the smallest value across dimensions of a tensor."
Dapi_def_CudnnRNNCanonicalToParams.pbtxt8 Note that the params buffer may not be compatible across different GPUs. So any
16 and restoration. They are more likely to be compatible across different
19 and restoration. They are more likely to be compatible across different
Dapi_def_CudnnRNNParamsToCanonical.pbtxt8 Note that the params buffer may not be compatible across different GPUs. So any
19 and restoration. They are more likely to be compatible across different
22 and restoration. They are more likely to be compatible across different
Dapi_def_ReduceJoin.pbtxt36 summary: "Joins a string Tensor across the given dimensions."
38 Computes the string join across dimensions in the given string Tensor of shape
42 indices are not specified, joins across all dimensions beginning from `n - 1`
Dapi_def_MultiDeviceIterator.pbtxt12 A list of devices the iterator works across.
19 across multiple sessions.
Dapi_def_SparseToSparseSetOperation.pbtxt22 max set size across `0...n-1` dimensions.
44 max set size across `0...n-1` dimensions.
64 is the max result set size across all `0...n-1` dimensions.
/external/swiftshader/third_party/LLVM/test/Transforms/GVN/
Datomic.ll9 ; GVN across unordered store (allowed)
21 ; GVN across seq_cst store (allowed in theory; not implemented ATM)
33 ; GVN across unordered load (allowed)
46 ; GVN across acquire load (load after atomic load must not be removed)
/external/llvm/test/Analysis/GlobalsModRef/
Dnonescaping-noalias.ll11 ; Ensure that we can fold a store to a load of a global across a store to
28 ; Ensure that we can fold a store to a load of a global across a store to
47 ; Ensure that we can fold a store to a load of a global across a store to
68 ; Ensure that we can fold a store to a load of a global across a store to
102 ; Ensure that we can fold a store to a load of a global across a store to
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/GlobalsModRef/
Dnonescaping-noalias.ll11 ; Ensure that we can fold a store to a load of a global across a store to
28 ; Ensure that we can fold a store to a load of a global across a store to
47 ; Ensure that we can fold a store to a load of a global across a store to
68 ; Ensure that we can fold a store to a load of a global across a store to
102 ; Ensure that we can fold a store to a load of a global across a store to
/external/swiftshader/third_party/LLVM/test/Transforms/DeadStoreElimination/
Datomic.ll8 ; atomic ops, just some transformations are not allowed across them.
15 ; DSE across unordered store (allowed)
27 ; DSE across seq_cst load (allowed in theory; not implemented ATM)
39 ; DSE across seq_cst store (store before atomic store must not be removed)
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/EarlyCSE/
Dint_sideeffect.ll5 ; Store-to-load forwarding across a @llvm.sideeffect.
16 ; Redundant load elimination across a @llvm.sideeffect.
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/groovy/org/mockftpserver/fake/command/
DNlstCommandHandler.groovy30 * the current directory across the data connection</li>
32 * then send a directory listing for the specified directory across the data connection</li>
34 * then send an empty response across the data connection</li>
DListCommandHandler.groovy31 * the current directory across the data connection</li>
33 * then send a directory listing for the specified directory across the data connection</li>
35 * for the specified file across the data connection</li>
/external/markdown/MarkdownTest/Tests_2007/
DLinks, reference style.text65 breaks] across lines.
68 breaks] across lines, but with a line-ending space.
/external/skqp/site/dev/testing/
Dindex.md6 Tests are executed by our trybots, for every commit, across most of our
14 SKP files, a binary format for draw commands, across up to one million websites.
/external/skia/site/dev/testing/
Dindex.md6 Tests are executed by our trybots, for every commit, across most of our
14 SKP files, a binary format for draw commands, across up to one million websites.

12345678910>>...42