Searched refs:currentStrideToExpand (Results 1 – 2 of 2) sorted by relevance
1460 auto currentStrideToExpand = srcDesc.stride(b, loc, en.index()); in fillInStridesForExpandedMemDescriptor() local1462 dstDesc.setStride(b, loc, dstIndex, currentStrideToExpand); in fillInStridesForExpandedMemDescriptor()1464 currentStrideToExpand = in fillInStridesForExpandedMemDescriptor()1465 b.create<LLVM::MulOp>(loc, size, currentStrideToExpand); in fillInStridesForExpandedMemDescriptor()
1731 int64_t currentStrideToExpand = std::get<1>(it); in computeExpandedLayoutMap() local1734 reverseResultStrides.push_back(currentStrideToExpand); in computeExpandedLayoutMap()1735 currentStrideToExpand = (Wrapper::stride(currentStrideToExpand) * in computeExpandedLayoutMap()