Home
last modified time | relevance | path

Searched defs:vec4 (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang/test/Sema/
H A Dext_vector_components.c13 float4 vec4, vec4_2, *vec4p; in test() local
H A Dext_vector_casts.c18 float4 vec4, vec4_2; test() local
[all...]
/llvm-project/clang/test/CodeGen/
H A Dvector.c15 typedef float vec4 __attribute__((vector_size(16))); typedef
H A Dext-vector.c21 float4 vec4, vec4_2; variable
/llvm-project/clang/test/SemaCXX/
H A Dreferences.cpp145 __attribute((vector_size(16))) typedef int vec4; in test10() typedef
/llvm-project/clang/test/CodeGenCXX/
H A Dreferences.cpp60 __attribute((vector_size(16))) typedef int vec4; in test_scalar() typedef