Home
last modified time | relevance | path

Searched refs:store (Results 1 – 25 of 9199) sorted by relevance

12345678910>>...368

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/MSP430/
DBranchSelector.ll12 store volatile i16 11, i16* @reg, align 2
13 store volatile i16 13, i16* @reg, align 2
14 store volatile i16 17, i16* @reg, align 2
15 store volatile i16 11, i16* @reg, align 2
16 store volatile i16 13, i16* @reg, align 2
17 store volatile i16 17, i16* @reg, align 2
18 store volatile i16 11, i16* @reg, align 2
19 store volatile i16 13, i16* @reg, align 2
20 store volatile i16 17, i16* @reg, align 2
21 store volatile i16 11, i16* @reg, align 2
[all …]
/external/e2fsprogs/tests/progs/test_data/
Dtest.icount11 store 0 0
15 store 20001 0
21 # OK, now let's test fetch and store. We also test the boundary cases
25 store 1 1
27 store 1 2
29 store 1 3
31 store 1 1
33 store 1 0
36 store 20000 0
38 store 20000 3
[all …]
Dexpect.icount3 test_icount: store 0 0
4 store: Invalid argument passed to ext2 library while calling ext2fs_icount_store
11 test_icount: store 20001 0
12 store: Invalid argument passed to ext2 library while calling ext2fs_icount_store
23 test_icount: store 1 1
26 test_icount: store 1 2
29 test_icount: store 1 3
32 test_icount: store 1 1
35 test_icount: store 1 0
40 test_icount: store 20000 0
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoadStoreVectorizer/AMDGPU/
Dmerge-stores-private.ll1 …mdhsa -mattr=+max-private-element-size-4,-unaligned-scratch-access -load-store-vectorizer -S -o -…
2 …mdhsa -mattr=+max-private-element-size-8,-unaligned-scratch-access -load-store-vectorizer -S -o -…
3 …mdhsa -mattr=+max-private-element-size-16,-unaligned-scratch-access -load-store-vectorizer -S -o -…
4 …mdhsa -mattr=+max-private-element-size-4,+unaligned-scratch-access -load-store-vectorizer -S -o -…
5 …mdhsa -mattr=+max-private-element-size-8,+unaligned-scratch-access -load-store-vectorizer -S -o -…
6 …mdhsa -mattr=+max-private-element-size-16,+unaligned-scratch-access -load-store-vectorizer -S -o -…
10 ; ALIGNED: store i32
11 ; ALIGNED: store i32
12 ; ALIGNED: store i32
13 ; ALIGNED: store i32
[all …]
/external/libhevc/common/arm/
Dihevc_padding.s122 vst1.8 {d0,d1},[r4]! @128/8 = 16 bytes store
123 vst1.8 {d0,d1},[r4]! @ 16 bytes store
124 vst1.8 {d0,d1},[r4]! @ 16 bytes store
125 vst1.8 {d0,d1},[r4]! @ 16 bytes store
126 vst1.8 {d0,d1},[r4] @ 16 bytes store
130 vst1.8 {d2,d3},[r5]! @128/8 = 16 bytes store
131 vst1.8 {d2,d3},[r5]! @128/8 = 16 bytes store
132 vst1.8 {d2,d3},[r5]! @128/8 = 16 bytes store
133 vst1.8 {d2,d3},[r5]! @128/8 = 16 bytes store
134 vst1.8 {d2,d3},[r5] @128/8 = 16 bytes store
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/DeadStoreElimination/
Datomic.ll15 ; DSE across unordered store (allowed)
18 ; CHECK-NOT: store i32 0
19 ; CHECK: store i32 1
20 store i32 0, i32* @x
21 store atomic i32 0, i32* @y unordered, align 4
22 store i32 1, i32* @x
26 ; DSE remove unordered store (allowed)
29 ; CHECK-NOT: store atomic
30 ; CHECK: store i32 1
31 store atomic i32 0, i32* @x unordered, align 4
[all …]
/external/llvm/test/Transforms/DeadStoreElimination/
Datomic.ll15 ; DSE across unordered store (allowed)
18 ; CHECK-NOT: store i32 0
19 ; CHECK: store i32 1
20 store i32 0, i32* @x
21 store atomic i32 0, i32* @y unordered, align 4
22 store i32 1, i32* @x
26 ; DSE remove unordered store (allowed)
29 ; CHECK-NOT: store atomic
30 ; CHECK: store i32 1
31 store atomic i32 0, i32* @x unordered, align 4
[all …]
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/data/
DExecutionDataStoreTest.java36 private ExecutionDataStore store; field in ExecutionDataStoreTest
42 store = new ExecutionDataStore(); in setup()
48 assertNull(store.get(123)); in testEmpty()
49 assertFalse(store.contains("org/jacoco/example/Foo")); in testEmpty()
50 store.accept(this); in testEmpty()
57 store.put(new ExecutionData(1000, "Sample", probes)); in testPut()
58 final ExecutionData data = store.get(1000); in testPut()
60 assertTrue(store.contains("Sample")); in testPut()
61 store.accept(this); in testPut()
69 store.put(new ExecutionData(1000, "Sample0", probes)); in testReentrantAccept()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/CostModel/AArch64/
Dstore.ll2 ; RUN: opt < %s -cost-model -analyze -mtriple=aarch64-unknown -mattr=slow-misaligned-128store | Fil…
12 ; CHECK: cost of 2 for {{.*}} store <4 x i64>
13 ; SLOW_MISALIGNED_128_STORE: cost of 24 for {{.*}} store <4 x i64>
14 store <4 x i64> undef, <4 x i64> * undef
15 ; CHECK-NEXT: cost of 2 for {{.*}} store <8 x i32>
16 ; SLOW_MISALIGNED_128_STORE-NEXT: cost of 24 for {{.*}} store <8 x i32>
17 store <8 x i32> undef, <8 x i32> * undef
18 ; CHECK-NEXT: cost of 2 for {{.*}} store <16 x i16>
19 ; SLOW_MISALIGNED_128_STORE-NEXT: cost of 24 for {{.*}} store <16 x i16>
20 store <16 x i16> undef, <16 x i16> * undef
[all …]
/external/mesa3d/src/mesa/tnl/
Dt_vb_vertex.c140 struct vertex_stage_data *store = (struct vertex_stage_data *)stage->privatePtr; in run_vertex_stage() local
156 VB->EyePtr = TransformRaw( &store->eye, in run_vertex_stage()
161 VB->ClipPtr = TransformRaw( &store->clip, in run_vertex_stage()
184 store->ormask = 0; in run_vertex_stage()
185 store->andmask = CLIP_FRUSTUM_BITS; in run_vertex_stage()
190 &store->proj, in run_vertex_stage()
191 store->clipmask, in run_vertex_stage()
192 &store->ormask, in run_vertex_stage()
193 &store->andmask, in run_vertex_stage()
201 store->clipmask, in run_vertex_stage()
[all …]
Dt_vb_normals.c51 struct normal_stage_data *store = NORMAL_STAGE_DATA(stage); in run_normal_stage() local
55 if (!store->NormalTransform) in run_normal_stage()
66 store->NormalTransform( ctx->ModelviewMatrixStack.Top, in run_normal_stage()
70 &store->normal ); /* resulting normals */ in run_normal_stage()
73 store->normal.stride = 4 * sizeof(GLfloat); in run_normal_stage()
76 store->normal.stride = 0; in run_normal_stage()
79 VB->AttribPtr[_TNL_ATTRIB_NORMAL] = &store->normal; in run_normal_stage()
93 struct normal_stage_data *store = NORMAL_STAGE_DATA(stage); in validate_normal_stage() local
98 store->NormalTransform = NULL; in validate_normal_stage()
114 store->NormalTransform = _mesa_normal_tab[transform | NORM_NORMALIZE]; in validate_normal_stage()
[all …]
Dt_vb_light.c198 update_materials(struct gl_context *ctx, struct light_stage_data *store) in update_materials() argument
202 for (i = 0 ; i < store->mat_count ; i++) { in update_materials()
204 COPY_CLEAN_4V(store->mat[i].current, store->mat[i].size, store->mat[i].ptr); in update_materials()
206 STRIDE_F(store->mat[i].ptr, store->mat[i].stride); in update_materials()
210 _mesa_update_material( ctx, store->mat_bitmask ); in update_materials()
224 struct vertex_buffer *VB, struct light_stage_data *store) in prepare_materials() argument
228 store->mat_count = 0; in prepare_materials()
229 store->mat_bitmask = 0; in prepare_materials()
251 const GLuint j = store->mat_count++; in prepare_materials()
253 store->mat[j].ptr = VB->AttribPtr[i]->start; in prepare_materials()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/
Ddagcombine-store-gep-chain-slow.ll16 store i32 %e4, i32* %e4.addr, align 4
18 store i8 %call, i8* %simd, align 1
21 store i8 32, i8* %arrayinit.begin, align 1
24 store i8 %a2, i8* %arrayinit.element, align 1
26 store i8 -3, i8* %arrayinit.element1, align 1
28 store i8 0, i8* %arrayinit.element2, align 1
30 store i8 33, i8* %arrayinit.element3, align 1
33 store i8 %a3, i8* %arrayinit.element4, align 1
35 store i8 32, i8* %arrayinit.element5, align 1
38 store i8 %a4, i8* %arrayinit.element6, align 1
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dfp-conv-17.mir39 store volatile float %val0, float* %ptr2
40 store volatile float %val1, float* %ptr2
41 store volatile float %val2, float* %ptr2
42 store volatile float %val3, float* %ptr2
43 store volatile float %val4, float* %ptr2
44 store volatile float %val5, float* %ptr2
45 store volatile float %val6, float* %ptr2
46 store volatile float %val7, float* %ptr2
47 store volatile float %val8, float* %ptr2
48 store volatile float %val9, float* %ptr2
[all …]
Dint-conv-11.ll110 store volatile i32 %val0, i32 *%ptr
111 store volatile i32 %val1, i32 *%ptr
112 store volatile i32 %val2, i32 *%ptr
113 store volatile i32 %val3, i32 *%ptr
114 store volatile i32 %val4, i32 *%ptr
115 store volatile i32 %val5, i32 *%ptr
116 store volatile i32 %val6, i32 *%ptr
117 store volatile i32 %val7, i32 *%ptr
118 store volatile i32 %val8, i32 *%ptr
119 store volatile i32 %val9, i32 *%ptr
[all …]
Dspill-01.ll57 store i32 %val0, i32 *%ptr0
58 store i32 %val1, i32 *%ptr1
59 store i32 %val2, i32 *%ptr2
60 store i32 %val3, i32 *%ptr3
61 store i32 %val4, i32 *%ptr4
62 store i32 %val5, i32 *%ptr5
63 store i32 %val6, i32 *%ptr6
68 ; Test a case where at least one i32 load and at least one i32 store
97 store i32 %val0, i32 *%ptr0
98 store i32 %val1, i32 *%ptr1
[all …]
/external/llvm/test/CodeGen/SystemZ/
Dint-conv-11.ll110 store volatile i32 %val0, i32 *%ptr
111 store volatile i32 %val1, i32 *%ptr
112 store volatile i32 %val2, i32 *%ptr
113 store volatile i32 %val3, i32 *%ptr
114 store volatile i32 %val4, i32 *%ptr
115 store volatile i32 %val5, i32 *%ptr
116 store volatile i32 %val6, i32 *%ptr
117 store volatile i32 %val7, i32 *%ptr
118 store volatile i32 %val8, i32 *%ptr
119 store volatile i32 %val9, i32 *%ptr
[all …]
Dspill-01.ll57 store i32 %val0, i32 *%ptr0
58 store i32 %val1, i32 *%ptr1
59 store i32 %val2, i32 *%ptr2
60 store i32 %val3, i32 *%ptr3
61 store i32 %val4, i32 *%ptr4
62 store i32 %val5, i32 *%ptr5
63 store i32 %val6, i32 *%ptr6
68 ; Test a case where at least one i32 load and at least one i32 store
97 store i32 %val0, i32 *%ptr0
98 store i32 %val1, i32 *%ptr1
[all …]
/external/llvm/test/Transforms/SCCP/
Dub-shift.ll6 ; CHECK: store i64 undef
7 store i64 %r1, i64* %p
10 ; CHECK: store i64 undef
11 store i64 %r2, i64* %p
14 ; CHECK: store i64 undef
15 store i64 %r3, i64* %p
23 ; CHECK: store i65 undef
24 store i65 %r1, i65* %p
27 ; CHECK: store i65 undef
28 store i65 %r2, i65* %p
[all …]
/external/llvm/test/Transforms/ConstProp/
Dshift.ll6 ; CHECK: store i64 undef
7 store i64 %r1, i64* %p
10 ; CHECK: store i64 undef
11 store i64 %r2, i64* %p
14 ; CHECK: store i64 undef
15 store i64 %r3, i64* %p
23 ; CHECK: store i65 undef
24 store i65 %r1, i65* %p
27 ; CHECK: store i65 undef
28 store i65 %r2, i65* %p
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/ConstProp/
Dshift.ll6 ; CHECK: store i64 undef
7 store i64 %r1, i64* %p
10 ; CHECK: store i64 undef
11 store i64 %r2, i64* %p
14 ; CHECK: store i64 undef
15 store i64 %r3, i64* %p
23 ; CHECK: store i65 undef
24 store i65 %r1, i65* %p
27 ; CHECK: store i65 undef
28 store i65 %r2, i65* %p
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SCCP/
Dub-shift.ll6 ; CHECK: store i64 undef
7 store i64 %r1, i64* %p
10 ; CHECK: store i64 undef
11 store i64 %r2, i64* %p
14 ; CHECK: store i64 undef
15 store i64 %r3, i64* %p
23 ; CHECK: store i65 undef
24 store i65 %r1, i65* %p
27 ; CHECK: store i65 undef
28 store i65 %r2, i65* %p
[all …]
/external/llvm/test/CodeGen/AMDGPU/
Dcf-stack-bug.ll45 br i1 %1, label %if.2, label %if.store.1
47 if.store.1:
48 store i32 1, i32 addrspace(1)* %out
53 br i1 %2, label %if.3, label %if.2.store
55 if.2.store:
56 store i32 2, i32 addrspace(1)* %out
60 store i32 3, i32 addrspace(1)* %out
78 br i1 %1, label %if.2, label %if.1.store
80 if.1.store:
81 store i32 1, i32 addrspace(1)* %out
[all …]
/external/autotest/server/hosts/
Dfile_store_unittest.py29 store = file_store.FileStore(self._store_file)
30 store.commit(info)
31 got = store.get(force_refresh=True)
39 store = file_store.FileStore(self._store_file)
40 store.commit(info)
49 store = file_store.FileStore(self._store_file)
51 store.get()
62 store = file_store.FileStore(self._store_file,
64 file_lock = locking.FileLock(store._lock_path,
67 store.commit(host_info.HostInfo())
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Darm-storebytesmerge.ll108 store i8 -118, i8* %v190, align 1
110 store i8 -117, i8* %v191, align 1
112 store i8 -116, i8* %v192, align 1
114 store i8 -115, i8* %v193, align 1
116 store i8 -114, i8* %v194, align 1
118 store i8 -113, i8* %v195, align 1
120 store i8 -112, i8* %v196, align 1
122 store i8 -111, i8* %v197, align 1
124 store i8 -110, i8* %v198, align 1
126 store i8 -109, i8* %v199, align 1
[all …]

12345678910>>...368