Home
last modified time | relevance | path

Searched defs:v4i32 (Results 1 – 22 of 22) 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-project/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
/external/llvm/lib/Target/AMDGPU/
DSITypeRewriter.cpp39 Type *v4i32; member in __anon49ae0d2e0111::SITypeRewriter
/external/llvm-project/llvm/unittests/CodeGen/
DScalableVectorMVTsTest.cpp133 EVT v4i32 = EVT::getVectorVT(Ctx, MVT::i32, 4); in TEST() local
/external/llvm/include/llvm/CodeGen/
DMachineValueType.h89 v4i32 = 40, // 4 x i32 enumerator
/external/llvm-project/clang/test/CodeGen/SystemZ/
Dsystemz-abi-vector.c39 typedef __attribute__((vector_size(16))) int v4i32; typedef
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DMachineValueType.h95 v4i32 = 46, // 4 x i32 enumerator
/external/mesa3d/src/amd/llvm/
Dac_llvm_build.h89 LLVMTypeRef v4i32; member
/external/llvm-project/llvm/include/llvm/Support/
DMachineValueType.h96 v4i32 = 47, // 4 x i32 enumerator
/external/llvm-project/clang/test/CodeGen/X86/
Dx86_32-arguments-darwin.c224 typedef int v4i32 __attribute__((__vector_size__(16))); typedef
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingDataSpillTests.cpp1378 using v4i32 = tcu::Vector<deInt32, 4>; typedef
/external/llvm-project/clang/lib/Headers/
Dmsa.h22 typedef int v4i32 __attribute__((vector_size(16), aligned(16))); typedef
/external/swiftshader/src/Reactor/
DLLVMReactor.cpp2021 Int4 v4i32 = Int4(cast); in Short4() local