Searched refs:Vectorcall (Results 1 – 11 of 11) sorted by relevance
185 Vectorcall, enumerator203 "vectorcall" => Ok(Self::Vectorcall), in from_str()219 Self::Vectorcall => "vectorcall", in fmt()292 CXCallingConv_X86VectorCall => ClangAbi::Known(Abi::Vectorcall), in get_abi()
35 The Vectorcall Protocol133 Vectorcall Support API
2013 Vectorcall function to use for calls of this type object.
68 Vectorcall, enumerator
104 case CallingConv::Vectorcall: in outputCallingConvention()
1713 return CallingConv::Vectorcall; in demangleCallingConvention()
319 // X86-32 Vectorcall return-value convention.359 // Vectorcall calling convention always returns FP values in XMMs.467 // Handle Vectorcall CC
2488 ClangAbi::Known(Abi::Vectorcall) => { in codegen_method()3995 ClangAbi::Known(Abi::Vectorcall) in try_to_rust_ty()4117 ClangAbi::Known(Abi::Vectorcall) in codegen()
945 The Vectorcall API (PEP 590) was made public, adding the functions
2018 Implement :pep:`590`: Vectorcall: a fast calling protocol for CPython. This
349 PEP 590: Vectorcall: a fast calling protocol for CPython