Home
last modified time | relevance | path

Searched refs:GenerateLoopNest (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Utils/
H A DUtils.cpp126 template struct mlir::linalg::GenerateLoopNest<scf::ForOp>; member in mlir::linalg
127 template struct mlir::linalg::GenerateLoopNest<scf::ParallelOp>; member in mlir::linalg
128 template struct mlir::linalg::GenerateLoopNest<AffineForOp>; member in mlir::linalg
500 void GenerateLoopNest<scf::ForOp>::doit( in doit()
560 void GenerateLoopNest<AffineForOp>::doit( in doit()
725 void GenerateLoopNest<scf::ParallelOp>::doit( in doit()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Linalg/Utils/
H A DUtils.h480 struct GenerateLoopNest { struct
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DLoops.cpp215 GenerateLoopNest<LoopTy>::doit( in linalgOpToLoopsImpl()
H A DTiling.cpp477 GenerateLoopNest<LoopTy>::doit(b, op.getLoc(), loopRanges, op, iteratorTypes, in tileLinalgOpImpl()