Home
last modified time | relevance | path

Searched refs:DataLayoutEntryKey (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/DLTI/
H A DDLTI.cpp31 using KeyTy = std::pair<DataLayoutEntryKey, Attribute>;
33 DataLayoutEntryStorage(DataLayoutEntryKey entryKey, Attribute value) in DataLayoutEntryStorage()
46 DataLayoutEntryKey entryKey;
60 DataLayoutEntryKey DataLayoutEntryAttr::getKey() const { in getKey()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/DLTI/
H A DDLTI.h48 DataLayoutEntryKey getKey() const;
/llvm-project-15.0.7/mlir/include/mlir/Interfaces/
H A DDataLayoutInterfaces.h25 using DataLayoutEntryKey = llvm::PointerUnion<Type, StringAttr>; variable
H A DDataLayoutInterfaces.td31 identifier, when it is not. `DataLayoutEntryKey` is an alias allowing one
42 /*retTy=*/"::mlir::DataLayoutEntryKey",