Lines Matching defs:OpFormatParser
2665 // OpFormatParser
2679 class OpFormatParser : public FormatParser {
2681 OpFormatParser(llvm::SourceMgr &mgr, OperationFormat &format, Operator &op)
2806 LogicalResult OpFormatParser::verify(SMLoc loc,
2857 OpFormatParser::verifyAttributes(SMLoc loc,
2997 OpFormatParser::verifyAttributeColonType(SMLoc loc,
3024 OpFormatParser::verifyAttrDictRegion(SMLoc loc,
3046 LogicalResult OpFormatParser::verifyOperands(
3093 LogicalResult OpFormatParser::verifyRegions(SMLoc loc) {
3111 LogicalResult OpFormatParser::verifyResults(
3159 LogicalResult OpFormatParser::verifySuccessors(SMLoc loc) {
3178 OpFormatParser::verifyOIListElements(SMLoc loc,
3214 void OpFormatParser::handleAllTypesMatchConstraint(
3231 void OpFormatParser::handleSameTypesConstraint(
3256 void OpFormatParser::handleTypesMatchConstraint(
3265 ConstArgument OpFormatParser::findSeenArg(StringRef name) {
3276 OpFormatParser::parseVariableImpl(SMLoc loc, StringRef name, Context ctx) {
3360 OpFormatParser::parseDirectiveImpl(SMLoc loc, FormatToken::Kind kind,
3392 OpFormatParser::parseAttrDictDirective(SMLoc loc, Context context,
3414 OpFormatParser::parsePropDictDirective(SMLoc loc, Context context) {
3430 LogicalResult OpFormatParser::verifyCustomDirectiveArguments(
3451 OpFormatParser::parseFunctionalTypeDirective(SMLoc loc, Context context) {
3471 OpFormatParser::parseOperandsDirective(SMLoc loc, Context context) {
3486 OpFormatParser::parseRegionsDirective(SMLoc loc, Context context) {
3504 OpFormatParser::parseResultsDirective(SMLoc loc, Context context) {
3512 OpFormatParser::parseSuccessorsDirective(SMLoc loc, Context context) {
3531 OpFormatParser::parseOIListDirective(SMLoc loc, Context context) {
3566 LogicalResult OpFormatParser::verifyOIListParsingElement(FormatElement *element,
3618 FailureOr<FormatElement *> OpFormatParser::parseTypeDirective(SMLoc loc,
3635 LogicalResult OpFormatParser::markQualified(SMLoc loc, FormatElement *element) {
3649 OpFormatParser::parseTypeDirectiveOperand(SMLoc loc, bool isRefChild) {
3697 LogicalResult OpFormatParser::verifyOptionalGroupElements(
3706 LogicalResult OpFormatParser::verifyOptionalGroupElement(SMLoc loc,
3806 OpFormatParser parser(mgr, format, op);