Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.h61 bool typeCheck(SMLoc ErrorLoc, const MCInst &Inst);
H A DWebAssemblyAsmTypeCheck.cpp183 bool WebAssemblyAsmTypeCheck::typeCheck(SMLoc ErrorLoc, const MCInst &Inst) { in typeCheck() function in llvm::WebAssemblyAsmTypeCheck
H A DWebAssemblyAsmParser.cpp1031 if (!SkipTypeCheck && TC.typeCheck(IDLoc, Inst)) in MatchAndEmitInstruction()