Searched refs:across (Results 1 – 25 of 1431) sorted by relevance
12345678910>>...58
/external/llvm/test/Transforms/DeadStoreElimination/ |
D | atomic.ll | 8 ; 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/ |
D | atomic.ll | 8 ; 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/ |
D | fence-xfail.ll | 5 ; 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.
|
D | int_sideeffect.ll | 5 ; Store-to-load forwarding across a @llvm.sideeffect. 16 ; Redundant load elimination across a @llvm.sideeffect.
|
/external/llvm-project/llvm/test/Transforms/GVN/ |
D | fence.ll | 4 ; 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.
|
D | int_sideeffect.ll | 5 ; 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/ |
D | api_def_ArgMax.pbtxt | 7 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
|
D | api_def_ArgMin.pbtxt | 7 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
|
D | api_def_NcclAllReduce.pbtxt | 3 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.
|
D | api_def_CudnnRNNCanonicalToParamsV2.pbtxt | 8 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
|
D | api_def_ReduceJoin.pbtxt | 36 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`
|
D | api_def_CudnnRNNParamsToCanonicalV2.pbtxt | 8 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
|
D | api_def_CudnnRNNCanonicalToParams.pbtxt | 8 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
|
D | api_def_CudnnRNNParamsToCanonical.pbtxt | 8 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
|
D | api_def_MultiDeviceIterator.pbtxt | 12 A list of devices the iterator works across. 19 across multiple sessions.
|
/external/llvm/test/Transforms/GVN/ |
D | fence.ll | 3 ; 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/ |
D | localization.m | 121 …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/ |
D | variable.proto | 20 // `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/ |
D | nonescaping-noalias.ll | 11 ; 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/ |
D | nonescaping-noalias.ll | 11 ; 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/ |
D | int_sideeffect.ll | 5 ; Store-to-load forwarding across a @llvm.sideeffect. 16 ; Redundant load elimination across a @llvm.sideeffect.
|
/external/markdown/MarkdownTest/Tests_2007/ |
D | Links, reference style.text | 65 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/ |
D | NlstCommandHandler.groovy | 30 * 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/ |
D | atomic-todo.ll | 9 ; 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/ |
D | index.md | 6 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