Home
last modified time | relevance | path

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

12345678910>>...23

/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/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.
Datomic.ll9 ; GVN across unordered store (allowed)
21 ; GVN across unordered load (allowed)
56 ; GVN across release-acquire pair (forbidden)
69 ; GVN across monotonic store (allowed)
81 ; GVN of an unordered across monotonic load (not allowed)
187 ; Can't DSE across a full fence
199 ; Can't DSE across a full fence
211 ; Can't DSE across a full singlethread fence
223 ; Can't DSE across a full fence
235 ; Can't DSE across a full fence
/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/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/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/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>
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/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.
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetSchedule.td17 // available across all chip sets for the target. Eg., IntUnit, FPUnit, ...
18 // These may be independent values for each chip set or may be shared across
72 // instructions across chip sets. An instruction uses the same itinerary class
73 // across all chip sets. Thus a new chip set can be added without modifying
/external/llvm/test/Transforms/EarlyCSE/
Dfence.ll9 ; We can value forward across the fence since we can (semantically)
37 ; We can not value forward across an acquire barrier since we might
74 ; We *could* DSE across this fence, but don't. No other thread can
/external/curl/m4/
Dcurl-override.m440 dnl and use fixed macro across Autoconf versions.
56 dnl and use fixed macro across Autoconf versions.
/external/llvm/include/llvm/Target/
DTargetItinerary.td20 // available across all chip sets for the target. Eg., IntUnit, FPUnit, ...
21 // These may be independent values for each chip set or may be shared across
75 // instructions across chip sets. An instruction uses the same itinerary class
76 // across all chip sets. Thus a new chip set can be added without modifying
/external/icu/icu4c/source/test/testdata/
Dcalendar.txt223 { // across year
230 { // across year
302 { // across year
309 { // across year
408 { // across year
/external/ltp/utils/ffsb-6.0-rc2/
Dpublic-description3 workloads, and it supports multiple groups of threads across multiple
/external/libxml2/result/
Dcdata-2-byte-UTF-8.xml.rdr1 0 8 #comment 0 1 This tests that two-byte UTF-8 characters are parsed properly when split across a…
Dcdata-2-byte-UTF-8.xml.rde1 0 8 #comment 0 1 This tests that two-byte UTF-8 characters are parsed properly when split across a…
Dcdata-3-byte-UTF-8.xml.rde1 0 8 #comment 0 1 This tests that three-byte UTF-8 characters are parsed properly when split across
Dcdata-3-byte-UTF-8.xml.rdr1 0 8 #comment 0 1 This tests that three-byte UTF-8 characters are parsed properly when split across
Dcdata-4-byte-UTF-8.xml.rdr1 0 8 #comment 0 1 This tests that four-byte UTF-8 characters are parsed properly when split across
Dcdata-4-byte-UTF-8.xml.rde1 0 8 #comment 0 1 This tests that four-byte UTF-8 characters are parsed properly when split across
/external/ltp/testcases/kernel/hotplug/memory_hotplug/Scripts/
Dtest42 # interleave across (0,1); then migrate to (2,3)
/external/ltp/testcases/kernel/hotplug/memory_hotplug/Xpm-tests/
Dtest-mpm-anon-1g-interleaved2 # interleave across (0,1); then migrate to (2,3)
/external/llvm/test/YAMLParser/
Dspec-10-08.test4 # key spans across multiple lines and that another simple key is longer than

12345678910>>...23