Lines Matching defs:stride
40 /// populates it with static shape and stride information extracted from the
165 /// Builds IR extracting the pos-th stride from the descriptor.
166 Value MemRefDescriptor::stride(OpBuilder &builder, Location loc, unsigned pos) {
171 /// Builds IR inserting the pos-th stride into the descriptor
173 Value stride) {
175 loc, value, stride,
180 unsigned pos, uint64_t stride) {
182 createIndexAttrConstant(builder, loc, indexType, stride));
257 results.push_back(d.stride(builder, loc, i));
290 Value MemRefDescriptorView::stride(unsigned pos) {
517 Value UnrankedMemRefDescriptor::stride(OpBuilder &builder, Location loc,
520 Value stride) {
532 Value stride) {
538 builder.create<LLVM::StoreOp>(loc, stride, strideStoreGep);