Home
last modified time | relevance | path

Searched refs:Vectorcall (Results 1 – 11 of 11) sorted by relevance

/third_party/rust/crates/bindgen/bindgen/ir/
Dfunction.rs185 Vectorcall, enumerator
203 "vectorcall" => Ok(Self::Vectorcall), in from_str()
219 Self::Vectorcall => "vectorcall", in fmt()
292 CXCallingConv_X86VectorCall => ClangAbi::Known(Abi::Vectorcall), in get_abi()
/third_party/python/Doc/c-api/
Dcall.rst35 The Vectorcall Protocol
133 Vectorcall Support API
Dtypeobj.rst2013 Vectorcall function to use for calls of this type object.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DMicrosoftDemangleNodes.h68 Vectorcall, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/
DMicrosoftDemangleNodes.cpp104 case CallingConv::Vectorcall: in outputCallingConvention()
DMicrosoftDemangle.cpp1713 return CallingConv::Vectorcall; in demangleCallingConvention()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86CallingConv.td319 // X86-32 Vectorcall return-value convention.
359 // Vectorcall calling convention always returns FP values in XMMs.
467 // Handle Vectorcall CC
/third_party/rust/crates/bindgen/bindgen/codegen/
Dmod.rs2488 ClangAbi::Known(Abi::Vectorcall) => { in codegen_method()
3995 ClangAbi::Known(Abi::Vectorcall) in try_to_rust_ty()
4117 ClangAbi::Known(Abi::Vectorcall) in codegen()
/third_party/python/Misc/NEWS.d/
D3.9.0a4.rst945 The Vectorcall API (PEP 590) was made public, adding the functions
D3.8.0b1.rst2018 Implement :pep:`590`: Vectorcall: a fast calling protocol for CPython. This
/third_party/python/Doc/whatsnew/
D3.8.rst349 PEP 590: Vectorcall: a fast calling protocol for CPython