Lines Matching defs:MemAccess
372 /// Check that the memory access @p MemAccess is the read access to a non-scalar
375 /// @param MemAccess The memory access to be checked.
380 static bool isMatMulNonScalarReadAccess(MemoryAccess *MemAccess,
382 if (!MemAccess->isLatestArrayKind() || !MemAccess->isRead())
384 auto AccMap = MemAccess->getLatestAccessRelation();
385 isl::set StmtDomain = MemAccess->getStatement()->getDomain();
387 MMI.ReadFromC = MemAccess;
391 MMI.A = MemAccess;
395 MMI.B = MemAccess;