Home
last modified time | relevance | path

Searched refs:StructuredGenerator (Results 1 – 3 of 3) sorted by relevance

/llvm-project/mlir/include/mlir/Dialect/Utils/
H A DStructuredOpsUtils.h90 class StructuredGenerator {
108 StructuredGenerator(RewriterBase &rewriter, StructuredOpInterface op) in StructuredGenerator() function
/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DLowerVectorContract.cpp400 : public StructuredGenerator<vector::ContractionOp, vector::IteratorType> {
402 : StructuredGenerator<vector::ContractionOp, vector::IteratorType>(b, op), in UnrolledOuterProductGenerator()
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DVectorization.cpp3052 : public StructuredGenerator<LinalgOp, utils::IteratorType> { in conv()
3055 : StructuredGenerator<LinalgOp, utils::IteratorType>(rewriter, linalgOp), in conv()