Home
last modified time | relevance | path

Searched refs:computeMaxLinearIndex (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/mlir/include/mlir/Dialect/Vector/
DVectorUtils.h31 int64_t computeMaxLinearIndex(ArrayRef<int64_t> basis);
/external/llvm-project/mlir/lib/Dialect/Vector/
DVectorUtils.cpp33 int64_t mlir::computeMaxLinearIndex(ArrayRef<int64_t> basis) { in computeMaxLinearIndex() function in mlir
DVectorTransforms.cpp208 int64_t sliceCount = computeMaxLinearIndex(sliceDimCounts); in generateExtractSlicesOpResultType()
248 state.numInstances = computeMaxLinearIndex(state.unrollFactors); in initUnrolledVectorState()
393 auto numUnrolledInstances = computeMaxLinearIndex(unrollFactors); in unrollSingleResultStructuredOp()
/external/llvm-project/mlir/lib/Conversion/VectorToSCF/
DVectorToSCF.cpp163 unsigned numUnrolledInstances = computeMaxLinearIndex(shape); in emitLoops()