MLIR
20.0.0git
|
Namespaces | |
arith | |
Functions | |
void | registerAllExtensions (DialectRegistry ®istry) |
Register all extensions of the func dialect. More... | |
void | registerInlinerExtension (DialectRegistry ®istry) |
Register the extension used to support inlining the func dialect. More... | |
void | registerShardingInterfaceExternalModels (DialectRegistry ®istry) |
void | registerTransformDialectExtension (DialectRegistry ®istry) |
std::unique_ptr< Pass > | createDuplicateFunctionEliminationPass () |
Pass to deduplicate functions. More... | |
std::unique_ptr< Pass > mlir::func::createDuplicateFunctionEliminationPass | ( | ) |
Pass to deduplicate functions.
Definition at line 119 of file DuplicateFunctionElimination.cpp.
void mlir::func::registerAllExtensions | ( | DialectRegistry & | registry | ) |
Register all extensions of the func dialect.
This should generally only be used by tools, or other use cases that really do want all extensions of the dialect. All other cases should prefer to instead register the specific extensions they intend to take advantage of.
Definition at line 15 of file AllExtensions.cpp.
References registerInlinerExtension(), and registerShardingInterfaceExternalModels().
Referenced by mlir::registerAllExtensions().
void mlir::func::registerInlinerExtension | ( | DialectRegistry & | registry | ) |
Register the extension used to support inlining the func dialect.
Definition at line 82 of file InlinerExtension.cpp.
References mlir::DialectRegistry::addExtension(), and mlir::MLIRContext::getOrLoadDialect().
Referenced by registerAllExtensions().
void mlir::func::registerShardingInterfaceExternalModels | ( | DialectRegistry & | registry | ) |
Definition at line 16 of file MeshShardingExtensions.cpp.
References mlir::DialectRegistry::addExtension().
Referenced by registerAllExtensions(), and mlir::tensor::registerAllExtensions().
void mlir::func::registerTransformDialectExtension | ( | DialectRegistry & | registry | ) |
Definition at line 257 of file FuncTransformOps.cpp.
References mlir::DialectRegistry::addExtensions().
Referenced by mlir::registerAllExtensions().