Home
last modified time | relevance | path

Searched defs:s9 (Results 1 – 25 of 70) sorted by relevance

123

/external/llvm-project/clang/test/CodeGen/
Dbitfield-2.c331 struct __attribute__((packed)) s9 { struct
342 int f9_load(struct s9 *a0) { in f9_load() argument
Dregparm-struct.c117 struct s9 { struct
122 __attribute__((regparm(3))) void f13(struct s9 a, int b); argument
/external/clang/test/CodeGen/
Dbitfield-2.c331 struct __attribute__((packed)) s9 { struct
342 int f9_load(struct s9 *a0) { in f9_load() argument
Dregparm-struct.c117 struct s9 { struct
122 __attribute__((regparm(3))) void f13(struct s9 a, int b); argument
Dx86_64-arguments-nacl.c47 struct s9 { int a; int b; int : 0; } f9(void) { while (1) {} } in f9() struct
/external/llvm-project/flang/test/Semantics/
Dequivalence01.f90101 subroutine s9 subroutine
102 character(10) :: c local
103 real :: d(10)
104 integer, parameter :: n = 2
105 integer :: i, j local
114 character(4) :: a(10)
Dassign02.f90130 subroutine s9 subroutine
131 real, target :: x local
132 real, pointer :: p local
137 function f1()
141 function f2()
Dseparate-mp02.f9073 module subroutine s9(x, y, z, w) subroutine
74 character(len=4) :: x local
76 character(len=5) :: y local
77 character(len=*) :: z local
79 character(len=4) :: w local
Dresolve35.f9097 subroutine s9 subroutine
98 integer :: j local
Dassign03.f90122 subroutine s9 subroutine
123 real, target :: x(10, 10), y(100)
124 real, pointer :: p(:, :)
Ddosemantics09.f9051 subroutine s9() subroutine
Dresolve40.f9071 subroutine s9 subroutine
72 real :: x(2,2)
Dspec-expr.f90116 subroutine s9(optArg) subroutine
119 end subroutine s9 argument
Dresolve42.f9060 subroutine s9 subroutine
63 common x local
Ddosemantics12.f90303 subroutine s9() subroutine
325 end subroutine s9 argument
Ddosemantics11.f9076 subroutine s9() subroutine
86 end subroutine s9 argument
/external/clang/test/Sema/
Dpragma-align-mac68k.c78 struct s9 { struct
83 extern int a9_0[sizeof(struct s9) == 6 ? 1 : -1]; argument
/external/llvm-project/clang/test/Sema/
Dpragma-align-mac68k.c78 struct s9 { struct
83 extern int a9_0[sizeof(struct s9) == 6 ? 1 : -1]; argument
/external/libvpx/libvpx/vpx_dsp/arm/
Dvpx_convolve8_neon.c75 int16x4_t filter3, filter4, s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, d0, in vpx_convolve8_horiz_neon() local
155 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; in vpx_convolve8_horiz_neon() local
328 int16x4_t filter3, filter4, s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, d0, in vpx_convolve8_avg_horiz_neon() local
412 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; in vpx_convolve8_avg_horiz_neon() local
619 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, d0, d1, d2, d3; in vpx_convolve8_vert_neon() local
690 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; in vpx_convolve8_vert_neon() local
791 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, d0, d1, d2, d3; in vpx_convolve8_avg_vert_neon() local
872 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; in vpx_convolve8_avg_vert_neon() local
Dhighbd_vpx_convolve8_neon.c157 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; in vpx_highbd_convolve8_horiz_neon() local
213 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; in vpx_highbd_convolve8_horiz_neon() local
366 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; in vpx_highbd_convolve8_avg_horiz_neon() local
429 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; in vpx_highbd_convolve8_avg_horiz_neon() local
602 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; in vpx_highbd_convolve8_vert_neon() local
670 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; in vpx_highbd_convolve8_vert_neon() local
769 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; in vpx_highbd_convolve8_avg_vert_neon() local
845 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; in vpx_highbd_convolve8_avg_vert_neon() local
/external/llvm-project/clang/test/CodeGen/X86/
Dx86_64-arguments-nacl.c47 struct s9 { int a; int b; int : 0; } f9(void) { while (1) {} } in f9() argument
/external/clang/test/CodeGenCXX/
Dx86_32-arguments.cpp115 struct s9 { s9_0 a; s9_1 b; }; argument
/external/llvm-project/clang/test/CodeGenCXX/
Dx86_32-arguments.cpp115 struct s9 { s9_0 a; s9_1 b; }; argument
/external/libvpx/libvpx/vp8/common/x86/
Dloopfilter_sse2.asm1632 s9: label
/external/libaom/libaom/av1/common/arm/
Dconvolve_neon.c226 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, d0, d1, d2, d3; in av1_convolve_x_sr_neon() local
316 int16x8_t s8, s9, s10; in av1_convolve_x_sr_neon() local
628 int16x4_t s8, s9, s10, d1, d2, d3; in av1_convolve_y_sr_neon() local
747 int16x8_t s8, s9, s10; in av1_convolve_y_sr_neon() local
993 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, d0, d1, d2, d3; in av1_convolve_2d_sr_neon() local
1075 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14; in av1_convolve_2d_sr_neon() local
1310 int16x4_t s8, s9, s10; in av1_convolve_2d_sr_neon() local
1449 int16x8_t s8, s9, s10; in av1_convolve_2d_sr_neon() local

123