Home
last modified time | relevance | path

Searched defs:allIvs (Results 1 – 4 of 4) sorted by relevance

/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DLoops.cpp87 getInputAndOutputIndices(OpBuilder &b, Location loc, ArrayRef<Value> allIvs, in getInputAndOutputIndices() argument
129 ArrayRef<Value> allIvs, in emitScalarImplementation() argument
183 SmallVector<Value> allIvs; in replaceIndexOpsByInductionVariables() local
226 SmallVector<Value> allIvs; linalgOpToLoopsImpl() local
[all...]
H A DFusion.cpp161 SmallVector<OpFoldResult> allIvs = llvm::to_vector( in fuse() local
H A DTiling.cpp81 SmallVector<Value> allIvs(op.getNumLoops(), nullptr); in transformIndexOps() local
/llvm-project/mlir/lib/Dialect/SCF/Utils/
H A DAffineCanonicalizationUtils.cpp151 DenseSet<Value> allIvs; in canonicalizeMinMaxOpInLoop() local