Home
last modified time | relevance | path

Searched refs:getIndexSet (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/Analysis/
H A DAffineAnalysis.h76 LogicalResult getIndexSet(MutableArrayRef<Operation *> ops,
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Analysis/
H A DAffineAnalysis.cpp240 LogicalResult mlir::getIndexSet(MutableArrayRef<Operation *> ops, in getIndexSet() function in mlir
275 return getIndexSet(ops, indexSet); in getOpIndexSet()
/llvm-project-15.0.7/mlir/docs/Rationale/
H A DUsageOfConst.md239 LogicalResult mlir::getIndexSet(MutableArrayRef<OpPointer<AffineForOp>> forOps,
247 LogicalResult mlir::getIndexSet(MutableArrayRef<AffineForOp> forOps,
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DLoopUtils.cpp447 if (failed(getIndexSet(ops, &cst))) { in checkIfHyperRectangular()
2659 (void)getIndexSet(ops, &cst); in createSeparationCondition()
2744 (void)getIndexSet(loopOp, &cst); in createFullTiles()