/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/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/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/clang/test/CodeGenCXX/ |
D | debug-info-calling-conventions.cpp | 16 void __vectorcall vectorcallcc() {} in vectorcallcc()
|
D | mangle-ms.cpp | 390 void __vectorcall vector_func() { } in vector_func()
|
/external/llvm/test/tools/llvm-symbolizer/pdb/Inputs/ |
D | test.cpp | 28 void __vectorcall foo_vectorcall() {} in foo_vectorcall()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-symbolizer/pdb/Inputs/ |
D | test.cpp | 28 void __vectorcall foo_vectorcall() {} in foo_vectorcall()
|
/external/clang/test/Parser/ |
D | MicrosoftExtensions.c | 101 typedef void(*ignored_quals_dummy6)(), __vectorcall ignored_quals6; // expected-warning {{qualifier…
|
D | MicrosoftExtensions.cpp | 377 typedef void(*ignored_quals_dummy6)(), __vectorcall ignored_quals6; // expected-warning {{qualifier…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/ |
D | DW_AT_calling-convention.ll | 13 ; void __vectorcall vectorcallcc() {}
|
/external/llvm/test/DebugInfo/X86/ |
D | DW_AT_calling-convention.ll | 13 ; void __vectorcall vectorcallcc() {}
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
D | simdlib_types.hpp | 42 #define SIMDCALL __vectorcall
|
/external/llvm/test/DebugInfo/COFF/ |
D | types-calling-conv.ll | 12 ; void __vectorcall vectorcallcc() {}
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/COFF/ |
D | types-calling-conv.ll | 12 ; void __vectorcall vectorcallcc() {}
|
/external/clang/include/clang/Basic/ |
D | TokenKinds.def | 496 KEYWORD(__vectorcall , KEYALL) 620 ALIAS("_vectorcall" , __vectorcall, KEYMS)
|
D | AttrDocs.td | 1175 See the documentation for `__vectorcall`_ on MSDN for more details. 1177 .. _`__vectorcall`: http://msdn.microsoft.com/en-us/library/dn375768.aspx
|
D | Attr.td | 1457 let Spellings = [GNU<"vectorcall">, Keyword<"__vectorcall">,
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Demangle/ |
D | ms-mangle.test | 329 ; CHECK: void __vectorcall vector_func(void)
|
/external/clang/include/clang/Driver/ |
D | CLCompatOptions.td | 282 HelpText<"Set __vectorcall as a default calling convention">;
|
/external/skia/src/opts/ |
D | SkRasterPipeline_opts.h | 794 #define ABI __vectorcall
|
/external/skqp/src/opts/ |
D | SkRasterPipeline_opts.h | 794 #define ABI __vectorcall
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | LangRef.rst | 1993 ``__fastcall``, and ``__vectorcall`` have custom mangling that appends
|