Home
last modified time | relevance | path

Searched refs:stores (Results 1 – 25 of 833) sorted by relevance

12345678910>>...34

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
DExtendedPKIXParameters.java28 private List stores; field in ExtendedPKIXParameters
65 stores = new ArrayList(); in ExtendedPKIXParameters()
133 stores = new ArrayList(_params.stores); in setParams()
210 public void setCertStores(List stores) in setCertStores() argument
212 if (stores != null) in setCertStores()
214 Iterator it = stores.iterator(); in setCertStores()
233 public void setStores(List stores) in setStores() argument
235 if (stores == null) in setStores()
237 this.stores = new ArrayList(); in setStores()
241 for (Iterator i = stores.iterator(); i.hasNext();) in setStores()
[all …]
/external/llvm/test/CodeGen/SystemZ/
Dvec-move-03.ll1 ; Test vector stores.
5 ; Test v16i8 stores.
14 ; Test v8i16 stores.
23 ; Test v4i32 stores.
32 ; Test v2i64 stores.
41 ; Test v4f32 stores.
50 ; Test v2f64 stores.
113 ; Test v2i8 stores.
122 ; Test v4i8 stores.
131 ; Test v8i8 stores.
[all …]
/external/libhevc/common/arm/
Dihevc_inter_pred_chroma_vert_w16out.s112 stmfd sp!,{r4-r12,r14} @stack stores the values of the arguments
162 vst1.8 {q3},[r1]! @stores the loaded value
164 vst1.8 {q2},[r6] @stores the loaded value
202 vst1.32 {d4},[r1] @stores the loaded value
204 vst1.32 {d5},[r6] @stores the loaded value
257 vst1.8 {q15},[r1]! @stores the loaded value
274 vst1.8 {q14},[r7],r3 @stores the loaded value
287 vst1.8 {q13},[r7],r3 @stores the loaded value
294 vst1.8 {q12},[r7],r3 @stores the loaded value
311 vst1.8 {q15},[r1]! @stores the loaded value
[all …]
Dihevc_inter_pred_chroma_vert_w16inp_w16out.s112 stmfd sp!, {r4-r12, r14} @stack stores the values of the arguments
161 vst1.32 {d0},[r1]! @stores the loaded value
162 vst1.32 {d30},[r7] @stores the loaded value
222 vst1.32 {d30},[r1]! @stores the loaded value
239 vst1.32 {d28},[r9],r3 @stores the loaded value
250 vst1.32 {d26},[r9],r3 @stores the loaded value
260 vst1.32 {d24},[r9] @stores the loaded value
276 vst1.32 {d30},[r1]! @stores the loaded value
288 vst1.32 {d28},[r9],r3 @stores the loaded value
298 vst1.32 {d26},[r9],r3 @stores the loaded value
[all …]
Dihevc_inter_pred_chroma_vert.s112 stmfd sp!,{r4-r12,r14} @stack stores the values of the arguments
163 vst1.8 {d6},[r1]! @stores the loaded value
165 vst1.8 {d4},[r6] @stores the loaded value
204 vst1.32 {d4[0]},[r1] @stores the loaded value
206 vst1.32 {d4[1]},[r6] @stores the loaded value
259 vst1.8 {d30},[r1]! @stores the loaded value
276 vst1.8 {d28},[r7],r3 @stores the loaded value
292 vst1.8 {d26},[r7],r3 @stores the loaded value
300 vst1.8 {d24},[r7],r3 @stores the loaded value
320 vst1.8 {d30},[r1]! @stores the loaded value
[all …]
Dihevc_inter_pred_chroma_vert_w16inp.s112 stmfd sp!, {r4-r12, r14} @stack stores the values of the arguments
163 vst1.32 {d0[0]},[r1]! @stores the loaded value
164 vst1.32 {d30[0]},[r7] @stores the loaded value
224 vst1.32 {d30[0]},[r1]! @stores the loaded value
242 vst1.32 {d28[0]},[r9],r3 @stores the loaded value
254 vst1.32 {d26[0]},[r9],r3 @stores the loaded value
265 vst1.32 {d24[0]},[r9] @stores the loaded value
282 vst1.32 {d30[0]},[r1]! @stores the loaded value
295 vst1.32 {d28[0]},[r9],r3 @stores the loaded value
306 vst1.32 {d26[0]},[r9],r3 @stores the loaded value
[all …]
/external/v8/tools/testrunner/local/
Dperfdata.py97 self.stores = {} # Keyed by arch, then mode.
106 for arch in self.stores:
107 modes = self.stores[arch]
115 if not arch in self.stores:
116 self.stores[arch] = {}
117 modes = self.stores[arch]
/external/swiftshader/src/Reactor/
DOptimizer.cpp61 std::vector<Ice::Inst*> stores; member
134 if(addressUses.stores.empty()) in eliminateUnitializedLoads()
189 if(addressUses.stores.size() == 1) in eliminateLoadsFollowingSingleStore()
191 Ice::Inst *store = addressUses.stores[0]; in eliminateLoadsFollowingSingleStore()
290 Ice::CfgNode *singleBasicBlock = node[addressUses.stores[0]]; in optimizeStoresInSingleBasicBlock()
292 for(size_t i = 1; i < addressUses.stores.size(); i++) in optimizeStoresInSingleBasicBlock()
294 Ice::Inst *store = addressUses.stores[i]; in optimizeStoresInSingleBasicBlock()
478 return uses[address].size() == uses[address].stores.size(); // Dead if all uses are stores in isDead()
634 return size() == (loads.size() + stores.size()); in areOnlyLoadStore()
652 stores.push_back(instruction); in insert()
[all …]
/external/swiftshader/third_party/subzero/tests_lit/asan_tests/
Delidelocalchecks.ll1 ; Test that direct loads and stores of local variables are not checked.
29 ; unchecked stores
54 ; checked stores
63 ; loads and stores with elided redundant checks
76 ; Direct unchecked loads and stores
88 ; Checked stores
102 ; Loads and stores with elided redundant checks
/external/llvm/test/Instrumentation/MemorySanitizer/
Dstore-long-origin.ll7 ; Test origin for longer stores.
28 ; Two 4-byte origin stores
45 ; Three 4-byte origin stores
63 ; 8-byte + 4-byte origin stores
80 ; 3 8-byte origin stores
Dcheck-constant-shadow.ll19 ; This function stores known initialized value.
20 ; Expect 2 stores: one for the shadow (0), one for the value (42), but no origin.
36 ; This function stores known uninitialized value.
37 ; Expect 3 stores: shadow, value and origin.
/external/llvm/docs/
DAtomics.rst36 pair of volatile stores. On the other hand, a non-volatile non-atomic load can
54 because any optimization dealing with stores needs to be aware of it.
99 For cases where simple loads and stores are not sufficient, LLVM provides
104 non-atomic loads and stores, but provide additional guarantees in situations
150 The rule is essentially that all memory accessed with basic loads and stores
154 variable. Note that NotAtomic volatile loads and stores are not properly
161 otherwise exist is allowed; introducing stores to shared variables is not. See
167 unaligned stores: it is not allowed in general to convert an unaligned store
168 into two aligned stores of the same width as the unaligned store. Backends are
194 stores.)
[all …]
/external/llvm/test/CodeGen/AArch64/
Dmerge-store.ll24 ; PR21711 - Merge vector stores into wider vector stores.
26 ; On Cyclone, the stores should not get merged into a 16-byte store because
27 ; unaligned 16-byte stores are slow. This test would infinite loop when
/external/llvm/test/Transforms/LoopVectorize/
Dif-pred-stores.ll1 ; RUN: opt -S -vectorize-num-stores-pred=1 -force-vector-width=1 -force-vector-interleave=2 -loop-v…
2 ; RUN: opt -S -vectorize-num-stores-pred=1 -force-vector-width=1 -force-vector-interleave=2 -loop-v…
3 …RUN: opt -S -vectorize-num-stores-pred=1 -force-vector-width=2 -force-vector-interleave=1 -loop-ve…
4 …RUN: opt -S -vectorize-num-stores-pred=1 -force-vector-width=2 -force-vector-interleave=1 -loop-ve…
9 ; Test predication of stores.
/external/llvm/test/Transforms/SLPVectorizer/X86/
Datomics.ll7 ; The SLPVectorizer should not vectorize atomic stores and it should not
8 ; schedule regular stores around atomic stores.
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
DPKIXCertPathBuilderSpi.java226 List stores = new ArrayList(); in build() local
229 stores.addAll(pkixParams.getBaseParameters().getCertificateStores()); in build()
234 stores.addAll(CertPathValidatorUtilities.getAdditionalStoresFromAltNames( in build()
248 …lidatorUtilities.findIssuerCerts(tbvCert, pkixParams.getBaseParameters().getCertStores(), stores)); in build()
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/
Dalign-2d-gep.ll4 ; A multi-dimensional array in a nested loop doing vector stores that
7 ; array dimension is not even, so the stores to it won't always be
9 ; stores.
/external/llvm/test/Transforms/InstCombine/
Dalign-2d-gep.ll4 ; A multi-dimensional array in a nested loop doing vector stores that
7 ; array dimension is not even, so the stores to it won't always be
9 ; stores.
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonShuffler.cpp177 unsigned memory = 0, loads = 0, load0 = 0, stores = 0, store0 = 0, store1 = 0; in check() local
242 ++stores; in check()
249 ++stores; in check()
329 if (stores == 1) in check()
331 else if (stores > 1) { in check()
343 if (store1 && stores > 1) { in check()
/external/selinux/libsemanage/utils/
Dsemanage_migrate_store263 stores = None variable
265 stores = [TYPE] variable
267 stores = os.listdir(oldroot_path()) variable
270 for store in stores:
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrAtomics.td30 // Atomic stores
33 // TODO: add atomic stores here...
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
D2008-06-13-NotVolatileLoadStore.ll4 ; These transforms are turned off for volatile loads and stores.
5 ; Check that they weren't turned off for all loads and stores!
/external/llvm/test/Analysis/CostModel/AArch64/
Dstore.ll6 ; and unaligned 16b stores have bad performance.
10 ; We scalarize the loads/stores because there is no vector register name for
/external/llvm/test/CodeGen/PowerPC/
Dunaligned.ll87 ; These loads and stores are legalized into aligned loads and stores
95 ; For VSX on P7, unaligned loads and stores are preferable to aligned
Dunal4-std.ll14 ; This will generate two align-1 i64 stores. Make sure that they are
15 ; indexed stores and not in r+i form (which require the offset to be

12345678910>>...34