Lines Matching defs:memorySpace
193 Attribute memorySpace = {}) {
200 tensorType, memorySpace));
223 PadOp padOp, Attribute memorySpace, Operation *insertionPoint) {
233 options, memorySpace);
262 vector::MaskOp maskOp, Attribute memorySpace, Operation *insertionPoint) {
273 rewriter, options, maskOp.getMaskableOp(), memorySpace,
324 bufferization::AllocTensorOp allocTensorOp, Attribute memorySpace,
333 rewriter, loc, allocTensorOp.getResult(), options, memorySpace);
472 Operation *op, Attribute memorySpace, Operation *insertionPoint) {
477 return bufferizeToAllocation(rewriter, options, padOp, memorySpace);
479 return bufferizeToAllocation(rewriter, options, maskOp, memorySpace);
481 return bufferizeToAllocation(rewriter, options, allocTensorOp, memorySpace);
554 rewriter, op->getLoc(), operand->get(), options, memorySpace);