/llvm-project/clang/test/SemaObjC/ |
H A D | x86-method-vector-values.m | 30 -(void)takeM128:(__m128)v; argument 64 - (void)takeM128:(__m128)v { // expected-error {{'__m128' (vector of 4 'float' values) parameter ty… argument 83 - (void)takeM128:(__m128)v { argument
|
/llvm-project/clang/test/CodeGen/ |
H A D | 2007-01-20-VectorICE.c | 3 typedef float __m128 __attribute__((__vector_size__(16))); typedef
|
H A D | union-align.c | 5 typedef float __m128 __attribute__ ((__vector_size__ (16))); typedef
|
H A D | tbaa-vec.cpp | 4 typedef float __m128 __attribute__ ((__vector_size__ (16))); typedef
|
/llvm-project/clang/test/Sema/ |
H A D | uninit-variables-vectors.c | 4 typedef float __m128 __attribute__((__vector_size__(16))); typedef
|
H A D | builtins-x86.c | 4 typedef float __m128 __attribute__((__vector_size__(16))); typedef
|
/llvm-project/clang/test/CodeGen/X86/ |
H A D | x86_32-inline-asm.c | 10 typedef float __m128 __attribute__ ((vector_size (16))); typedef
|
H A D | inline-asm-constraints.c | 6 typedef float __m128 __attribute__ ((vector_size (16))); typedef
|
H A D | x86_32-arguments-win32.c | 53 typedef float __m128 __attribute__((__vector_size__(16), __aligned__(16))); typedef
|
H A D | x86_64-arguments.c | 300 typedef float __m128 __attribute__ ((__vector_size__ (16))); typedef
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | x86_64-arguments-avx.cpp | 19 typedef float __m128 __attribute__((__vector_size__(16))); typedef
|
H A D | mangle-ms-vector-types.cpp | 54 void foo128(__m128) {} in foo128() argument
|
H A D | inalloca-vector.cpp | 13 typedef float __m128 __attribute__((__vector_size__(16), __aligned__(16))); typedef [all...] |
H A D | mangle-class-nttp.cpp | 198 typedef float __m128 __attribute__((__vector_size__(16))); typedef
|
/llvm-project/clang/test/Index/ |
H A D | usrs.cpp | 100 typedef float __m128 __attribute__((__vector_size__(16))); typedef
|
/llvm-project/clang/lib/Headers/ |
H A D | xmmintrin.h | 21 typedef float __m128 __attribute__((__vector_size__(16), __aligned__(16))); typedef [all...] |
H A D | lsxintrin.h | 36 typedef float __m128 __attribute__((__vector_size__(16), __may_alias__)); typedef [all...] |
/llvm-project/clang/lib/Headers/ppc_wrappers/ |
H A D | xmmintrin.h | 67 typedef vector float __m128 __attribute__((__may_alias__)); typedef
|
/llvm-project/clang/test/CodeGen/LoongArch/lsx/ |
H A D | builtin-error.c | 27 typedef float __m128 __attribute__((__vector_size__(16), __may_alias__)); typedef
|
H A D | builtin.c | 26 typedef float __m128 __attribute__ ((__vector_size__ (16), __may_alias__)); typedef
|