Searched refs:fullyComposeAffineMapAndOperands (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/ |
| H A D | TilingInterfaceImpl.cpp | 106 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 D | AffineValueMap.cpp | 55 fullyComposeAffineMapAndOperands(&diffMap, &allOperands); in difference()
|
| H A D | AffineOps.cpp | 700 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 D | LoopUtils.cpp | 100 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 D | Utils.cpp | 1207 fullyComposeAffineMapAndOperands(&newMap, &newMapOperands); in replaceAllMemRefUsesWith() 1404 fullyComposeAffineMapAndOperands(&composedMap, &composedOpOperands); in createAffineComputationSlice()
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/IR/ |
| H A D | AffineOps.h | 425 void fullyComposeAffineMapAndOperands(AffineMap *map,
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Affine/Analysis/ |
| H A D | AffineAnalysis.cpp | 502 fullyComposeAffineMapAndOperands(&map, &operands); in getAccessMap()
|
| H A D | AffineStructures.cpp | 1269 fullyComposeAffineMapAndOperands(&map, &operands); in addBound()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Utils/ |
| H A D | Utils.cpp | 794 mlir::fullyComposeAffineMapAndOperands(&map, &normalizedOperands); in fullyComposeAndAffineApply() 892 fullyComposeAffineMapAndOperands(&minMap, &operands); in makeTiledShape()
|