Lines Matching defs:fullLocalView
127 OpBuilder &b, Value fullLocalView) {
129 auto viewOp = cast<memref::ViewOp>(fullLocalView.getDefiningOp());
225 // Returns a PromotionInfo containing a `buffer`, `fullLocalView` and
228 // * `fullLocalView` is a dense contiguous view into that buffer.
229 // * `partialLocalView` is a dense non-contiguous slice of `fullLocalView`
276 std::optional<Value> fullLocalView =
278 if (!fullLocalView)
283 loc, *fullLocalView, zeros, partialSizes, ones);
284 return PromotionInfo{*fullLocalView, partialLocalView};
327 b.create<linalg::FillOp>(fillVal, promotionInfo->fullLocalView);
369 (*promotedBuffersAndViews)[operandNumber].fullLocalView);
394 (void)options.deallocationFn(b, pi.second.fullLocalView);