Searched refs:newLayout (Results 1 – 6 of 6) sorted by relevance
186 Builder &setLayout(MemRefLayoutAttrInterface newLayout) { in setLayout() argument187 layout = newLayout; in setLayout()
245 DataLayoutEntryListRef newLayout) const;377 DataLayoutEntryListRef newLayout) const;
318 DataLayoutEntryListRef newLayout) const { in areCompatible()319 for (DataLayoutEntryInterface newEntry : newLayout) { in areCompatible()576 DataLayoutEntryListRef newLayout) const { in areCompatible()577 for (DataLayoutEntryInterface newEntry : newLayout) { in areCompatible()
281 DataLayoutEntryListRef oldLayout, DataLayoutEntryListRef newLayout) const { in areCompatible()283 return old == 1 || extractKind(newLayout, "alignment") <= old; in areCompatible()
385 Attribute newLayout = std::get<0>(pair); in checkValid() local387 assert(newLayout == origLayout && in checkValid()
333 "is, that `newLayout` spec entries can be nested in an op with "338 "::mlir::DataLayoutEntryListRef":$newLayout),