Lines Matching defs:tensorAlloc
210 FailureOr<Value> tensorAlloc = allocateTensorForShapedValue(
212 if (failed(tensorAlloc))
219 op->getLoc(), memrefType, *tensorAlloc);
487 FailureOr<Value> tensorAlloc = allocateTensorForShapedValue(
490 if (failed(tensorAlloc))
493 bufferization::getBufferType(*tensorAlloc, options);
497 op->getLoc(), *memrefType, *tensorAlloc);
602 FailureOr<Value> tensorAlloc = allocateTensorForShapedValue(
605 if (failed(tensorAlloc))
608 Value result = lowerGenerateLikeOpBody(rewriter, loc, *tensorAlloc,
790 FailureOr<Value> tensorAlloc =
793 if (failed(tensorAlloc))
800 rewriter, loc, *tensorAlloc, dynamicSizes, padOp.getBodyRegion());
887 FailureOr<Value> tensorAlloc = allocateTensorForShapedValue(
889 if (failed(tensorAlloc))
896 op->getLoc(), memrefType, *tensorAlloc)
1023 FailureOr<Value> tensorAlloc = allocateTensorForShapedValue(
1026 if (failed(tensorAlloc))
1030 auto tensorType = cast<RankedTensorType>(tensorAlloc->getType());
1038 /*init=*/*tensorAlloc);