Home
last modified time | relevance | path

Searched refs:v4si (Results 1 – 20 of 20) sorted by relevance

/external/clang/test/CodeGen/
D2006-03-16-VectorCtor.c4 typedef int v4si __attribute__ ((__vector_size__ (16))); typedef
5 void test(v4si *P, v4si *Q, float X) { in test()
6 *P = (v4si){ X, X, X, X } * *Q; in test()
9 v4si G = (v4si){ 0.1, 1.2, 4.2, 17.2 };
Dbuiltinshufflevector.c3 typedef int v4si __attribute__ ((vector_size (16))); typedef
5 v4si a(v4si x, v4si y) {return __builtin_shufflevector(x, y, 3, 2, 5, (2*3)+1);} in a()
Ddebug-info-vector.c2 typedef int v4si __attribute__((__vector_size__(16))); typedef
4 v4si a;
Dvolatile.c26 typedef int v4si __attribute__ ((vector_size (16))); typedef
27 v4si V;
28 volatile v4si vV;
/external/llvm-project/clang/test/CodeGen/
D2006-03-16-VectorCtor.c4 typedef int v4si __attribute__ ((__vector_size__ (16))); typedef
5 void test(v4si *P, v4si *Q, float X) { in test()
6 *P = (v4si){ X, X, X, X } * *Q; in test()
9 v4si G = (v4si){ 0.1, 1.2, 4.2, 17.2 };
Dbuiltinshufflevector.c3 typedef int v4si __attribute__ ((vector_size (16))); typedef
5 v4si a(v4si x, v4si y) {return __builtin_shufflevector(x, y, 3, 2, 5, (2*3)+1);} in a()
Dpr34021.c5 typedef int v4si __attribute__ ((vector_size (16))); typedef
6 v4si rep() { in rep()
22 v4si res; in rep()
Ddebug-info-vector.c2 typedef int v4si __attribute__((__vector_size__(16))); typedef
4 v4si a;
Dvolatile.c27 typedef int v4si __attribute__ ((vector_size (16))); typedef
28 v4si V;
29 volatile v4si vV;
/external/llvm-project/clang/test/Driver/
Dsystemz-float-02.c13 typedef int v4si __attribute__ ((vector_size (16))); typedef
14 v4si fun1(v4si *A) { in fun1()
21 v4si B = {1, 1, 1, 1}; in fun1()
/external/llvm-project/clang/test/ASTMerge/APValue/
DAPValue.cpp96 using v4si = int __attribute__((__vector_size__(16))); typedef
98 consteval v4si fv4si() { in fv4si()
99 return (v4si){8, 2, 3}; in fv4si()
102 v4si Vector_Int = fv4si();
145 using v4si = int __attribute__((__vector_size__(16))); typedef
148 v4si arr[2];
/external/llvm-project/clang/test/Sema/
Dbig-endian-neon-initializers.c12 typedef int v4si __attribute__ ((vector_size (16))); typedef
13 v4si c = {1, 2, 3, 4};
Dbuiltins-x86_64.c3 typedef int v4si __attribute__((vector_size(16))); typedef
/external/clang/test/Sema/
Dbig-endian-neon-initializers.c12 typedef int v4si __attribute__ ((vector_size (16))); typedef
13 v4si c = {1, 2, 3, 4};
/external/llvm-project/llvm/test/DebugInfo/X86/
Dvector.ll6 ; typedef int v4si __attribute__((__vector_size__(16)));
8 ; v4si a
20 !3 = !DIDerivedType(tag: DW_TAG_typedef, name: "v4si", file: !2, line: 1, baseType: !4)
/external/llvm/test/DebugInfo/X86/
Dvector.ll6 ; typedef int v4si __attribute__((__vector_size__(16)));
8 ; v4si a
20 !7 = !DIDerivedType(tag: DW_TAG_typedef, name: "v4si", line: 1, file: !12, baseType: !8)
/external/llvm-project/llvm/test/MC/ARM/
Ddirective-fpu-instrs.s10 vmov q4, q11 @ v4si
/external/llvm/test/MC/ARM/
Ddirective-fpu-instrs.s10 vmov q4, q11 @ v4si
/external/clang/docs/
DLanguageExtensions.rst397 typedef int v4si __attribute__((__vector_size__(16)));
401 v4si vsi = (v4si){1, 2, 3, 4};
/external/llvm-project/clang/docs/
DLanguageExtensions.rst449 typedef int v4si __attribute__((__vector_size__(16)));
453 v4si vsi = (v4si){1, 2, 3, 4};