Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.cpp127 ArrayRef<wasm::ValType> ValTypes) { in valTypesToStackTypes() argument
128 SmallVector<StackType, 4> Types(ValTypes.size()); in valTypesToStackTypes()
129 llvm::transform(ValTypes, Types.begin(), in valTypesToStackTypes()
135 ArrayRef<wasm::ValType> ValTypes, in checkTypes() argument
137 return checkTypes(ErrorLoc, valTypesToStackTypes(ValTypes), ExactMatch); in checkTypes()
193 ArrayRef<wasm::ValType> ValTypes, in popTypes() argument
195 return popTypes(ErrorLoc, valTypesToStackTypes(ValTypes), ExactMatch); in popTypes()
224 void WebAssemblyAsmTypeCheck::pushTypes(ArrayRef<wasm::ValType> ValTypes) { in pushTypes() argument
225 Stack.append(valTypesToStackTypes(ValTypes)); in pushTypes()
H A DWebAssemblyAsmTypeCheck.h72 valTypesToStackTypes(ArrayRef<wasm::ValType> ValTypes);