Lines Matching defs:memory
225 // memory attributions to the body of the function. This must operate on
231 // Rewrite workgroup memory attributions to addresses of global buffers.
266 Value memory =
277 rewriter, loc, *getTypeConverter(), type, memory);
282 // Rewrite private memory attributions to alloca'ed buffers.
290 // Explicitly drop memory space when lowering private memory
292 // memory space and does not support `alloca`s with addrspace(5).
633 /// Generates a symbol with 0-sized array type for dynamic shared memory usage,
644 op->emitError() << "conversion of memref memory space "
647 "failed. Consider adding memory space conversions.";
651 // LLVM::GlobalOp is suitable for shared memory, return it.
699 // memory with memref<0xi8> type