|
MLIR 22.0.0git
|
This is the complete list of members for mlir::Pattern, including all inherited members.
| addDebugLabels(ArrayRef< StringRef > labels) | mlir::Pattern | inline |
| addDebugLabels(StringRef label) | mlir::Pattern | inline |
| getBenefit() const | mlir::Pattern | inline |
| getContext() const | mlir::Pattern | inline |
| getDebugLabels() const | mlir::Pattern | inline |
| getDebugName() const | mlir::Pattern | inline |
| getGeneratedOps() const | mlir::Pattern | 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 |