Home
last modified time | relevance | path

Searched defs:lineSize (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/lib/Dialect/NVGPU/Utils/
H A DMMAUtils.cpp30 int64_t lineSize = inferTileWidthInBits(type); in inferNumRegistersPerMatrixFragment() local
154 static AffineMap getRegisterIndexToTileOffsetMap(int64_t lineSize, in getRegisterIndexToTileOffsetMap() argument
185 const int64_t lineSize = inferTileWidthInBits(fragmentType); in getLaneIdAndValueIdToOperandCoord() local
/llvm-project/clang/lib/Rewrite/
H A DRewriter.cpp87 unsigned lineSize = 0; RemoveText() local