Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/TableGen/
DPattern.cpp61 Constraint DagLeaf::getAsConstraint() const { in getAsConstraint() function in DagLeaf
78 return getAsConstraint().getConditionTemplate(); in getConditionTemplate()
659 auto constraint = leaf.getAsConstraint(); in collectBoundSymbols()
/external/llvm-project/mlir/include/mlir/TableGen/
DPattern.h86 Constraint getAsConstraint() const;
/external/llvm-project/mlir/tools/mlir-tblgen/
DRewriterGen.cpp309 auto constraint = leaf.getAsConstraint(); in emitNativeCodeMatch()
412 Constraint constraint = matcher.getAsConstraint(); in emitOperandMatch()
494 matcher.getAsConstraint().getDescription())); in emitAttributeMatch()