Searched refs:across (Results 1 – 25 of 1048) sorted by relevance
12345678910>>...42
/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/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/NewGVN/ |
D | fence.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/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GVN/ |
D | fence.ll | 4 ; 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.
|
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/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/tensorflow/tensorflow/core/api_def/base_api/ |
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_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."
|
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."
|
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_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_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_MultiDeviceIterator.pbtxt | 12 A list of devices the iterator works across. 19 across multiple sessions.
|
D | api_def_SparseToSparseSetOperation.pbtxt | 22 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/ |
D | atomic.ll | 9 ; 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/swiftshader/third_party/llvm-7.0/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/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/swiftshader/third_party/LLVM/test/Transforms/DeadStoreElimination/ |
D | atomic.ll | 8 ; 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/ |
D | int_sideeffect.ll | 5 ; 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/ |
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>
|
D | ListCommandHandler.groovy | 31 * 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/ |
D | Links, reference style.text | 65 breaks] across lines. 68 breaks] across lines, but with a line-ending space.
|
/external/skia/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.
|
/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>>...42