Home
last modified time | relevance | path

Searched refs:isOperandMatcher (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DCodeGenHelpers.cpp302 assert(leaf.isOperandMatcher() || leaf.isAttrMatcher()); in collectPatternConstraints()
304 leaf.isOperandMatcher() ? typeConstraints : attrConstraints, in collectPatternConstraints()
305 leaf.isOperandMatcher() ? "type" : "attr", leaf.getAsConstraint()); in collectPatternConstraints()
H A DRewriterGen.cpp654 if (!operandMatcher.isOperandMatcher()) in emitOperandMatch()
1232 if (leaf.isUnspecified() || leaf.isOperandMatcher()) { in handleOpArgument()
1751 assert(leaf.isOperandMatcher()); in getVerifierName()
/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DPattern.h68 bool isOperandMatcher() const;
/llvm-project-15.0.7/mlir/lib/TableGen/
H A DPattern.cpp39 bool DagLeaf::isOperandMatcher() const { in isOperandMatcher() function in DagLeaf
62 assert((isOperandMatcher() || isAttrMatcher()) && in getAsConstraint()