|
MLIR 22.0.0git
|
This is the complete list of members for mlir::OperationPass< OpT >, including all inherited members.
| canScheduleOn(RegisteredOperationName opName) const final | mlir::OperationPass< OpT > | inlineprotectedvirtual |
| classof(const Pass *pass) | mlir::OperationPass< OpT > | inlineprotectedstatic |
| clone() const | mlir::Pass | inlineprotected |
| clonePass() const =0 | mlir::Pass | protectedpure virtual |
| copyOptionValuesFrom(const Pass *other) | mlir::Pass | protected |
| getAnalysis() | mlir::OperationPass< OpT > | inlineprotected |
| getAnalysisManager() | mlir::Pass | inlineprotected |
| getArgument() const | mlir::Pass | inlinevirtual |
| getCachedAnalysis() | mlir::Pass | inlineprotected |
| getCachedChildAnalysis(Operation *child) | mlir::Pass | inlineprotected |
| getCachedParentAnalysis(Operation *parent) | mlir::Pass | inlineprotected |
| getCachedParentAnalysis() | mlir::Pass | inlineprotected |
| getChildAnalysis(Operation *child) | mlir::Pass | inlineprotected |
| getChildAnalysis(OpTy child) | mlir::Pass | inlineprotected |
| getContext() | mlir::Pass | inlineprotected |
| getDependentDialects(DialectRegistry ®istry) const | mlir::Pass | inlinevirtual |
| getDescription() const | mlir::Pass | inlinevirtual |
| getName() const =0 | mlir::Pass | pure virtual |
| getOperation() | mlir::OperationPass< OpT > | inlineprotected |
| getOpName() const | mlir::Pass | inline |
| getPassState() | mlir::Pass | inlineprotected |
| getStatistics() const | mlir::Pass | inline |
| getStatistics() | mlir::Pass | inline |
| getThreadingSibling() const | mlir::Pass | inline |
| getThreadingSiblingOrThis() const | mlir::Pass | inline |
| getTypeID() const | mlir::Pass | inline |
| initialize(MLIRContext *context) | mlir::Pass | inlineprotectedvirtual |
| initializeOptions(StringRef options, function_ref< LogicalResult(const Twine &)> errorHandler) | mlir::Pass | virtual |
| lookupPassInfo() const | mlir::Pass | inline |
| markAllAnalysesPreserved() | mlir::Pass | inlineprotected |
| markAnalysesPreserved() | mlir::Pass | inlineprotected |
| markAnalysesPreserved(TypeID id) | mlir::Pass | inlineprotected |
| OperationPass(TypeID passID) | mlir::OperationPass< OpT > | inlineprotected |
| OperationPass(const OperationPass &)=default | mlir::OperationPass< OpT > | protected |
| OperationPass(OperationPass &&)=delete | mlir::OperationPass< OpT > | protected |
| operator=(const OperationPass &)=delete | mlir::OperationPass< OpT > | protected |
| operator=(OperationPass &&)=delete | mlir::OperationPass< OpT > | protected |
| mlir::Pass::operator=(const Pass &)=delete | mlir::Pass | protected |
| mlir::Pass::operator=(Pass &&)=delete | mlir::Pass | protected |
| Pass(TypeID passID, std::optional< StringRef > opName=std::nullopt) | mlir::Pass | inlineexplicitprotected |
| Pass(const Pass &other) | mlir::Pass | inlineprotected |
| Pass(Pass &&)=delete | mlir::Pass | protected |
| printAsTextualPipeline(raw_ostream &os, bool pretty=false) | mlir::Pass | |
| runOnOperation()=0 | mlir::Pass | protectedpure virtual |
| runPipeline(OpPassManager &pipeline, Operation *op) | mlir::Pass | inlineprotected |
| signalPassFailure() | mlir::Pass | inlineprotected |
| ~OperationPass() override=default | mlir::OperationPass< OpT > | |
| ~Pass()=default | mlir::Pass | virtual |