Home
last modified time | relevance | path

Searched defs:scfForOp (Results 1 – 3 of 3) sorted by relevance

/llvm-project/mlir/lib/Dialect/Affine/Transforms/
H A DLoopCoalescing.cpp41 if (auto scfForOp = dyn_cast<scf::ForOp>(op)) in runOnOperation() local
/llvm-project/mlir/lib/Conversion/AffineToStandard/
H A DAffineToStandard.cpp159 auto scfForOp = rewriter.create<scf::ForOp>(loc, lowerBound, upperBound, in matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/SCF/TransformOps/
H A DSCFTransformOps.cpp394 if (scf::ForOp scfForOp = dyn_cast<scf::ForOp>(op)) applyToOne() local