Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/TableGen/
DPattern.h67 bool isOperandMatcher() const;
/external/llvm-project/mlir/lib/TableGen/
DPattern.cpp37 bool DagLeaf::isOperandMatcher() const { in isOperandMatcher() function in DagLeaf
62 assert((isOperandMatcher() || isAttrMatcher()) && in getAsConstraint()
/external/llvm-project/mlir/tools/mlir-tblgen/
DRewriterGen.cpp271 } else if (leaf.isOperandMatcher()) { in emitNativeCodeMatch()
404 if (!matcher.isOperandMatcher()) { in emitOperandMatch()
896 if (leaf.isUnspecified() || leaf.isOperandMatcher()) { in handleOpArgument()