Home
last modified time | relevance | path

Searched refs:getConditionTemplate (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DCodeGenHelpers.cpp197 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()
H A DRewriterGen.cpp804 if (!StringRef(matcher.getConditionTemplate()).contains("!$_self") && in emitAttributeMatch()
805 StringRef(matcher.getConditionTemplate()).contains("$_self")) { in emitAttributeMatch()
853 auto condition = constraint.getConditionTemplate(); in emitMatchLogic()
H A DOpFormatGen.cpp1358 << tgfmt(constraint.getConditionTemplate(), in genParserTypeResolution()
/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DConstraint.h51 std::string getConditionTemplate() const;
H A DPattern.h98 std::string getConditionTemplate() const;
/llvm-project-15.0.7/mlir/lib/TableGen/
H A DConstraint.cpp50 std::string Constraint::getConditionTemplate() const { in getConditionTemplate() function in Constraint
H A DPattern.cpp77 std::string DagLeaf::getConditionTemplate() const { in getConditionTemplate() function in DagLeaf
78 return getAsConstraint().getConditionTemplate(); in getConditionTemplate()
/llvm-project-15.0.7/mlir/lib/Tools/PDLL/Parser/
H A DParser.cpp956 "return ::mlir::success(" + constraint.getConditionTemplate() + ");", in createODSNativePDLLConstraintDecl()