Home
last modified time | relevance | path

Searched refs:S0 (Results 1 – 25 of 141) sorted by relevance

123456

/external/llvm/test/Transforms/GlobalOpt/
Dcrash-2.ll6 %struct.S0.1.7.13 = type { i8, i8, i8, i8, i16, [2 x i8] }
11 @g_71 = internal global %struct.S0.1.7.13 { i8 1, i8 -93, i8 58, i8 -1, i16 -5, [2 x i8] undef }, a…
14S0.1.7.13, %struct.S0.1.7.13* @g_71, i32 0, i32 0), i8* getelementptr inbounds (%struct.S0.1.7.13,…
17 …%tmp = load i8, i8* getelementptr inbounds (%struct.S0.1.7.13, %struct.S0.1.7.13* @g_71, i32 0, i3…
/external/llvm/test/Linker/
Dfunc-attrs-a.ll4 ; CHECK: call void @check0(%struct.S0* sret null, %struct.S0* byval align 4 null, %struct.S0* align…
5 ; CHECK: define void @check0(%struct.S0* sret %agg.result, %struct.S0* byval %arg0, %struct.S0* %ar…
7 %struct.S0 = type <{ i8, i8, i8, i8 }>
10 …call void @check0(%struct.S0* sret null, %struct.S0* byval align 4 null, %struct.S0* align 4 null,…
14 declare void @check0(%struct.S0*, %struct.S0*, %struct.S0*, %struct.S0*)
Dfunc-attrs-b.ll4 %struct.S0 = type <{ i8, i8, i8, i8 }>
6 define void @check0(%struct.S0* sret %agg.result, %struct.S0* byval %arg0, %struct.S0* %arg1, %stru…
/external/llvm/test/Transforms/GVN/
Dpr17852.ll3 %struct.S0 = type { [2 x i8], [2 x i8], [4 x i8], [2 x i8], i32, i32, i32, i32 }
4 define void @fn1(%struct.S0* byval align 8 %p1) {
8 %f2 = getelementptr inbounds %struct.S0, %struct.S0* %p1, i64 0, i32 2
9 %f9 = getelementptr inbounds %struct.S0, %struct.S0* %p1, i64 0, i32 7
14 %f22 = getelementptr inbounds %struct.S0, %struct.S0* %p1, i64 0, i32 2
15 %f7 = getelementptr inbounds %struct.S0, %struct.S0* %p1, i64 0, i32 5
21 %f3 = getelementptr inbounds %struct.S0, %struct.S0* %p1, i64 0, i32 2
22 %tmp10 = bitcast %struct.S0* %p1 to i16*
23 %f5 = getelementptr inbounds %struct.S0, %struct.S0* %p1, i64 0, i32 3
31 %f321 = getelementptr inbounds %struct.S0, %struct.S0* %p1, i64 0, i32 2
[all …]
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DStringSwitch.h107 StringSwitch &Cases(const char (&S0)[N0], const char (&S1)[N1], in Cases()
109 return Case(S0, Value).Case(S1, Value); in Cases()
114 StringSwitch &Cases(const char (&S0)[N0], const char (&S1)[N1], in Cases()
116 return Case(S0, Value).Cases(S1, S2, Value); in Cases()
121 StringSwitch &Cases(const char (&S0)[N0], const char (&S1)[N1], in Cases()
124 return Case(S0, Value).Cases(S1, S2, S3, Value); in Cases()
129 StringSwitch &Cases(const char (&S0)[N0], const char (&S1)[N1], in Cases()
132 return Case(S0, Value).Cases(S1, S2, S3, S4, Value); in Cases()
138 StringSwitch &Cases(const char (&S0)[N0], const char (&S1)[N1], in Cases()
142 return Case(S0, Value).Cases(S1, S2, S3, S4, S5, Value); in Cases()
[all …]
/external/clang/test/CodeGen/
Dmips64-padding-arg.c8 } S0; typedef
16 extern void foo2(int, int, int, S0, S0, int, S0);
18 void foo1(int a0, S0 a1, S0 a2, int b, S0 a3) { in foo1()
40 extern S0 foo6(int, int, long double);
42 S0 foo5(long double a0) { in foo5()
Dmips-byval-arg.c6 } S0; typedef
8 extern void foo2(S0);
13 void foo1(S0 a0) { in foo1()
/external/libopus/silk/float/
Dapply_sine_window_FLP.c46 silk_float freq, c, S0, S1; in silk_apply_sine_window_FLP() local
61 S0 = 0.0f; in silk_apply_sine_window_FLP()
66 S0 = 1.0f; in silk_apply_sine_window_FLP()
74 px_win[ k + 0 ] = px[ k + 0 ] * 0.5f * ( S0 + S1 ); in silk_apply_sine_window_FLP()
76 S0 = c * S1 - S0; in silk_apply_sine_window_FLP()
77 px_win[ k + 2 ] = px[ k + 2 ] * 0.5f * ( S1 + S0 ); in silk_apply_sine_window_FLP()
78 px_win[ k + 3 ] = px[ k + 3 ] * S0; in silk_apply_sine_window_FLP()
79 S1 = c * S0 - S1; in silk_apply_sine_window_FLP()
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DStringSwitch.h85 StringSwitch& Cases(const char (&S0)[N0], const char (&S1)[N1], in Cases()
87 return Case(S0, Value).Case(S1, Value); in Cases()
91 StringSwitch& Cases(const char (&S0)[N0], const char (&S1)[N1], in Cases()
93 return Case(S0, Value).Case(S1, Value).Case(S2, Value); in Cases()
97 StringSwitch& Cases(const char (&S0)[N0], const char (&S1)[N1], in Cases()
100 return Case(S0, Value).Case(S1, Value).Case(S2, Value).Case(S3, Value); in Cases()
104 StringSwitch& Cases(const char (&S0)[N0], const char (&S1)[N1], in Cases()
107 return Case(S0, Value).Case(S1, Value).Case(S2, Value).Case(S3, Value) in Cases()
/external/guava/guava-tests/benchmark/com/google/common/base/
DObjectsBenchmark.java32 private static final String S0 = "3"; field in ObjectsBenchmark
43 dummy += Objects.hashCode(S0, S1); in hashString_2()
51 dummy += Objects.hashCode(S0, S1, S2); in hashString_3()
59 dummy += Objects.hashCode(S0, S1, S2, S3); in hashString_4()
67 dummy += Objects.hashCode(S0, S1, S2, S3, S4); in hashString_5()
76 dummy += Objects.hashCode(D0, I1, S3, I2, S0); in hashMixed_5()
/external/llvm/test/CodeGen/X86/
Dfold-zext-trunc.ll6 %struct.S0 = type { i32, [2 x i8], [2 x i8], [4 x i8] }
8 @g_98 = common global %struct.S0 zeroinitializer, align 4
15 …%tmp17 = load i8, i8* getelementptr inbounds (%struct.S0, %struct.S0* @g_98, i32 0, i32 1, i32 0),…
17 …%foo = load i32, i32* bitcast (i8* getelementptr inbounds (%struct.S0, %struct.S0* @g_98, i32 0, i…
/external/llvm/lib/Transforms/Scalar/
DMergedLoadStoreMotion.cpp133 PHINode *getPHIOperand(BasicBlock *BB, StoreInst *S0, StoreInst *S1);
401 PHINode *MergedLoadStoreMotion::getPHIOperand(BasicBlock *BB, StoreInst *S0, in getPHIOperand() argument
404 Value *Opd1 = S0->getValueOperand(); in getPHIOperand()
411 NewPN->addIncoming(Opd1, S0->getParent()); in getPHIOperand()
423 bool MergedLoadStoreMotion::sinkStore(BasicBlock *BB, StoreInst *S0, in sinkStore() argument
426 auto *A0 = dyn_cast<Instruction>(S0->getPointerOperand()); in sinkStore()
429 (A0->getParent() == S0->getParent()) && A1->hasOneUse() && in sinkStore()
432 dbgs() << "Instruction Left\n"; S0->dump(); dbgs() << "\n"; in sinkStore()
437 S0->intersectOptionalDataWith(S1); in sinkStore()
438 S0->dropUnknownNonDebugMetadata(); in sinkStore()
[all …]
/external/llvm/test/Transforms/Inline/
Dbyval.ll107 %struct.S0 = type { i32 }
109 @b = global %struct.S0 { i32 1 }, align 4
112 define internal void @f5(%struct.S0* byval nocapture readonly align 4 %p) {
114 store i32 0, i32* getelementptr inbounds (%struct.S0, %struct.S0* @b, i64 0, i32 0), align 4
115 %f2 = getelementptr inbounds %struct.S0, %struct.S0* %p, i64 0, i32 0
123 tail call void @f5(%struct.S0* byval align 4 @b)
127 ; CHECK: store i32 0, i32* getelementptr inbounds (%struct.S0, %struct.S0* @b, i64 0, i32 0), align…
128 ; CHECK-NOT: load i32, i32* getelementptr inbounds (%struct.S0, %struct.S0* @b, i64 0, i32 0), alig…
/external/llvm/include/llvm/ADT/
DStringSwitch.h91 StringSwitch& Cases(const char (&S0)[N0], const char (&S1)[N1], in Cases()
94 (N0-1 == Str.size() && std::memcmp(S0, Str.data(), N0-1) == 0) || in Cases()
104 StringSwitch& Cases(const char (&S0)[N0], const char (&S1)[N1], in Cases()
107 (N0-1 == Str.size() && std::memcmp(S0, Str.data(), N0-1) == 0) || in Cases()
118 StringSwitch& Cases(const char (&S0)[N0], const char (&S1)[N1], in Cases()
122 (N0-1 == Str.size() && std::memcmp(S0, Str.data(), N0-1) == 0) || in Cases()
134 StringSwitch& Cases(const char (&S0)[N0], const char (&S1)[N1], in Cases()
138 (N0-1 == Str.size() && std::memcmp(S0, Str.data(), N0-1) == 0) || in Cases()
/external/llvm/test/DebugInfo/X86/
DPR26148.ll4 ; struct S0 {
9 ; struct S0 b, c = {3};
32 %struct.S0 = type { i16, i32 }
34 @a = common global %struct.S0 zeroinitializer, align 4
46 tail call void @llvm.dbg.declare(metadata %struct.S0* undef, metadata !10, metadata !26), !dbg !28
47 tail call void @llvm.dbg.declare(metadata %struct.S0* undef, metadata !16, metadata !26), !dbg !29
53 store i32 3, i32* bitcast (%struct.S0* @a to i32*), align 4, !dbg !33
54 …store i32 0, i32* getelementptr inbounds (%struct.S0, %struct.S0* @a, i64 0, i32 1), align 4, !dbg…
77 !11 = !DICompositeType(tag: DW_TAG_structure_type, name: "S0", file: !1, line: 1, size: 64, align: …
87 …pe: !0, file: !1, line: 4, type: !11, isLocal: false, isDefinition: true, variable: %struct.S0* @a)
/external/llvm/test/CodeGen/AArch64/
Dfp16-v16-instructions.ll6 ; CHECK-DAG: scvtf [[S0:v[0-9]+\.4s]], v0.4s
10 ; CHECK-DAG: fcvtn v0.4h, [[S0]]
33 ; CHECK-DAG: fcvtn [[S0:v[0-9]+]].2s, [[D0]]
38 ; CHECK-DAG: fcvtn2 [[S0]].4s, [[D1]]
43 ; CHECK-DAG: fcvtn v0.4h, [[S0]].4s
57 ; CHECK-DAG: ucvtf [[S0:v[0-9]+\.4s]], v0.4s
61 ; CHECK-DAG: fcvtn v0.4h, [[S0]]
84 ; CHECK-DAG: fcvtn [[S0:v[0-9]+]].2s, [[D0]]
89 ; CHECK-DAG: fcvtn2 [[S0]].4s, [[D1]]
94 ; CHECK-DAG: fcvtn v0.4h, [[S0]].4s
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
DBlowfishEngine.java304 private final int[] S0, S1, S2, S3; // the s-boxes field in BlowfishEngine
313 S0 = new int[SBOX_SK]; in BlowfishEngine()
397 return (((S0[(x >>> 24)] + S1[(x >>> 16) & 0xff]) in F()
442 System.arraycopy(KS0, 0, S0, 0, SBOX_SK); in setKey()
500 processTable(P[P_SZ - 2], P[P_SZ - 1], S0); in setKey()
501 processTable(S0[SBOX_SK - 2], S0[SBOX_SK - 1], S1); in setKey()
/external/fec/
Dsumsq_mmx_assist.s27 movq (%esi),%mm0 # S0 S1 S2 S3
28 pmaddwd %mm0,%mm0 # (S0^2+S1^2) (S2^2+S3^2)
31 paddd %mm6,%mm0 # (S0^2+S1^2+S4^2+S5^2)(S2^2+S3^2+S6^2+S7^2)
66 movq (%esi),%mm0 # S0 S1 S2 S3
67 pmaddwd %mm0,%mm0 # (S0*S0+S1*S1) (S2*S2+S3*S3)
Dsumsq_sse2_assist.s24 movaps (%esi),%xmm0 # S0 S1 S2 S3 S4 S5 S6 S7
25 pmaddwd %xmm0,%xmm0 # (S0*S0+S1*S1) (S2*S2+S3*S3) (S4*S4+S5*S5) (S6*S6+S7*S7)
27 pand %xmm3,%xmm1 # (S0*S0+S1*S1) 0 (S4*S4+S5*S5) 0
/external/clang/test/PCH/
Dpragma-pointers_to_members.cpp19 struct S0;
20 static_assert(sizeof(int S0::*) == 12, "");
32 static_assert(sizeof(int S0::*) == 12, "");
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dfold-zext-trunc.ll6 %struct.S0 = type { i32, [2 x i8], [2 x i8], [4 x i8] }
8 @g_98 = common global %struct.S0 zeroinitializer, align 4
15 %tmp17 = load i8* getelementptr inbounds (%struct.S0* @g_98, i32 0, i32 1, i32 0), align 4
17 …%foo = load i32* bitcast (i8* getelementptr inbounds (%struct.S0* @g_98, i32 0, i32 1, i32 0) to i…
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
Dp5.cpp81 template <int& N> struct S0 { }; // expected-note 3 {{template parameter is declared here}} struct
90 S0<i> s0; in test()
91S0<ci> s0c; // expected-error{{reference binding of non-type template parameter of type 'int &' to… in test()
92S0<vi> s0v; // expected-error{{reference binding of non-type template parameter of type 'int &' to… in test()
93S0<cvi> s0cv; // expected-error{{reference binding of non-type template parameter of type 'int &' … in test()
/external/llvm/test/CodeGen/Generic/
Dcrash.ll43 %struct.S0 = type { i32, i8, i32 }
53 %f13576.pre = getelementptr inbounds %struct.S0, %struct.S0* undef, i64 0, i32 1
60 %f135.pre = getelementptr inbounds %struct.S0, %struct.S0* undef, i64 0, i32 1
/external/llvm/lib/Target/Hexagon/
DHexagonScheduleV60.td83 // S0-3 | | | CVI_VA | | CVI_VA | | CVI_VA | | CVI_VA | | |
85 // S0-3 | | | | | | | | | CVI_VP | | |
86 // S0-3 | | | | | | | CVI_VS | | | | |
87 // S0-1 |(CVI_LD) | | CVI_LD | | CVI_LD | | CVI_LD | | CVI_LD | | |
88 // S0-1 |(C*TMP_LD) | | | | | | | | | |
90 // S0 | | | CVI_ST | | CVI_ST | | CVI_ST | | CVI_ST | |(CVI_ST) |
91 // S0 | | | | | | | | | | |(C*TMP_ST)
97 // S0-3 | CVI_VA_DV | | CVI_VA_DV |
98 // S0-3 | | | CVI_VP_DV |
102 // S0-3 | CVI_HIST Histogram |
/external/clang/test/SemaCXX/
Dalignof.cpp5 struct S0 { struct
8 …static const int test1 = __alignof__(S0::x); // expected-error {{invalid application of 'alignof' … argument
50 static const int test1 = __alignof__(S0::x);

123456