Searched refs:OperandClass (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h217 // relating to the operand class expected by the encoding. OperandClass is
221 unsigned OperandClass, unsigned Opcode,
226 Result.MissedOperand.Class = OperandClass;
233 // than were parsed. OperandClass is the class of the expected operand that
235 static NearMissInfo getTooFewOperands(unsigned OperandClass, argument
239 Result.TooFewOperands.Class = OperandClass;
220 getMissedOperand(unsigned OperandError, unsigned OperandClass, unsigned Opcode, unsigned OperandIndex) argument

Completed in 42 milliseconds