Searched refs:verifyOperands (Results 1 – 3 of 3) sorted by relevance
221 static Error verifyOperands(const MCInstrDesc &MCDesc, const MCInst &MCI) { in verifyOperands() function577 if (Error Err = verifyOperands(MCDesc, MCI)) in createInstrDescImpl()
218 static Error verifyOperands(const MCInstrDesc &MCDesc, const MCInst &MCI) { in verifyOperands() function574 if (Error Err = verifyOperands(MCDesc, MCI)) in createInstrDescImpl()
2065 verifyOperands(llvm::SMLoc loc,2222 failed(verifyOperands(loc, variableTyResolver)) || in parse()2298 LogicalResult FormatParser::verifyOperands( in verifyOperands() function in FormatParser