MLIR
18.0.0git
|
This is the complete list of members for mlir::detail::PDLByteCodePattern, including all inherited members.
addDebugLabels(ArrayRef< StringRef > labels) | mlir::Pattern | inline |
addDebugLabels(StringRef label) | mlir::Pattern | inline |
create(pdl_interp::RecordMatchOp matchOp, PDLPatternConfigSet *configSet, ByteCodeAddr rewriterAddr) | mlir::detail::PDLByteCodePattern | static |
getBenefit() const | mlir::Pattern | inline |
getConfigSet() const | mlir::detail::PDLByteCodePattern | inline |
getContext() const | mlir::Pattern | inline |
getDebugLabels() const | mlir::Pattern | inline |
getDebugName() const | mlir::Pattern | inline |
getGeneratedOps() const | mlir::Pattern | inline |
getRewriterAddr() const | mlir::detail::PDLByteCodePattern | inline |
getRootInterfaceID() const | mlir::Pattern | inline |
getRootKind() const | mlir::Pattern | inline |
getRootTraitID() const | mlir::Pattern | inline |
hasBoundedRewriteRecursion() const | mlir::Pattern | inline |
Pattern(StringRef rootName, PatternBenefit benefit, MLIRContext *context, ArrayRef< StringRef > generatedNames={}) | mlir::Pattern | protected |
Pattern(MatchAnyOpTypeTag tag, PatternBenefit benefit, MLIRContext *context, ArrayRef< StringRef > generatedNames={}) | mlir::Pattern | protected |
Pattern(MatchInterfaceOpTypeTag tag, TypeID interfaceID, PatternBenefit benefit, MLIRContext *context, ArrayRef< StringRef > generatedNames={}) | mlir::Pattern | protected |
Pattern(MatchTraitOpTypeTag tag, TypeID traitID, PatternBenefit benefit, MLIRContext *context, ArrayRef< StringRef > generatedNames={}) | mlir::Pattern | protected |
setDebugName(StringRef name) | mlir::Pattern | inline |
setHasBoundedRewriteRecursion(bool hasBoundedRecursionArg=true) | mlir::Pattern | inlineprotected |