Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/TableGen/
DConstraint.h44 std::string getConditionTemplate() const;
DPattern.h97 std::string getConditionTemplate() const;
/external/llvm-project/mlir/lib/TableGen/
DConstraint.cpp55 std::string Constraint::getConditionTemplate() const { in getConditionTemplate() function in Constraint
DPattern.cpp77 std::string DagLeaf::getConditionTemplate() const { in getConditionTemplate() function in DagLeaf
78 return getAsConstraint().getConditionTemplate(); in getConditionTemplate()
/external/llvm-project/mlir/tools/mlir-tblgen/
DRewriterGen.cpp314 tgfmt(constraint.getConditionTemplate(), &fmtCtx.withSelf(self)), in emitNativeCodeMatch()
424 tgfmt(constraint.getConditionTemplate(), &fmtCtx.withSelf(self)), in emitOperandMatch()
490 tgfmt(matcher.getConditionTemplate(), &fmtCtx.withSelf("tblgen_attr")), in emitAttributeMatch()
532 auto condition = constraint.getConditionTemplate(); in emitMatchLogic()
DStructsGen.cpp195 std::string(tgfmt(type.getConditionTemplate(), &fctx.withSelf(name))); in emitClassofDef()
DOpDefinitionsGen.cpp1904 << tgfmt(constraint.getConditionTemplate(), in genOperandResultVerifier()
1939 auto constraint = tgfmt(region.constraint.getConditionTemplate(), in genRegionVerifier()
1979 auto constraint = tgfmt(successor.constraint.getConditionTemplate(), in genSuccessorVerifier()
DOpFormatGen.cpp1243 << tgfmt(constraint.getConditionTemplate(), in genParserTypeResolution()