Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.cpp145 addParam(WebAssembly::parseMVT(VT.Value)); in initializeBaseYamlFields()
147 addResult(WebAssembly::parseMVT(VT.Value)); in initializeBaseYamlFields()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/Utils/
H A DWebAssemblyTypeUtilities.h56 MVT parseMVT(StringRef Type);
H A DWebAssemblyTypeUtilities.cpp61 MVT WebAssembly::parseMVT(StringRef Type) { in parseMVT() function in WebAssembly