/external/llvm/test/Transforms/GlobalOpt/ |
D | crash-2.ll | 6 %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… 14 …S0.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/ |
D | func-attrs-a.ll | 4 ; 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*)
|
D | func-attrs-b.ll | 4 %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/ |
D | pr17852.ll | 3 %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/clang/test/CodeGen/ |
D | mips64-padding-arg.c | 8 } 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()
|
D | mips-byval-arg.c | 6 } S0; typedef 8 extern void foo2(S0); 13 void foo1(S0 a0) { in foo1()
|
/external/libopus/silk/float/ |
D | apply_sine_window_FLP.c | 46 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/guava/guava-tests/benchmark/com/google/common/base/ |
D | ObjectsBenchmark.java | 32 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/ |
D | fold-zext-trunc.ll | 6 %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/ |
D | MergedLoadStoreMotion.cpp | 149 PHINode *getPHIOperand(BasicBlock *BB, StoreInst *S0, StoreInst *S1); 439 PHINode *MergedLoadStoreMotion::getPHIOperand(BasicBlock *BB, StoreInst *S0, in getPHIOperand() argument 443 Value *Opd1 = S0->getValueOperand(); in getPHIOperand() 448 NewPN->addIncoming(Opd1, S0->getParent()); in getPHIOperand() 461 bool MergedLoadStoreMotion::sinkStore(BasicBlock *BB, StoreInst *S0, in sinkStore() argument 464 Instruction *A0 = dyn_cast<Instruction>(S0->getPointerOperand()); in sinkStore() 467 (A0->getParent() == S0->getParent()) && A1->hasOneUse() && in sinkStore() 470 dbgs() << "Instruction Left\n"; S0->dump(); dbgs() << "\n"; in sinkStore() 475 S0->intersectOptionalDataWith(S1); in sinkStore() 476 S0->dropUnknownNonDebugMetadata(); in sinkStore() [all …]
|
/external/llvm/test/Transforms/Inline/ |
D | byval.ll | 107 %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/ |
D | StringSwitch.h | 91 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/CodeGen/AArch64/ |
D | fp16-v16-instructions.ll | 6 ; 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/ |
D | BlowfishEngine.java | 304 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/ |
D | sumsq_mmx_assist.s | 27 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)
|
D | sumsq_sse2_assist.s | 24 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/opencv3/modules/imgproc/src/ |
D | imgwarp.cpp | 467 const int *S0 = src[0], *S1 = src[1]; in operator ()() local 472 if( (((size_t)S0|(size_t)S1)&15) == 0 ) in operator ()() 476 x0 = _mm_load_si128((const __m128i*)(S0 + x)); in operator ()() 477 x1 = _mm_load_si128((const __m128i*)(S0 + x + 4)); in operator ()() 483 x1 = _mm_load_si128((const __m128i*)(S0 + x + 8)); in operator ()() 484 x2 = _mm_load_si128((const __m128i*)(S0 + x + 12)); in operator ()() 501 x0 = _mm_loadu_si128((const __m128i*)(S0 + x)); in operator ()() 502 x1 = _mm_loadu_si128((const __m128i*)(S0 + x + 4)); in operator ()() 508 x1 = _mm_loadu_si128((const __m128i*)(S0 + x + 8)); in operator ()() 509 x2 = _mm_loadu_si128((const __m128i*)(S0 + x + 12)); in operator ()() [all …]
|
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/ |
D | p5.cpp | 81 template <int& N> struct S0 { }; // expected-note 3 {{template parameter is declared here}} struct 90 S0<i> s0; in test() 91 …S0<ci> s0c; // expected-error{{reference binding of non-type template parameter of type 'int &' to… in test() 92 …S0<vi> s0v; // expected-error{{reference binding of non-type template parameter of type 'int &' to… in test() 93 …S0<cvi> s0cv; // expected-error{{reference binding of non-type template parameter of type 'int &' … in test()
|
/external/llvm/test/CodeGen/Generic/ |
D | crash.ll | 43 %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/ |
D | HexagonScheduleV60.td | 83 // 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/ |
D | alignof.cpp | 5 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);
|
D | openmp_default_simd_align.cpp | 3 struct S0 { struct 6 static const int test1 = __builtin_omp_required_simd_align(decltype(S0::x)); argument 48 static const int test1 = __builtin_omp_required_simd_align(decltype(S0::x));
|
/external/llvm/unittests/ADT/ |
D | VariadicFunctionTest.cpp | 71 std::string S0("hi"); in TEST() local 72 EXPECT_EQ(0, StringAppend(&S0)); in TEST() 73 EXPECT_EQ("hi", S0); in TEST()
|
/external/autotest/server/site_tests/firmware_ECLidSwitch/ |
D | control | 23 - Check no power button keycode is sent in S0 when lid close 24 - Check keyboard backlight is switched off when lid close in S0 25 - Check keyboard backlight is switched on when lid open in S0
|
/external/autotest/client/site_tests/power_Standby/ |
D | control | 16 Test uses RTC wake to transistion from S3 to S0 every sample_hours for a total 17 standby time of test_hours. The S3->S0 transistions are added to 20 3. Create S3->S0->S3 transistions which more closely model user's interaction.
|