Home
last modified time | relevance | path

Searched refs:bufIndices (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopUtils.cpp2354 SmallVector<Value, 4> bufIndices; in generateCopy() local
2423 bufIndices.push_back(zeroIndex); in generateCopy()
2490 auto bufAffineMap = b.getMultiDimIdentityMap(bufIndices.size()); in generateCopy()
2491 fullyComposeAffineMapAndOperands(&bufAffineMap, &bufIndices); in generateCopy()
2521 fastMemRef, bufAffineMap, bufIndices, in generateCopy()
2527 loc, fastMemRef, bufAffineMap, bufIndices, memref, memAffineMap, in generateCopy()
/external/llvm-project/mlir/lib/Analysis/
DUtils.cpp418 SmallVector<Value, 4> bufIndices; in getRegionSize() local