Home
last modified time | relevance | path

Searched defs:symbolTableCollection (Results 1 – 7 of 7) sorted by relevance

/llvm-project/mlir/include/mlir/Dialect/Mesh/IR/
H A DMeshOps.h62 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 DSimplifications.cpp26 RewritePatternSet &patterns, SymbolTableCollection &symbolTableCollection) { in populateSimplificationPatterns()
117 SymbolTableCollection &symbolTableCollection) { in populateFoldingPatterns()
H A DTransforms.cpp168 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 DSpmdization.cpp505 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 DTestOpLowering.cpp26 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 DTestSimplifications.cpp34 SymbolTableCollection symbolTableCollection; in runOnOperation() local
/llvm-project/mlir/include/mlir/Target/LLVMIR/
H A DModuleTranslation.h400 SymbolTableCollection symbolTableCollection; global() variable