Searched refs:computeMaxLinearIndex (Results 1 – 4 of 4) sorted by relevance
31 int64_t computeMaxLinearIndex(ArrayRef<int64_t> basis);
33 int64_t mlir::computeMaxLinearIndex(ArrayRef<int64_t> basis) { in computeMaxLinearIndex() function in mlir
208 int64_t sliceCount = computeMaxLinearIndex(sliceDimCounts); in generateExtractSlicesOpResultType()248 state.numInstances = computeMaxLinearIndex(state.unrollFactors); in initUnrolledVectorState()393 auto numUnrolledInstances = computeMaxLinearIndex(unrollFactors); in unrollSingleResultStructuredOp()
163 unsigned numUnrolledInstances = computeMaxLinearIndex(shape); in emitLoops()