Home
last modified time | relevance | path

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

12345678910>>...58

/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/llvm-project/llvm/test/Transforms/DeadStoreElimination/MemDepAnalysis/
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/llvm-project/llvm/test/Transforms/NewGVN/
Dfence-xfail.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/llvm-project/llvm/test/Transforms/GVN/
Dfence.ll4 ; We can value forward across the fence since we can (semantically)
31 ; We can not value forward across an acquire barrier since we might
57 ; across both the fences, because the load is from
75 ; Another example of why forwarding across an acquire fence is problematic
87 ; Given we chose to forward across the release fence, we clearly can't forward
88 ; 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/tensorflow/tensorflow/core/api_def/base_api/
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."
22 # here a[4] = 166.32 which is the largest element of a across axis 0
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."
22 # here a[0] = 1 which is the smallest element of a across axis 0
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_CudnnRNNCanonicalToParamsV2.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_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_CudnnRNNParamsToCanonicalV2.pbtxt8 Note that the params buffer may not be compatible across different GPUs. So any
18 and restoration. They are more likely to be compatible across different
21 and restoration. They are more likely to be compatible across different
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_MultiDeviceIterator.pbtxt12 A list of devices the iterator works across.
19 across multiple sessions.
/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/llvm-project/clang/test/Analysis/
Dlocalization.m121 …ng(@"TYPE_PLURAL"); // expected-warning {{Plural cases are not supported across all languages. Use…
128 …One reminder")]]; // expected-warning 2 {{Plural cases are not supported across all languages. Use…
137 …for new stories")]; // expected-warning {{Plural cases are not supported across all languages. Use…
139 …@"One new story")]; // expected-warning {{Plural cases are not supported across all languages. Use…
146 …ular",nil), count]; // expected-warning {{Plural cases are not supported across all languages. Use…
148 …ural",nil), count]; // expected-warning {{Plural cases are not supported across all languages. Use…
156 …ular",nil), count]; // expected-warning {{Plural cases are not supported across all languages. Use…
158 …ural",nil), count]; // expected-warning {{Plural cases are not supported across all languages. Use…
172 …value.plural",nil); // expected-warning {{Plural cases are not supported across all languages. Use…
/external/tensorflow/tensorflow/core/framework/
Dvariable.proto20 // `ON_WRITE`: Indicates that the variable will be updated across devices
23 // `ON_READ`: Indicates that the variable will be aggregated across devices
34 // `SUM`: Add the updates across replicas.
36 // `MEAN`: Take the arithmetic mean ("average") of the updates across
/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/llvm-project/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/llvm-project/llvm/test/Transforms/EarlyCSE/
Dint_sideeffect.ll5 ; Store-to-load forwarding across a @llvm.sideeffect.
16 ; Redundant load elimination across a @llvm.sideeffect.
/external/markdown/MarkdownTest/Tests_2007/
DLinks, reference style.text65 breaks] across lines.
68 breaks] across lines, but with a line-ending space.
/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>
/external/llvm-project/llvm/test/Transforms/DeadStoreElimination/MSSA/
Datomic-todo.ll9 ; atomic ops, just some transformations are not allowed across release-acquire pairs.
14 ; DSE across monotonic load (allowed as long as the eliminated store isUnordered)
/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.

12345678910>>...58