Home
last modified time | relevance | path

Searched defs:ubMap (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopFusionUtils.cpp387 if (AffineMap ubMap = srcSlice.ubs[i]) { in fuseLoops() local
487 static Optional<uint64_t> getConstDifference(AffineMap lbMap, AffineMap ubMap) { in getConstDifference()
526 AffineMap ubMap = slice.ubs[i]; in buildSliceTripCountMap() local
DLoopUtils.cpp251 AffineMap lbMap, AffineMap ubMap, in generateShiftedLoop()
682 AffineMap ubMap = in setIntraTileBoundsParametric() local
779 AffineMap ubMap = in setInterTileBoundsParametric() local
852 AffineMap ubMap = in constructTiledIndexSetHyperRect() local
885 AffineMap ubMap = in constructTiledIndexSetHyperRect() local
892 AffineMap ubMap = AffineMap::get(1, 0, dim + tileSizes[i]); in constructTiledIndexSetHyperRect() local
1663 auto ubMap = forOp.getUpperBoundMap(); in stripmineSink() local
2227 assert(llvm::all_of(ubMaps, [&](AffineMap ubMap) { in generatePointWiseCopy()
2909 ValueRange ubOperands, AffineMap ubMap, int64_t step) { in createCanonicalizedAffineForOp()
/external/llvm-project/mlir/lib/Dialect/Affine/IR/
DAffineOps.cpp1212 ValueRange ubOperands, AffineMap ubMap, int64_t step, in build()
1264 auto ubMap = AffineMap::getConstantMap(ub, builder.getContext()); in build() local
1513 AffineMap ubMap = getUpperBoundMapAttr().getValue(); in getNumIterOperands() local
1602 auto ubMap = forOp.getUpperBoundMap(); in canonicalizeLoopBounds() local
1658 auto ubMap = getUpperBoundMap(); in getUpperBound() local
1701 auto ubMap = getUpperBoundMap(); in setUpperBoundMap() local
1745 auto ubMap = getUpperBoundMap(); in matchingBoundOperandList() local
2506 auto ubMap = AffineMap::get(0, 0, ubExprs, builder.getContext()); in build() local
2515 AffineMap ubMap, ValueRange ubArgs) { in build()
2530 AffineMap ubMap, ValueRange ubArgs, in build()
[all …]
/external/llvm-project/mlir/lib/Analysis/
DLoopAnalysis.cpp52 auto ubMap = forOp.getUpperBoundMap(); in buildTripCountMapAndOperands() local
DAffineStructures.cpp1561 auto ubMap = AffineMap::get(dimCount, symCount, ubExprs, context); in getLowerAndUpperBound() local
1686 AffineMap &ubMap = (*ubMaps)[pos]; in getSliceBounds() local
1847 AffineMap ubMap = ubMaps[i]; in addSliceBounds() local
DUtils.cpp903 if (AffineMap ubMap = sliceState->ubs[i]) in insertBackwardComputationSlice() local