Home
last modified time | relevance | path

Searched refs:canLowerMultivalueReturn (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRuntimeLibcallSignatures.cpp719 if (WebAssembly::canLowerMultivalueReturn(&Subtarget)) { in getLibcallSignature()
728 if (WebAssembly::canLowerMultivalueReturn(&Subtarget)) { in getLibcallSignature()
737 if (WebAssembly::canLowerMultivalueReturn(&Subtarget)) { in getLibcallSignature()
747 if (WebAssembly::canLowerMultivalueReturn(&Subtarget)) { in getLibcallSignature()
757 if (WebAssembly::canLowerMultivalueReturn(&Subtarget)) { in getLibcallSignature()
767 if (WebAssembly::canLowerMultivalueReturn(&Subtarget)) { in getLibcallSignature()
779 if (WebAssembly::canLowerMultivalueReturn(&Subtarget)) { in getLibcallSignature()
792 if (WebAssembly::canLowerMultivalueReturn(&Subtarget)) { in getLibcallSignature()
806 if (WebAssembly::canLowerMultivalueReturn(&Subtarget)) { in getLibcallSignature()
876 if (WebAssembly::canLowerMultivalueReturn(&Subtarget)) { in getLibcallSignature()
[all …]
H A DWebAssemblyUtilities.cpp186 bool WebAssembly::canLowerMultivalueReturn( in canLowerMultivalueReturn() function in WebAssembly
195 return ResultSize <= 1 || canLowerMultivalueReturn(Subtarget); in canLowerReturn()
H A DWebAssemblyUtilities.h69 bool canLowerMultivalueReturn(const WebAssemblySubtarget *Subtarget);