Home
last modified time | relevance | path

Searched refs:__vectorcall (Results 1 – 25 of 33) sorted by relevance

12

/llvm-project-15.0.7/clang/test/CodeGen/
H A Dvectorcall.c4 void __vectorcall v1(int a, int b) {} in v1()
8 void __vectorcall v2(char a, char b) {} in v2()
13 void __vectorcall v3(int a, struct Small b, int c) {} in v3()
18 void __vectorcall v4(int a, struct Large b, int c) {} in v4()
26 void __vectorcall hfa1(int a, struct HFA4 b, int c) {} in hfa1()
33 void __vectorcall hfa2(struct HFA4 a, struct HFA4 b, double c) {} in hfa2()
46 void __vectorcall hfa4(struct HFA5 a) {} in hfa4()
52 struct HFA2 __vectorcall hfa5(void) { return g_hfa2; } in hfa5()
62 v4f32 __vectorcall hva1(int a, struct HVA4 b, int c) {return b.w;} in hva1()
99 void __vectorcall odd_size_hva(struct OddSizeHVA a) {} in odd_size_hva()
[all …]
H A Dmangle-windows.c57 void __vectorcall v1(void) {} in v1()
63 void __vectorcall v2(char a) {} in v2()
69 void __vectorcall v3(short a) {} in v3()
73 void __vectorcall v4(int a) {} in v4()
77 void __vectorcall v5(long long a) {} in v5()
81 void __vectorcall v6(char a, char b) {} in v6()
H A Dmicrosoft-call-conv.c23 void __vectorcall f61(void) { in f61()
36 void (__vectorcall *pf7)(void) = f61; variable
H A Dcalling-conv-ignored.c9 void __vectorcall foo_vector(const char *lpString1, const char *lpString2);
/llvm-project-15.0.7/clang/test/Sema/
H A Dcalling-conv-complete-params.c31 EXTERN_C void __vectorcall fwd_vector(struct Foo p);
35 void (__vectorcall *fp_fwd_vector)(struct Foo) = &fwd_vector; variable
45 EXTERN_C void __vectorcall tpl_ok(TemplateWrapper<int> p);
46 void(__vectorcall *fp_tpl_ok)(TemplateWrapper<int>) = &tpl_ok; variable
48 EXTERN_C void __vectorcall tpl_fast(TemplateWrapper<Foo> p);
52 void(__vectorcall *fp_tpl_fast)(TemplateWrapper<Foo>) = &tpl_fast; variable
H A Ddecl-microsoft-call-conv.c18 void __vectorcall CrcGenerateTableVectorcall(void);
19 void __vectorcall CrcGenerateTableVectorcall();
20 void __vectorcall CrcGenerateTableVectorcall() {} in CrcGenerateTableVectorcall()
26 void __vectorcall CrcGenerateTableNoProtoVectorcall(); // expected-error{{function with no prototyp…
32 void __vectorcall CrcGenerateTableNoProtoDefVectorcall() {} in CrcGenerateTableNoProtoDefVectorcall()
H A Dno_callconv.cpp7 void __vectorcall func_vc() {} // expected-error {{'__vectorcall' calling convention is not support… in func_vc()
23 void __vectorcall func_vc() {} in func_vc()
H A Dcallingconv.c75 void __vectorcall __builtin_unreachable(); // expected-warning {{vectorcall calling convention is n…
H A Dattr-target-mv.c99 __vectorcall int __attribute__((target("arch=sandybridge"))) diff_cc(void);
H A Dattr-cpuspecific.c98 __vectorcall int __attribute__((cpu_specific(sandybridge))) diff_cc(void);
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Ddecl-microsoft-call-conv.cpp13 void __vectorcall free_func_vectorcall(); // expected-note 2 {{previous declaration is here}}
53 void __vectorcall member_vectorcall1();
54 void __vectorcall member_vectorcall2(); // expected-note {{previous declaration is here}}
80__vectorcall S(); // expected-warning {{vectorcall calling convention is not supported on construc…
164 void __cdecl __cdecl __stdcall __cdecl __fastcall __vectorcall multi_cc(int x);
H A Dlambda-conversion-op-cc.cpp159 void(__vectorcall * generic_ptr)(char) = genericlambda; in useage() local
/llvm-project-15.0.7/clang/test/SemaCUDA/
H A Damdgpu-windows-vectorcall.cu4 __vectorcall void (*hostf2)() = hostf1; // expected-error {{cannot initialize a variable of type 'v…
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Ddebug-info-calling-conventions.cpp16 void __vectorcall vectorcallcc() {} in vectorcallcc()
H A Dinalloca-vector.cpp64 void __vectorcall vectorcall_receive_vec(double xmm0, double xmm1, double xmm2, in vectorcall_receive_vec()
H A Dmangle-ms.cpp395 void __vectorcall vector_func() { } in vector_func()
/llvm-project-15.0.7/llvm/test/tools/llvm-symbolizer/pdb/Inputs/
H A Dtest.cpp30 void __vectorcall foo_vectorcall() {} in foo_vectorcall()
/llvm-project-15.0.7/lldb/test/Shell/SymbolFile/PDB/Inputs/
H A DCallingConventionsTest.cpp10 int __vectorcall FuncVectorCall() { return 0; } in FuncVectorCall()
/llvm-project-15.0.7/lldb/test/Shell/SymbolFile/NativePDB/
H A Dfunction-types-calling-conv.cpp14 void __vectorcall VectorcallFn() {} in VectorcallFn()
/llvm-project-15.0.7/llvm/test/DebugInfo/PDB/Inputs/
H A Devery-function.cpp14 int __vectorcall cc_vectorcall() { return 42; } in cc_vectorcall()
/llvm-project-15.0.7/clang/test/Parser/
H A DMicrosoftExtensions.c101 typedef void(*ignored_quals_dummy6)(void), __vectorcall ignored_quals6; // expected-warning {{quali…
H A DMicrosoftExtensions.cpp422 typedef void(*ignored_quals_dummy6)(), __vectorcall ignored_quals6; // expected-warning {{qualifier…
/llvm-project-15.0.7/llvm/test/DebugInfo/X86/
H A DDW_AT_calling-convention.ll13 ; void __vectorcall vectorcallcc() {}
/llvm-project-15.0.7/clang/test/OpenMP/
H A Ddeclare_variant_messages.c138 __vectorcall int diff_cc(void);
/llvm-project-15.0.7/llvm/test/DebugInfo/COFF/
H A Dtypes-calling-conv.ll13 ; void __vectorcall vectorcallcc() {}

12