Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Dialect/SCF/Transforms/
H A DPasses.h52 createParallelLoopTilingPass(llvm::ArrayRef<int64_t> tileSize = {},
H A DPasses.td74 let constructor = "mlir::createParallelLoopTilingPass()";
/llvm-project-15.0.7/mlir/lib/Dialect/SCF/Transforms/
H A DParallelLoopTiling.cpp211 mlir::createParallelLoopTilingPass(ArrayRef<int64_t> tileSizes, in createParallelLoopTilingPass() function in mlir