Home
last modified time | relevance | path

Searched refs:getSingleStep (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Interfaces/
H A DLoopLikeInterface.td80 /*methodName=*/"getSingleStep",
/llvm-project-15.0.7/mlir/lib/Dialect/MemRef/Transforms/
H A DMultiBuffer.cpp104 llvm::Optional<OpFoldResult> singleStep = candidateLoop.getSingleStep(); in multiBuffer()
/llvm-project-15.0.7/mlir/lib/Analysis/DataFlow/
H A DIntegerRangeAnalysis.cpp193 Optional<OpFoldResult> step = loop.getSingleStep(); in visitNonControlFlowArguments()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SCF/IR/
H A DSCFOps.td121 ["getSingleInductionVar", "getSingleLowerBound", "getSingleStep",
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/IR/
H A DAffineOps.td112 ["getSingleInductionVar", "getSingleLowerBound", "getSingleStep",
/llvm-project-15.0.7/mlir/lib/Dialect/SCF/IR/
H A DSCF.cpp358 Optional<OpFoldResult> ForOp::getSingleStep() { in getSingleStep() function in ForOp
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/IR/
H A DAffineOps.cpp2113 Optional<OpFoldResult> AffineForOp::getSingleStep() { in getSingleStep() function in AffineForOp