Home
last modified time | relevance | path

Searched defs:lastIndex (Results 1 – 6 of 6) sorted by relevance

/llvm-project/mlir/include/mlir/Bytecode/
H A DBytecodeImplementation.h344 uint32_t nonZeroesCount = 0, lastIndex = 0; in writeSparseArray() local
/llvm-project/mlir/lib/Conversion/VectorToSCF/
H A DVectorToSCF.cpp770 auto lastIndex = rewriter.create<arith::SubIOp>(loc, upperBound, step); matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DVectorTransforms.cpp1108 unsigned lastIndex = llvm::size(xferOp.getIndices()) - 1; matchAndRewrite() local
/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp137 SlotIndex lastIndex; global() member
/llvm-project/mlir/lib/Dialect/SparseTensor/IR/
H A DSparseTensorDialect.cpp777 auto lastIndex = map.getNumResults() - 1; in printLevels() local
/llvm-project/flang/lib/Optimizer/CodeGen/
H A DCodeGen.cpp2456 for (unsigned index = i, lastIndex = i + arrTy.getDimension(); doRewriteBox() local