Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Dialect/SCF/Transforms/
H A DParallelLoopTiling.cpp75 SmallVector<Value, 2> newSteps; in tileParallelLoop() local
/llvm-project/mlir/lib/Dialect/Affine/Utils/
H A DUtils.cpp545 SmallVector<int64_t, 8> newSteps(op.getNumDims(), 1); normalizeAffineParallel() local
/llvm-project/mlir/lib/Dialect/SCF/IR/
H A DSCF.cpp3045 SmallVector<Value> newLowerBounds, newUpperBounds, newSteps; matchAndRewrite() local
3161 auto newSteps = concatValues(op.getStep(), innerOp.getStep()); matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/Affine/IR/
H A DAffineOps.cpp3849 setSteps(ArrayRef<int64_t> newSteps) setSteps() argument