Home
last modified time | relevance | path

Searched refs:applyOperands (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DUtils.cpp533 SmallVector<Value, 8> applyOperands{dimOperands}; in normalizeAffineParallel() local
534 applyOperands.push_back(iv); in normalizeAffineParallel()
535 applyOperands.append(symbolOperands.begin(), symbolOperands.end()); in normalizeAffineParallel()
536 auto apply = builder.create<AffineApplyOp>(op.getLoc(), map, applyOperands); in normalizeAffineParallel()
H A DLoopUtils.cpp1804 SmallVector<Value, 4> applyOperands; in coalesceLoops() local
1805 applyOperands.push_back(previous); in coalesceLoops()
1806 applyOperands.push_back(upperBoundSymbols[idx - 1]); in coalesceLoops()
1812 applyOperands); in coalesceLoops()