Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.cpp161 addParam(WebAssembly::parseMVT(VT.Value)); in initializeBaseYamlFields()
163 addResult(WebAssembly::parseMVT(VT.Value)); in initializeBaseYamlFields()
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/Utils/
H A DWebAssemblyTypeUtilities.h94 MVT parseMVT(StringRef Type);
H A DWebAssemblyTypeUtilities.cpp59 MVT WebAssembly::parseMVT(StringRef Type) { in parseMVT() function in WebAssembly