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

/external/clang/test/CodeGen/
H A Dmips-inline-asm-modifiers.c8 typedef int v4i32 __attribute__((vector_size(16))); typedef
17 v4i32 v4i32_r;
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 Dmips-varargs.c10 typedef int v4i32 __attribute__ ((__vector_size__ (16))); typedef
130 v4i32 v = va_arg(va, v4i32);
H A Dcompound-literal.c6 typedef int v4i32 __attribute((vector_size(16))); typedef
7 v4i32 *y = &(v4i32){1,2,3,4};
H A Dbuiltins-mips-msa.c7 typedef signed int v4i32 __attribute__ ((vector_size(16))); typedef
24 v4i32 v4i32_a = (v4i32) {0, 1, 2, 3};
25 v4i32 v4i32_b = (v4i32) {1, 2, 3, 4};
26 v4i32 v4i32_r;
H A Dsystemz-abi-vector.c29 typedef __attribute__((vector_size(16))) int v4i32; typedef
90 v4i32 pass_v4i32(v4i32 arg) { return arg; }
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/lib/Target/AMDGPU/
H A DSITypeRewriter.cpp39 Type *v4i32; member in class:__anon12504::SITypeRewriter
60 v4i32 = VectorType::get(Type::getInt32Ty(M.getContext()), 4);
81 PointerType::get(v4i32,PtrTy->getPointerAddressSpace()));
105 Args.push_back(Builder.CreateBitCast(Arg, v4i32));
106 Types.push_back(v4i32);
108 Name = Name + ".v4i32";
141 if (I.getDestTy() != v4i32) {
146 if (Op->getSrcTy() == v4i32) {
/external/llvm/include/llvm/CodeGen/
H A DMachineValueType.h89 v4i32 = 40, // 4 x i32 enumerator in enum:llvm::MVT::SimpleValueType
243 SimpleTy == MVT::v4i32 || SimpleTy == MVT::v2i64 ||
337 case v4i32:
399 case v4i32:
477 case v4i32:
619 if (NumElements == 4) return MVT::v4i32;

Completed in 704 milliseconds