/external/clang/test/CodeGen/ |
D | mips-inline-asm-modifiers.c | 8 typedef int v4i32 __attribute__((vector_size(16))); typedef
|
D | mips-vector-return.c | 9 typedef int v4i32 __attribute__ ((__vector_size__ (16))); typedef
|
D | mips-vector-arg.c | 9 typedef int v4i32 __attribute__ ((__vector_size__ (16))); typedef
|
D | mips-varargs.c | 10 typedef int v4i32 __attribute__ ((__vector_size__ (16))); typedef
|
D | builtins-mips-msa.c | 7 typedef signed int v4i32 __attribute__ ((vector_size(16))); typedef
|
D | systemz-abi-vector.c | 29 typedef __attribute__((vector_size(16))) int v4i32; typedef
|
D | x86_32-arguments-darwin.c | 224 typedef int v4i32 __attribute__((__vector_size__(16))); typedef
|
/external/llvm-project/clang/test/CodeGen/ |
D | mips-inline-asm-modifiers.c | 8 typedef int v4i32 __attribute__((vector_size(16))); typedef
|
D | mips-vector-return.c | 9 typedef int v4i32 __attribute__ ((__vector_size__ (16))); typedef
|
D | mips-vector-arg.c | 9 typedef int v4i32 __attribute__ ((__vector_size__ (16))); typedef
|
D | mips-varargs.c | 10 typedef int v4i32 __attribute__ ((__vector_size__ (16))); typedef
|
/external/llvm/lib/Target/AMDGPU/ |
D | SITypeRewriter.cpp | 39 Type *v4i32; member in __anon49ae0d2e0111::SITypeRewriter
|
/external/llvm-project/llvm/unittests/CodeGen/ |
D | ScalableVectorMVTsTest.cpp | 133 EVT v4i32 = EVT::getVectorVT(Ctx, MVT::i32, 4); in TEST() local
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineValueType.h | 89 v4i32 = 40, // 4 x i32 enumerator
|
/external/llvm-project/clang/test/CodeGen/SystemZ/ |
D | systemz-abi-vector.c | 39 typedef __attribute__((vector_size(16))) int v4i32; typedef
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | MachineValueType.h | 95 v4i32 = 46, // 4 x i32 enumerator
|
/external/mesa3d/src/amd/llvm/ |
D | ac_llvm_build.h | 89 LLVMTypeRef v4i32; member
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | MachineValueType.h | 96 v4i32 = 47, // 4 x i32 enumerator
|
/external/llvm-project/clang/test/CodeGen/X86/ |
D | x86_32-arguments-darwin.c | 224 typedef int v4i32 __attribute__((__vector_size__(16))); typedef
|
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/ |
D | vktRayTracingDataSpillTests.cpp | 1378 using v4i32 = tcu::Vector<deInt32, 4>; typedef
|
/external/llvm-project/clang/lib/Headers/ |
D | msa.h | 22 typedef int v4i32 __attribute__((vector_size(16), aligned(16))); typedef
|
/external/swiftshader/src/Reactor/ |
D | LLVMReactor.cpp | 2021 Int4 v4i32 = Int4(cast); in Short4() local
|