Home
last modified time | relevance | path

Searched refs:numIndices (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Utils/
H A DVectorUtils.cpp156 unsigned numIndices = indices.size(); in makePermutationMap() local
158 for (unsigned dim = 0; dim < numIndices; ++dim) { in makePermutationMap()
167 assert((countInvariantIndices == numIndices || in makePermutationMap()
168 countInvariantIndices == numIndices - 1) && in makePermutationMap()
/llvm-project-15.0.7/mlir/lib/Rewrite/
H A DByteCode.cpp640 ByteCodeField numIndices = 1; in allocateMemoryIndices() local
692 ++numIndices; in allocateMemoryIndices()
705 if (numIndices > maxValueMemoryIndex) in allocateMemoryIndices()
706 maxValueMemoryIndex = numIndices; in allocateMemoryIndices()
/llvm-project-15.0.7/llvm/docs/
H A DCoverageMappingFormat.rst455 ``[numIndices : LEB128, filenameIndex0 : LEB128, filenameIndex1 : LEB128, ...]``