/external/llvm-project/clang/test/CodeGen/ |
D | vectorcall.c | 4 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() 39 void __vectorcall hfa3(double a, double b, double c, double d, double e, struct HFA2 f) {} in hfa3() 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() [all …]
|
D | mangle-windows.c | 57 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()
|
D | microsoft-call-conv.c | 23 void __vectorcall f61(void) { in f61() 36 void (__vectorcall *pf7)(void) = f61; variable
|
D | calling-conv-ignored.c | 9 void __vectorcall foo_vector(const char *lpString1, const char *lpString2);
|
/external/clang/test/CodeGen/ |
D | vectorcall.c | 4 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() 39 void __vectorcall hfa3(double a, double b, double c, double d, double e, struct HFA2 f) {} in hfa3() 46 void __vectorcall hfa4(struct HFA5 a) {} in hfa4() 52 struct HFA2 __vectorcall hfa5(void) { return g_hfa2; } in hfa5() 60 void __vectorcall hva1(int a, struct HVA4 b, int c) {} in hva1() [all …]
|
D | mangle-windows.c | 57 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()
|
D | microsoft-call-conv.c | 23 void __vectorcall f61(void) { in f61() 36 void (__vectorcall *pf7)(void) = f61; variable
|
/external/llvm-project/clang/test/Sema/ |
D | calling-conv-complete-params.c | 31 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
|
D | decl-microsoft-call-conv.c | 18 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()
|
D | no_callconv.cpp | 7 void __vectorcall func_vc() {} // expected-error {{'__vectorcall' calling convention is not support… in func_vc() 22 void __vectorcall func_vc() {} in func_vc()
|
D | callingconv.c | 72 void __vectorcall __builtin_unreachable(); // expected-warning {{vectorcall calling convention is n…
|
D | attr-target-mv.c | 99 __vectorcall int __attribute__((target("arch=sandybridge"))) diff_cc(void);
|
/external/clang/test/Sema/ |
D | decl-microsoft-call-conv.c | 18 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()
|
/external/llvm-project/clang/test/SemaCXX/ |
D | decl-microsoft-call-conv.cpp | 13 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);
|
D | lambda-conversion-op-cc.cpp | 159 void(__vectorcall * generic_ptr)(char) = genericlambda; in useage() local
|
/external/clang/test/SemaCXX/ |
D | decl-microsoft-call-conv.cpp | 13 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 ignored on constructor/destr… 164 void __cdecl __cdecl __stdcall __cdecl __fastcall __vectorcall multi_cc(int x);
|
/external/llvm-project/clang/test/SemaCUDA/ |
D | amdgpu-windows-vectorcall.cu | 4 __vectorcall void (*hostf2)() = hostf1; // expected-error {{cannot initialize a variable of type 'v…
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | debug-info-calling-conventions.cpp | 16 void __vectorcall vectorcallcc() {} in vectorcallcc()
|
D | inalloca-vector.cpp | 64 void __vectorcall vectorcall_receive_vec(double xmm0, double xmm1, double xmm2, in vectorcall_receive_vec()
|
/external/clang/test/CodeGenCXX/ |
D | debug-info-calling-conventions.cpp | 16 void __vectorcall vectorcallcc() {} in vectorcallcc()
|
/external/llvm-project/lldb/test/Shell/SymbolFile/PDB/Inputs/ |
D | CallingConventionsTest.cpp | 10 int __vectorcall FuncVectorCall() { return 0; } in FuncVectorCall()
|
/external/llvm-project/llvm/test/tools/llvm-symbolizer/pdb/Inputs/ |
D | test.cpp | 30 void __vectorcall foo_vectorcall() {} in foo_vectorcall()
|
/external/llvm/test/tools/llvm-symbolizer/pdb/Inputs/ |
D | test.cpp | 28 void __vectorcall foo_vectorcall() {} in foo_vectorcall()
|
/external/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/ |
D | function-types-calling-conv.cpp | 14 void __vectorcall VectorcallFn() {} in VectorcallFn()
|
/external/llvm-project/llvm/test/DebugInfo/PDB/Inputs/ |
D | every-function.cpp | 14 int __vectorcall cc_vectorcall() { return 42; } in cc_vectorcall()
|