Lines Matching full:calling
1 //===-- X86CallingConv.td - Calling Conventions X86 32/64 --*- tablegen -*-===//
10 // This describes the calling conventions for the X86-32 and X86-64
20 // Return Value Calling Conventions
68 // The X86-32 calling convention returns FP values in ST0, unless marked
70 // weirdly; this is really the sse-regparm calling convention) in which
71 // case they use XMM0, otherwise it is the same as the common X86 calling
93 // Otherwise, it is the same as the common X86 calling convention.
127 // The X86-64 calling convention always returns FP values in XMM0.
138 // The X86-Win64 calling convention always returns __m64 values in RAX.
167 // This calling convention is currently only supported by the stackmap and
169 // builds. On Release builds we fallback to the X86 C calling convention.
208 // Check if this is the Intel OpenCL built-ins calling convention
216 // X86-64 Argument Calling Conventions
279 // Calling convention used on Win64
307 // Do not pass the sret argument in RCX, the Win64 thiscall calling
372 // No explicit register is specified for the AnyReg calling convention. The
375 // This calling convention is currently only supported by the stackmap and
377 // builds. On Release builds we fallback to the X86 C calling convention.
383 // X86 C Calling Convention
386 /// CC_X86_32_Common - In all X86-32 calling conventions, extra integers and FP
541 // X86-64 Intel OpenCL built-ins calling convention.
570 // X86 Root Argument Calling Conventions