Searched refs:convention (Results 1 – 25 of 636) sorted by relevance
12345678910>>...26
/external/swiftshader/third_party/llvm-7.0/llvm/test/Verifier/ |
D | amdgpu-cc.ll | 3 ; CHECK: Calling convention requires void return type 9 ; CHECK: Calling convention does not support varargs or perfect forwarding! 15 ; CHECK: Calling convention does not allow sret 21 ; CHECK: Calling convention does not support varargs or perfect forwarding! 27 ; CHECK: Calling convention does not support varargs or perfect forwarding! 33 ; CHECK: Calling convention does not support varargs or perfect forwarding! 39 ; CHECK: Calling convention does not support varargs or perfect forwarding! 45 ; CHECK: Calling convention requires void return type 51 ; CHECK: Calling convention does not support varargs or perfect forwarding!
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCCallingConv.td | 34 // PPC64 AnyReg return-value convention. No explicit register is specified for 38 // This calling convention is currently only supported by the stackmap and 40 // builds. On Release builds we fallback to the PPC C calling convention. 45 // Return-value convention for PowerPC 75 // No explicit register is specified for the AnyReg calling convention. The 78 // This calling convention is currently only supported by the stackmap and 80 // builds. On Release builds we fallback to the PPC C calling convention. 90 // Simple calling convention for 64-bit ELF PowerPC fast isel. 104 // Simple return-value convention for 64-bit ELF PowerPC fast isel. 175 // This calling convention puts vector arguments always on the stack. It is used [all …]
|
/external/clang/test/SemaObjC/ |
D | arc-decls.m | 57 @property (retain) id newFoo; // expected-error {{property follows Cocoa naming convention for retu… 58 @property (strong) id copyBar; // expected-error {{property follows Cocoa naming convention for re… 59 @property (copy) id allocBaz; // expected-error {{property follows Cocoa naming convention for retu… 61 @property (retain) id newDFoo; // expected-error {{property follows Cocoa naming convention for ret… 62 @property (strong) id copyDBar; // expected-error {{property follows Cocoa naming convention for re… 63 @property (copy) id allocDBaz; // expected-error {{property follows Cocoa naming convention for ret… 80 @property (retain) id newFoo; // expected-error {{property follows Cocoa naming convention for retu… 85 @property (retain) id newBar; // expected-error {{property follows Cocoa naming convention for retu… 87 @property (retain) id newBaz; // expected-error {{property follows Cocoa naming convention for retu… 90 …donly) id newGarply; // expected-error {{property follows Cocoa naming convention for returning 'o…
|
/external/llvm/lib/Target/X86/ |
D | X86CallingConv.td | 79 // X86-32 C return-value convention. 81 // The X86-32 calling convention returns FP values in FP0, unless marked 83 // weirdly; this is really the sse-regparm calling convention) in which 92 // X86-32 FastCC return-value convention. 106 // Otherwise, it is the same as the common X86 calling convention. 110 // Intel_OCL_BI return-value convention. 129 // X86-32 HiPE return-value convention. 138 // X86-32 HiPE return-value convention. 156 // X86-64 C return-value convention. 158 // The X86-64 calling convention always returns FP values in XMM0. [all …]
|
/external/llvm/lib/Target/AVR/ |
D | AVRCallingConv.td | 25 // Special return value calling convention for runtime functions. 38 // Calling convention for variadic functions. 45 // Special argument calling convention for 52 // Special argument calling convention for
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/ |
D | BPFCallingConv.td | 14 // BPF 64-bit C return-value convention. 17 // BPF 64-bit C Calling convention. 29 // Return-value convention when -mattr=+alu32 enabled 35 // Calling convention when -mattr=+alu32 enabled
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86CallingConv.td | 75 // X86-64 Intel regcall calling convention. 260 // X86-32 C return-value convention. 262 // The X86-32 calling convention returns FP values in FP0, unless marked 264 // weirdly; this is really the sse-regparm calling convention) in which 273 // X86-32 FastCC return-value convention. 287 // Otherwise, it is the same as the common X86 calling convention. 291 // Intel_OCL_BI return-value convention. 310 // X86-32 HiPE return-value convention. 319 // X86-32 Vectorcall return-value convention. 329 // X86-64 C return-value convention. [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCCallingConv.td | 37 // PPC64 AnyReg return-value convention. No explicit register is specified for 41 // This calling convention is currently only supported by the stackmap and 43 // builds. On Release builds we fallback to the PPC C calling convention. 48 // Return-value convention for PowerPC coldcc. 72 // Return-value convention for PowerPC 111 // No explicit register is specified for the AnyReg calling convention. The 114 // This calling convention is currently only supported by the stackmap and 116 // builds. On Release builds we fallback to the PPC C calling convention. 126 // Simple calling convention for 64-bit ELF PowerPC fast isel. 140 // Simple return-value convention for 64-bit ELF PowerPC fast isel. [all …]
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86CallingConv.td | 57 // X86-32 C return-value convention. 59 // The X86-32 calling convention returns FP values in ST0, unless marked 61 // weirdly; this is really the sse-regparm calling convention) in which 70 // X86-32 FastCC return-value convention. 84 // Otherwise, it is the same as the common X86 calling convention. 88 // X86-64 C return-value convention. 90 // The X86-64 calling convention always returns FP values in XMM0. 99 // X86-Win64 C return-value convention. 101 // The X86-Win64 calling convention always returns __m64 values in RAX. 109 // This is the root return-value convention for the X86-32 backend. [all …]
|
/external/llvm/test/CodeGen/AArch64/ |
D | preserve_mostcc.ll | 7 ; with a standard calling convention. 27 ; function with preserve_mostcc calling convention calls another 28 ; function with preserve_mostcc calling convention, because the
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | preserve_mostcc.ll | 7 ; with a standard calling convention. 27 ; function with preserve_mostcc calling convention calls another 28 ; function with preserve_mostcc calling convention, because the
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCCallingConv.td | 23 // Return-value convention for PowerPC 97 // This calling convention puts vector arguments always on the stack. It is used 104 // In contrast to CC_PPC_SVR4_VarArg, this calling convention first tries to put 114 // Helper "calling convention" to handle aggregate by value arguments. 116 // of the caller. This calling convention is only used to assign those stack 122 // the CC_PPC_SVR4 calling convention.
|
/external/llvm/lib/Target/Lanai/ |
D | LanaiCallingConv.td | 18 // Lanai 32-bit C Calling convention. 31 // Lanai 32-bit Fast Calling convention. 43 // Lanai 32-bit C return-value convention.
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/ |
D | AVRCallingConv.td | 25 // Special return value calling convention for runtime functions. 38 // Calling convention for variadic functions. 45 // Special argument calling convention for
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/ |
D | LanaiCallingConv.td | 18 // Lanai 32-bit C Calling convention. 31 // Lanai 32-bit Fast Calling convention. 43 // Lanai 32-bit C return-value convention.
|
/external/zlib/src/win32/ |
D | DLL_FAQ.txt | 29 * The calling convention of functions is "C" (CDECL). 85 - In principle, you can do it by assigning calling convention 89 You have to find out first what kind of calling convention is 135 convention. Why not use the STDCALL convention? 136 STDCALL is the standard convention in Win32, and I need it in 139 (For readability, we use CDECL to refer to the convention 141 the convention triggered by "__stdcall", and FASTCALL to 142 refer to the convention triggered by "__fastcall".) 145 indeed the WINAPI convention (which translates to STDCALL in 163 convention used by the C compilers that run under Windows. [all …]
|
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/ |
D | BlackfinCallingConv.td | 14 // Blackfin C Calling convention. 26 // Blackfin C return-value convention.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | 2009-06-12-x86_64-tail-call-conv-out-of-sync-bug.ll | 5 ; calling convention out of sync with standard c calling convention on x86_64)
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | 2009-06-12-x86_64-tail-call-conv-out-of-sync-bug.ll | 5 ; calling convention out of sync with standard c calling convention on x86_64)
|
/external/llvm/test/CodeGen/X86/ |
D | 2009-06-12-x86_64-tail-call-conv-out-of-sync-bug.ll | 5 ; calling convention out of sync with standard c calling convention on x86_64)
|
/external/swiftshader/third_party/LLVM/test/Transforms/SimplifyLibCalls/ |
D | PR7357.ll | 5 ; convention with a new call with a different calling convention.
|
/external/llvm/test/Transforms/InstCombine/ |
D | PR7357.ll | 5 ; convention with a new call with a different calling convention.
|
/external/llvm/lib/Target/BPF/ |
D | BPFCallingConv.td | 14 // BPF 64-bit C return-value convention. 17 // BPF 64-bit C Calling convention.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GlobalOpt/ |
D | musttail_cc.ll | 4 ; Check that musttail callee preserves its calling convention 17 ; Check that musttail caller preserves its calling convention
|
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/ |
D | SparcCallingConv.td | 18 // Sparc 32-bit C return-value convention. 25 // Sparc 32-bit C Calling convention.
|
12345678910>>...26