Searched defs:v4i32 (Results 1 - 5 of 5) sorted by relevance

/external/clang/test/CodeGen/
H A Dmips-vector-arg.c9 typedef int v4i32 __attribute__ ((__vector_size__ (16))); typedef
24 extern test_v4i32_2(v4i32, int, v4i32);
25 void test_v4i32(v4i32 a1, int a2, v4i32 a3) {
H A Dmips-vector-return.c9 typedef int v4i32 __attribute__ ((__vector_size__ (16))); typedef
28 v4i32 test_v4i32(int a) {
29 return (v4i32){0, a, 0, 0};
H A Dcompound-literal.c6 typedef int v4i32 __attribute((vector_size(16))); typedef
7 v4i32 *y = &(v4i32){1,2,3,4};
H A Dx86_32-arguments-darwin.c224 typedef int v4i32 __attribute__((__vector_size__(16))); typedef
228 v4i32 f55(v4i32 arg) { return arg+arg; }
/external/llvm/include/llvm/CodeGen/
H A DValueTypes.h84 v4i32 = 33, // 4 x i32 enumerator in enum:llvm::MVT::SimpleValueType
212 SimpleTy == MVT::v4i32 || SimpleTy == MVT::v2i64 ||
282 case v4i32:
326 case v4i32:
391 case v4i32:
511 if (NumElements == 4) return MVT::v4i32;

Completed in 1026 milliseconds