Searched defs:symbolTableCollection (Results 1 – 7 of 7) sorted by relevance
/llvm-project/mlir/include/mlir/Dialect/Mesh/IR/ |
H A D | MeshOps.h | 62 getMeshOrNull(Operation * op,FlatSymbolRefAttr meshSymbol,SymbolTableCollection & symbolTableCollection) getMeshOrNull() argument 68 getMesh(Operation * op,FlatSymbolRefAttr meshSymbol,SymbolTableCollection & symbolTableCollection) getMesh() argument 76 getMesh(Op op,SymbolTableCollection & symbolTableCollection) getMesh() argument
|
/llvm-project/mlir/lib/Dialect/Mesh/Transforms/ |
H A D | Simplifications.cpp | 26 RewritePatternSet &patterns, SymbolTableCollection &symbolTableCollection) { in populateSimplificationPatterns() 117 SymbolTableCollection &symbolTableCollection) { in populateFoldingPatterns()
|
H A D | Transforms.cpp | 168 RewritePatternSet &patterns, SymbolTableCollection &symbolTableCollection) { in populateProcessMultiIndexOpLoweringPatterns() argument 178 RewritePatternSet &patterns, SymbolTableCollection &symbolTableCollection) { in populateAllSliceOpLoweringPatterns() argument 190 RewritePatternSet &patterns, SymbolTableCollection &symbolTableCollection) { in populateAllOpLoweringPatterns() argument
|
H A D | Spmdization.cpp | 505 reshard(OpBuilder & builder,ShardOp source,ShardOp target,TypedValue<ShapedType> sourceShardValue,SymbolTableCollection & symbolTableCollection) reshard() argument 525 shardedBlockArgumentTypes(Block & block,SymbolTableCollection & symbolTableCollection) shardedBlockArgumentTypes() argument 550 spmdizeOperation(Operation & op,ArrayRef<Value> spmdizedOperands,ArrayRef<MeshShardingAttr> operandShardings,ArrayRef<MeshShardingAttr> resultShardings,IRMapping & spmdizationMap,SymbolTableCollection & symbolTableCollection,OpBuilder & builder) spmdizeOperation() argument 616 spmdizeOperation(ShardOp shardOp,IRMapping & spmdizationMap,SymbolTableCollection & symbolTableCollection,OpBuilder & builder) spmdizeOperation() argument 641 spmdizeOperation(Operation & op,IRMapping & spmdizationMap,SymbolTableCollection & symbolTableCollection,OpBuilder & builder) spmdizeOperation() argument 661 spmdizeBlock(Block & block,IRMapping & spmdizationMap,SymbolTableCollection & symbolTableCollection,OpBuilder & builder) spmdizeBlock() argument 688 spmdizeFuncOp(FunctionOpInterface op,IRMapping & spmdizationMap,SymbolTableCollection & symbolTableCollection) spmdizeFuncOp() argument 734 SymbolTableCollection symbolTableCollection; runOnOperation() local [all...] |
/llvm-project/mlir/test/lib/Dialect/Mesh/ |
H A D | TestOpLowering.cpp | 26 SymbolTableCollection symbolTableCollection; in MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID() local 50 SymbolTableCollection symbolTableCollection; in MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID() local
|
H A D | TestSimplifications.cpp | 34 SymbolTableCollection symbolTableCollection; in runOnOperation() local
|
/llvm-project/mlir/include/mlir/Target/LLVMIR/ |
H A D | ModuleTranslation.h | 400 SymbolTableCollection symbolTableCollection; global() variable
|