Lines Matching refs:convention
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.
171 // X86-Win64 C return-value convention.
173 // The X86-Win64 calling convention always returns __m64 values in RAX.
180 // X86-64 HiPE return-value convention.
189 // X86-64 WebKit_JS return-value convention.
216 // X86-64 AnyReg return-value convention. No explicit register is specified for
220 // This calling convention is currently only supported by the stackmap and
222 // builds. On Release builds we fallback to the X86 C calling convention.
227 // X86-64 HHVM return-value convention.
237 // This is the root return-value convention for the X86-32 backend.
249 // This is the root return-value convention for the X86-64 backend.
275 // This is the return-value convention used for the entire X86 backend.
278 // Check if this is the Intel OpenCL built-ins calling convention
370 // Calling convention for X86-64 HHVM.
378 // Calling convention for helper functions in HHVM.
383 // Otherwise it's the same as the regular C calling convention.
387 // Calling convention used on Win64
416 // convention requires "this" to be passed in RCX.
499 // No explicit register is specified for the AnyReg calling convention. The
502 // This calling convention is currently only supported by the stackmap and
504 // builds. On Release builds we fallback to the X86 C calling convention.
762 // X86-64 Intel OpenCL built-ins calling convention.
805 // This is the root argument convention for the X86-32 backend.
807 // X86_INTR calling convention is valid in MCU target and should override the
808 // MCU calling convention. Thus, this should be checked before isTargetMCU().
822 // This is the root argument convention for the X86-64 backend.
842 // This is the argument convention used for the entire X86 backend.