Home
last modified time | relevance | path

Searched defs:v4f32 (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/clang/test/Sema/
H A Darm_vfma.c8 void func(float32x2_t v2f32, float32x4_t v4f32) { in func()
H A Dvector-gcc-compat.cpp17 typedef float v4f32 __attribute__((vector_size(16))); typedef
H A Dvector-gcc-compat.c15 typedef float v4f32 __attribute__((vector_size(16))); typedef
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dregcall.c84 typedef float __attribute__((vector_size(16))) v4f32; typedef
H A Dvectorcall.c56 typedef float __attribute__((vector_size(16))) v4f32; typedef
/llvm-project-15.0.7/clang/test/CodeGen/SystemZ/
H A Dsystemz-abi-vector.c46 typedef __attribute__((vector_size(16))) float v4f32; typedef
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DMachineValueType.h163 v4f32 = 101, // 4 x f32 enumerator
/llvm-project-15.0.7/clang/test/CodeGen/X86/
H A Dx86_64-arguments.c159 typedef float v4f32 __attribute__((__vector_size__(16))); typedef
/llvm-project-15.0.7/clang/lib/Headers/
H A Dmsa.h30 typedef float v4f32 __attribute__((vector_size(16), aligned(16))); typedef