Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/TableGen/
DPattern.cpp42 bool DagLeaf::isAttrMatcher() const { in isAttrMatcher() function in DagLeaf
62 assert((isOperandMatcher() || isAttrMatcher()) && in getAsConstraint()
660 bool isAttr = leaf.isAttrMatcher() || leaf.isEnumAttrCase() || in collectBoundSymbols()
/external/llvm-project/mlir/include/mlir/TableGen/
DPattern.h71 bool isAttrMatcher() const;
/external/llvm-project/mlir/tools/mlir-tblgen/
DRewriterGen.cpp269 if (leaf.isAttrMatcher() || leaf.isConstantAttr()) { in emitNativeCodeMatch()
480 if (!matcher.isAttrMatcher()) { in emitAttributeMatch()