/external/clang/test/Analysis/ |
D | dead-stores.c | 252 int y10 = 4; in f22() local 274 ++y10; in f22() 338 (void)y10; in f22()
|
/external/llvm-project/clang/test/Analysis/ |
D | dead-stores.c | 264 int y10 = 4; in f22() local 286 ++y10; in f22() 352 (void)y10; in f22()
|
/external/clang/test/SemaCXX/ |
D | warn-literal-conversion.cpp | 28 …int y10 = -1.2F; // expected-warning {{implicit conversion from 'float' to 'int' changes value fr… in test0() local
|
D | explicit.cpp | 88 const Y y10{z}; // expected-error {{excess elements}} in testExplicit() local
|
/external/llvm-project/clang/test/SemaCXX/ |
D | warn-literal-conversion.cpp | 28 …int y10 = -1.2F; // expected-warning {{implicit conversion from 'float' to 'int' changes value fr… in test0() local
|
D | explicit.cpp | 105 const Y y10{z}; // expected-error {{excess elements}} in testExplicit() local
|
D | cxx2a-explicit-bool.cpp | 542 const Y y10{z}; // expected-error {{excess elements}} in testExplicit() local
|
/external/llvm-project/llvm/test/Transforms/LoopVectorize/ |
D | interleaved-accesses-alias.ll | 40 …%y10 = getelementptr inbounds [20 x %struct.Vec2r], [20 x %struct.Vec2r]* %cp, i64 0, i64 %indvars… 41 store double %mul7, double* %y10, align 8, !tbaa !11
|
/external/rust/crates/ring/crypto/fipsmodule/aes/ |
D | aes_nohw.c | 541 aes_word_t y10 = aes_nohw_xor(y15, t0); in aes_nohw_sub_bytes() local 544 aes_word_t y17 = aes_nohw_xor(y10, y11); in aes_nohw_sub_bytes() 545 aes_word_t y19 = aes_nohw_xor(y10, y8); in aes_nohw_sub_bytes() 564 aes_word_t t15 = aes_nohw_and(y8, y10); in aes_nohw_sub_bytes() 603 aes_word_t z8 = aes_nohw_and(t41, y10); in aes_nohw_sub_bytes()
|
/external/libyuv/files/source/ |
D | row_mmi.cc | 4416 uint64_t y00 = 0, y10 = 0, y20 = 0; in SobelXRow_MMI() local 4503 : [sobel] "=&f"(sobel), [y00] "=&f"(y00), [y10] "=&f"(y10), in SobelXRow_MMI() 4515 uint64_t y10 = 0, y11 = 0, y12 = 0; in SobelYRow_MMI() local 4599 [y02] "=&f"(y02), [y10] "=&f"(y10), [y11] "=&f"(y11), [y12] "=&f"(y12) in SobelYRow_MMI()
|
/external/boringssl/src/crypto/fipsmodule/aes/ |
D | aes_nohw.c | 539 aes_word_t y10 = aes_nohw_xor(y15, t0); in aes_nohw_sub_bytes() local 542 aes_word_t y17 = aes_nohw_xor(y10, y11); in aes_nohw_sub_bytes() 543 aes_word_t y19 = aes_nohw_xor(y10, y8); in aes_nohw_sub_bytes() 562 aes_word_t t15 = aes_nohw_and(y8, y10); in aes_nohw_sub_bytes() 601 aes_word_t z8 = aes_nohw_and(t41, y10); in aes_nohw_sub_bytes()
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/aes/ |
D | aes_nohw.c | 539 aes_word_t y10 = aes_nohw_xor(y15, t0); in aes_nohw_sub_bytes() local 542 aes_word_t y17 = aes_nohw_xor(y10, y11); in aes_nohw_sub_bytes() 543 aes_word_t y19 = aes_nohw_xor(y10, y8); in aes_nohw_sub_bytes() 562 aes_word_t t15 = aes_nohw_and(y8, y10); in aes_nohw_sub_bytes() 601 aes_word_t z8 = aes_nohw_and(t41, y10); in aes_nohw_sub_bytes()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_sample_soa.c | 1036 LLVMValueRef y00 = NULL, y01 = NULL, y10 = NULL, y11 = NULL; in lp_build_sample_image_linear() local 1100 &y00, &y10, &t_fpart); in lp_build_sample_image_linear() 1102 lp_build_name(y10, "tex.y1.wrapped"); in lp_build_sample_image_linear() 1104 y11 = y10; in lp_build_sample_image_linear() 1221 y10 = lp_build_select(ivec_bld, fall_off[0], new_ycoords[0][1], y1_clamped); in lp_build_sample_image_linear() 1248 y10 = lp_build_select(ivec_bld, fall_off_yp_notxm, new_ycoords[3][0], y10); in lp_build_sample_image_linear() 1271 LLVMBuildStore(builder, y10, ys[2]); in lp_build_sample_image_linear() 1310 y10 = LLVMBuildLoad(builder, ys[2], ""); in lp_build_sample_image_linear() 1388 x10, y10, z10, in lp_build_sample_image_linear() 1690 x10, y10, z1, in lp_build_sample_image_linear()
|
/external/llvm-project/llvm/test/Transforms/PhaseOrdering/X86/ |
D | vector-reductions.ll | 55 %y10 = add i32 %y1, %y0 57 %y210 = add i32 %y2, %y10
|
/external/aac/libFDK/src/ |
D | fft.cpp | 319 FIXP_DBL y10, y11, y12, y13, y14, y15, y16, y17, y18, y19; in fft10() local 423 y10 = (r3 - s4); in fft10() 442 x[s * 8] = (y08 + y10); in fft10() 444 x[s * 18] = (y08 - y10); in fft10()
|
/external/llvm-project/llvm/test/Transforms/VectorCombine/X86/ |
D | extract-binop.ll | 543 %y10 = add i32 %y1, %y0 545 %y210 = add i32 %y2, %y10
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | avx512-regcall-Mask.ll | 77 %y10 = bitcast <64 x i1> %x10 to i64 89 %add10 = add i64 %add9, %y10
|