Home
last modified time | relevance | path

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

/external/llvm-project/mlir/test/lib/Transforms/
DTestLoopParametricTiling.cpp40 extractFixedOuterLoops(op, sizes); in runOnFunction()
/external/llvm-project/mlir/include/mlir/Transforms/
DLoopUtils.h237 TileLoops extractFixedOuterLoops(scf::ForOp rootFOrOp, ArrayRef<int64_t> sizes);
/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopUtils.cpp1862 TileLoops mlir::extractFixedOuterLoops(scf::ForOp rootForOp, in extractFixedOuterLoops() function in mlir