Searched refs:getConditionTemplate (Results 1 – 8 of 8) sorted by relevance
197 tgfmt(it.first.getConditionTemplate(), &ctx), in emitConstraints()223 tgfmt(it.first.getConditionTemplate(), &ctx), in emitPatternConstraints()229 tgfmt(it.first.getConditionTemplate(), &ctx), in emitPatternConstraints()245 tgfmt(attr.getConditionTemplate(), &ctx.withSelf("attr").withOp("*op")) in canUniqueAttrConstraint()
804 if (!StringRef(matcher.getConditionTemplate()).contains("!$_self") && in emitAttributeMatch()805 StringRef(matcher.getConditionTemplate()).contains("$_self")) { in emitAttributeMatch()853 auto condition = constraint.getConditionTemplate(); in emitMatchLogic()
1358 << tgfmt(constraint.getConditionTemplate(), in genParserTypeResolution()
51 std::string getConditionTemplate() const;
98 std::string getConditionTemplate() const;
50 std::string Constraint::getConditionTemplate() const { in getConditionTemplate() function in Constraint
77 std::string DagLeaf::getConditionTemplate() const { in getConditionTemplate() function in DagLeaf78 return getAsConstraint().getConditionTemplate(); in getConditionTemplate()
956 "return ::mlir::success(" + constraint.getConditionTemplate() + ");", in createODSNativePDLLConstraintDecl()