Home
last modified time | relevance | path

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

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