Lines Matching refs:OpFormatParser
2159 class OpFormatParser : public FormatParser { class
2161 OpFormatParser(llvm::SourceMgr &mgr, OperationFormat &format, Operator &op) in OpFormatParser() function in __anonf2a272a12111::OpFormatParser
2283 LogicalResult OpFormatParser::verify(SMLoc loc, in verify()
2330 OpFormatParser::verifyAttributes(SMLoc loc, in verifyAttributes()
2467 OpFormatParser::verifyAttributeColonType(SMLoc loc, in verifyAttributeColonType()
2473 LogicalResult OpFormatParser::verifyOperands( in verifyOperands()
2520 LogicalResult OpFormatParser::verifyRegions(SMLoc loc) { in verifyRegions()
2538 LogicalResult OpFormatParser::verifyResults( in verifyResults()
2586 LogicalResult OpFormatParser::verifySuccessors(SMLoc loc) { in verifySuccessors()
2605 OpFormatParser::verifyOIListElements(SMLoc loc, in verifyOIListElements()
2641 void OpFormatParser::handleAllTypesMatchConstraint( in handleAllTypesMatchConstraint()
2658 void OpFormatParser::handleSameTypesConstraint( in handleSameTypesConstraint()
2683 void OpFormatParser::handleTypesMatchConstraint( in handleTypesMatchConstraint()
2693 ConstArgument OpFormatParser::findSeenArg(StringRef name) { in findSeenArg()
2704 OpFormatParser::parseVariableImpl(SMLoc loc, StringRef name, Context ctx) { in parseVariableImpl()
2771 OpFormatParser::parseDirectiveImpl(SMLoc loc, FormatToken::Kind kind, in parseDirectiveImpl()
2805 OpFormatParser::parseAttrDictDirective(SMLoc loc, Context context, in parseAttrDictDirective()
2826 LogicalResult OpFormatParser::verifyCustomDirectiveArguments( in verifyCustomDirectiveArguments()
2846 OpFormatParser::parseFunctionalTypeDirective(SMLoc loc, Context context) { in parseFunctionalTypeDirective()
2866 OpFormatParser::parseOperandsDirective(SMLoc loc, Context context) { in parseOperandsDirective()
2881 OpFormatParser::parseReferenceDirective(SMLoc loc, Context context) { in parseReferenceDirective()
2897 OpFormatParser::parseRegionsDirective(SMLoc loc, Context context) { in parseRegionsDirective()
2915 OpFormatParser::parseResultsDirective(SMLoc loc, Context context) { in parseResultsDirective()
2923 OpFormatParser::parseSuccessorsDirective(SMLoc loc, Context context) { in parseSuccessorsDirective()
2942 OpFormatParser::parseOIListDirective(SMLoc loc, Context context) { in parseOIListDirective()
2977 LogicalResult OpFormatParser::verifyOIListParsingElement(FormatElement *element, in verifyOIListParsingElement()
3020 FailureOr<FormatElement *> OpFormatParser::parseTypeDirective(SMLoc loc, in parseTypeDirective()
3038 OpFormatParser::parseQualifiedDirective(SMLoc loc, Context context) { in parseQualifiedDirective()
3059 OpFormatParser::parseTypeDirectiveOperand(SMLoc loc, bool isRefChild) { in parseTypeDirectiveOperand()
3108 OpFormatParser::verifyOptionalGroupElements(SMLoc loc, in verifyOptionalGroupElements()
3119 LogicalResult OpFormatParser::verifyOptionalGroupElement(SMLoc loc, in verifyOptionalGroupElement()
3194 OpFormatParser parser(mgr, format, op); in generateOpFormat()