Home
last modified time | relevance | path

Searched defs:lbMap (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopFusionUtils.cpp382 if (AffineMap lbMap = srcSlice.lbs[i]) { in fuseLoops() local
487 static Optional<uint64_t> getConstDifference(AffineMap lbMap, AffineMap ubMap) { in getConstDifference()
525 AffineMap lbMap = slice.lbs[i]; in buildSliceTripCountMap() local
DLoopUtils.cpp61 auto lbMap = forOp.getLowerBoundMap(); in getCleanupLoopLowerBound() local
172 auto lbMap = forOp.getLowerBoundMap(); in promoteIfSingleIteration() local
251 AffineMap lbMap, AffineMap ubMap, in generateShiftedLoop()
677 AffineMap lbMap = in setIntraTileBoundsParametric() local
844 AffineMap lbMap = b.getDimIdentityMap(); in constructTiledIndexSetHyperRect() local
1658 auto lbMap = forOp.getLowerBoundMap(); in stripmineSink() local
2224 assert(llvm::all_of(lbMaps, [&](AffineMap lbMap) { in generatePointWiseCopy()
2908 OpBuilder b, Location loc, ValueRange lbOperands, AffineMap lbMap, in createCanonicalizedAffineForOp()
/external/llvm-project/mlir/lib/Dialect/Affine/IR/
DAffineOps.cpp1211 ValueRange lbOperands, AffineMap lbMap, in build()
1263 auto lbMap = AffineMap::getConstantMap(lb, builder.getContext()); in build() local
1512 AffineMap lbMap = getLowerBoundMapAttr().getValue(); in getNumIterOperands() local
1601 auto lbMap = forOp.getLowerBoundMap(); in canonicalizeLoopBounds() local
1652 auto lbMap = getLowerBoundMap(); in getLowerBound() local
1657 auto lbMap = getLowerBoundMap(); in getUpperBound() local
1692 auto lbMap = getLowerBoundMap(); in setLowerBoundMap() local
1744 auto lbMap = getLowerBoundMap(); in matchingBoundOperandList() local
2502 auto lbMap = AffineMap::get(0, 0, lbExprs, builder.getContext()); in build() local
2514 AffineMap lbMap, ValueRange lbArgs, in build()
[all …]
/external/llvm-project/mlir/lib/Dialect/Affine/Transforms/
DAffineLoopNormalize.cpp24 AffineMap lbMap = op.lowerBoundsMap(); in normalizeAffineParallel() local
/external/llvm-project/mlir/lib/Analysis/
DLoopAnalysis.cpp51 auto lbMap = forOp.getLowerBoundMap(); in buildTripCountMapAndOperands() local
DUtils.cpp194 void MemRefRegion::getLowerAndUpperBound(unsigned pos, AffineMap &lbMap, in getLowerAndUpperBound()
901 if (AffineMap lbMap = sliceState->lbs[i]) in insertBackwardComputationSlice() local
DAffineStructures.cpp1560 auto lbMap = AffineMap::get(dimCount, symCount, lbExprs, context); in getLowerAndUpperBound() local
1685 AffineMap &lbMap = (*lbMaps)[pos]; in getSliceBounds() local
1846 AffineMap lbMap = lbMaps[i]; in addSliceBounds() local