Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Linalg/Utils/
DUtils.cpp82 template struct mlir::linalg::GenerateLoopNest<scf::ForOp>; member in mlir::linalg
83 template struct mlir::linalg::GenerateLoopNest<scf::ParallelOp>; member in mlir::linalg
84 template struct mlir::linalg::GenerateLoopNest<AffineForOp>; member in mlir::linalg
126 void GenerateLoopNest<scf::ForOp>::doit( in doit()
156 void GenerateLoopNest<AffineForOp>::doit( in doit()
314 void GenerateLoopNest<scf::ParallelOp>::doit( in doit()
/external/llvm-project/mlir/include/mlir/Dialect/Linalg/Utils/
DUtils.h213 struct GenerateLoopNest { struct
/external/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
DLoops.cpp511 using IndexedValueTy = typename GenerateLoopNest<LoopTy>::IndexedValueTy; in linalgOpToLoopsImpl()
522 GenerateLoopNest<LoopTy>::doit( in linalgOpToLoopsImpl()
DTiling.cpp378 GenerateLoopNest<LoopTy>::doit( in tileLinalgOpImpl()