Home | History | Annotate | Download | only in TableGen

Lines Matching defs:Validate

426   /// Validate - Return true if this matchable is a valid thing to match against
428 bool Validate(StringRef CommentDelimiter, bool Hack) const;
761 bool MatchableInfo::Validate(StringRef CommentDelimiter, bool Hack) const {
1202 // Validate the operand list to ensure we can handle this instruction.
1206 // Validate tied operands.
1229 if (!II->Validate(CommentDelimiter, true))
1260 // Validate the alias definitions.
1261 II->Validate(CommentDelimiter, false);
1695 /// EmitValidateOperandClass - Emit the function to validate an operand class.
2303 // Emit the routine to validate an operand against a match class.