Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Interfaces/
H A DLoopLikeInterface.td56 /*methodName=*/"getSingleInductionVar",
/llvm-project-15.0.7/mlir/lib/Dialect/MemRef/Transforms/
H A DMultiBuffer.cpp102 llvm::Optional<Value> inductionVar = candidateLoop.getSingleInductionVar(); in multiBuffer()
/llvm-project-15.0.7/mlir/lib/Analysis/DataFlow/
H A DIntegerRangeAnalysis.cpp186 Optional<Value> iv = loop.getSingleInductionVar(); 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.cpp352 Optional<Value> ForOp::getSingleInductionVar() { return getInductionVar(); } in getSingleInductionVar() function in ForOp
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/IR/
H A DAffineOps.cpp2102 Optional<Value> AffineForOp::getSingleInductionVar() { in getSingleInductionVar() function in AffineForOp