Home
last modified time | relevance | path

Searched refs:fullyComposeAffineMapAndOperands (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DTilingInterfaceImpl.cpp106 auto fullyComposeAffineMapAndOperands = [](OpBuilder &builder, Location loc, in getResultTilePosition() local
111 mlir::fullyComposeAffineMapAndOperands(&map, &normalizedOperands); in getResultTilePosition()
120 return fullyComposeAffineMapAndOperands(b, loc, d0 - 1, v); in getResultTilePosition()
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/IR/
H A DAffineValueMap.cpp55 fullyComposeAffineMapAndOperands(&diffMap, &allOperands); in difference()
H A DAffineOps.cpp700 void mlir::fullyComposeAffineMapAndOperands(AffineMap *map, in fullyComposeAffineMapAndOperands() function in mlir
832 fullyComposeAffineMapAndOperands(&submap, &submapOperands); in composeMultiResultAffineMap()
879 fullyComposeAffineMapAndOperands(&map, &operands); in createFoldedComposedAffineApply()
916 fullyComposeAffineMapAndOperands(&submap, &operands); in applyMapToValues()
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DLoopUtils.cpp100 fullyComposeAffineMapAndOperands(&cleanupLbMap, &cleanupLbOperands); in getCleanupLoopLowerBound()
1995 fullyComposeAffineMapAndOperands(&fastBufMap, &fastBufMapOperands); in generatePointWiseCopy()
2217 fullyComposeAffineMapAndOperands(&memAffineMap, &memIndices); in generateCopy()
2219 fullyComposeAffineMapAndOperands(&bufAffineMap, &bufIndices); in generateCopy()
2245 fullyComposeAffineMapAndOperands(&tagAffineMap, &tagIndices); in generateCopy()
2633 fullyComposeAffineMapAndOperands(&lbMap, &lowerOperands); in createCanonicalizedAffineForOp()
2636 fullyComposeAffineMapAndOperands(&ubMap, &upperOperands); in createCanonicalizedAffineForOp()
H A DUtils.cpp1207 fullyComposeAffineMapAndOperands(&newMap, &newMapOperands); in replaceAllMemRefUsesWith()
1404 fullyComposeAffineMapAndOperands(&composedMap, &composedOpOperands); in createAffineComputationSlice()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/IR/
H A DAffineOps.h425 void fullyComposeAffineMapAndOperands(AffineMap *map,
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Analysis/
H A DAffineAnalysis.cpp502 fullyComposeAffineMapAndOperands(&map, &operands); in getAccessMap()
H A DAffineStructures.cpp1269 fullyComposeAffineMapAndOperands(&map, &operands); in addBound()
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Utils/
H A DUtils.cpp794 mlir::fullyComposeAffineMapAndOperands(&map, &normalizedOperands); in fullyComposeAndAffineApply()
892 fullyComposeAffineMapAndOperands(&minMap, &operands); in makeTiledShape()