Home
last modified time | relevance | path

Searched defs:v4i32 (Results 1 – 12 of 12) sorted by relevance

/external/clang/test/CodeGen/
Dmips-inline-asm-modifiers.c8 typedef int v4i32 __attribute__((vector_size(16))); typedef
Dmips-vector-return.c9 typedef int v4i32 __attribute__ ((__vector_size__ (16))); typedef
Dmips-vector-arg.c9 typedef int v4i32 __attribute__ ((__vector_size__ (16))); typedef
Dmips-varargs.c10 typedef int v4i32 __attribute__ ((__vector_size__ (16))); typedef
Dbuiltins-mips-msa.c7 typedef signed int v4i32 __attribute__ ((vector_size(16))); typedef
Dsystemz-abi-vector.c29 typedef __attribute__((vector_size(16))) int v4i32; typedef
Dx86_32-arguments-darwin.c224 typedef int v4i32 __attribute__((__vector_size__(16))); typedef
/external/llvm/lib/Target/AMDGPU/
DSITypeRewriter.cpp39 Type *v4i32; member in __anon7a4551d20111::SITypeRewriter
/external/llvm/include/llvm/CodeGen/
DMachineValueType.h89 v4i32 = 40, // 4 x i32 enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DMachineValueType.h92 v4i32 = 43, // 4 x i32 enumerator
/external/mesa3d/src/amd/llvm/
Dac_llvm_build.h89 LLVMTypeRef v4i32; member
/external/swiftshader/src/Reactor/
DLLVMReactor.cpp1908 Int4 v4i32 = Int4(cast); in Short4() local