Home
last modified time | relevance | path

Searched defs:CustomDataLayoutSpec (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/unittests/Interfaces/
H A DDataLayoutInterfacesTest.cpp48 struct CustomDataLayoutSpec struct
55 static CustomDataLayoutSpec get(MLIRContext *ctx, in get()
60 combineWith(ArrayRef<DataLayoutSpecInterface> specs) const { in combineWith()
63 DataLayoutEntryListRef getEntries() const { return getImpl()->entries; } in getEntries()
64 LogicalResult verifySpec(Location loc) { return success(); } in verifySpec()