Home
last modified time | relevance | path

Searched refs:V2LLi (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGen/X86/
H A Dx86-vector-width.c3 typedef signed long long V2LLi __attribute__((vector_size(16))); typedef
6 V2LLi ret_128(void);
8 void arg_128(V2LLi);
12 V2LLi foo(void) { in foo()
13 return (V2LLi){ 0, 0 }; in foo()
22 V2LLi tmp_V2LLi; in hoo()
33 V2LLi tmp_V2LLi; in koo()
43 void moo(V2LLi x) { in moo()
H A Dx86-builtins-vector-width.c3 typedef double V2LLi __attribute__((vector_size(16))); typedef
8 V2LLi tmp_V2LLi; in foo()
15 V2LLi tmp_V2LLi; in goo()
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dbuiltins-x86.c28 typedef signed long long V2LLi __attribute__((vector_size(16))); typedef
30 typedef signed long V2LLi __attribute__((vector_size(16))); typedef
92 V2LLi* tmp_V2LLip; in f0()
107 V2LLi tmp_V2LLi; in f0()