Home
last modified time | relevance | path

Searched refs:checkTypes (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.cpp134 bool WebAssemblyAsmTypeCheck::checkTypes(SMLoc ErrorLoc, in checkTypes() function in llvm::WebAssemblyAsmTypeCheck
137 return checkTypes(ErrorLoc, valTypesToStackTypes(ValTypes), ExactMatch); in checkTypes()
140 bool WebAssemblyAsmTypeCheck::checkTypes(SMLoc ErrorLoc, in checkTypes() function in llvm::WebAssemblyAsmTypeCheck
201 bool Error = checkTypes(ErrorLoc, Types, ExactMatch); in popTypes()
329 return checkTypes(ErrorLoc, FuncInfo.Sig.Returns, ExactMatch); in endOfFunction()
551 bool Error = checkTypes(ErrorLoc, LastBlockInfo.Sig.Returns, true); in typeCheck()
589 Error |= checkTypes(ErrorLoc, DestBlockInfo.Sig.Params, false); in typeCheck()
591 Error |= checkTypes(ErrorLoc, DestBlockInfo.Sig.Returns, false); in typeCheck()
H A DWebAssemblyAsmTypeCheck.h54 bool checkTypes(SMLoc ErrorLoc, ArrayRef<wasm::ValType> Types,
56 bool checkTypes(SMLoc ErrorLoc, ArrayRef<StackType> Types,