Searched refs:getLowerBoundMap (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Dialect/Affine/IR/ |
| H A D | AffineOps.cpp | 1500 if (getLowerBoundMap().getNumInputs() > 0) in verifyRegions() 1823 auto lbMap = forOp.getLowerBoundMap(); in canonicalizeLoopBounds() 1988 auto lbMap = getLowerBoundMap(); in getLowerBound() 1993 auto lbMap = getLowerBoundMap(); in getUpperBound() 2028 auto lbMap = getLowerBoundMap(); in setLowerBoundMap() 2046 return getLowerBoundMap().isSingleConstant(); in hasConstantLowerBound() 2054 return getLowerBoundMap().getSingleConstantResult(); in getConstantLowerBound() 2074 return {operand_begin() + getLowerBoundMap().getNumInputs(), in getUpperBoundOperands() 2085 auto lbMap = getLowerBoundMap(); in matchingBoundOperandList() 2250 auto lbMap = loop.getLowerBoundMap(); in replaceForOpWithNewYields() [all …]
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/ |
| H A D | LoopUtils.cpp | 69 auto lbMap = forOp.getLowerBoundMap(); in getCleanupLoopLowerBound() 136 if (forOp.getLowerBoundMap().getNumResults() != 1) in promoteIfSingleIteration() 150 auto lbMap = forOp.getLowerBoundMap(); in promoteIfSingleIteration() 291 auto origLbMap = forOp.getLowerBoundMap(); in affineForOpBodySkew() 650 newLoop.setLowerBound(newLbOperands, origLoop.getLowerBoundMap()); in setInterTileBoundsParametric() 786 newLoops[i].setLowerBound(newLbOperands, origLoops[i].getLowerBoundMap()); in constructTiledIndexSetHyperRect() 1119 if (forOp.getLowerBoundMap().getNumResults() != 1 || in loopUnrollByFactor() 1251 if (forOp.getLowerBoundMap().getNumResults() != 1 || in loopUnrollJamByFactor() 1646 auto lbMap = forOp.getLowerBoundMap(); in stripmineSink()
|
| H A D | Utils.cpp | 357 AffineMap lowerBoundMap = forOp.getLowerBoundMap(); in affineParallelize() 569 if (op.getLowerBoundMap().getNumResults() != 1) in normalizeAffineFor()
|
| /llvm-project-15.0.7/mlir/lib/Conversion/AffineToStandard/ |
| H A D | AffineToStandard.cpp | 91 return lowerAffineMapMax(builder, op.getLoc(), op.getLowerBoundMap(), in lowerAffineLowerBound() 184 Value lower = lowerAffineMapMax(rewriter, loc, op.getLowerBoundMap(i), in matchAndRewrite()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Affine/Analysis/ |
| H A D | LoopAnalysis.cpp | 51 auto lbMap = forOp.getLowerBoundMap(); in getTripCountMapAndOperands()
|
| H A D | Utils.cpp | 183 AffineMap dstLbMap = dstLoop.getLowerBoundMap(); in isSliceMaximalFastCheck() 189 AffineMap srcLbMap = srcLoop.getLowerBoundMap(); in isSliceMaximalFastCheck()
|
| H A D | AffineStructures.cpp | 630 if (failed(addBound(BoundType::LB, pos, forOp.getLowerBoundMap(), in addAffineForOpDomain()
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/IR/ |
| H A D | AffineOps.td | 281 AffineMap getLowerBoundMap() { return getLowerBoundMapAttr().getValue(); } 307 auto *context = getLowerBoundMap().getContext(); 716 AffineMap getLowerBoundMap(unsigned pos);
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Affine/Transforms/ |
| H A D | SuperVectorize.cpp | 1324 forOp.getLoc(), forOp.getLowerBoundOperands(), forOp.getLowerBoundMap(), in vectorizeAffineForOp()
|