Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/unittests/Interfaces/
H A DDataLayoutInterfacesTest.cpp121 struct OpWithLayout : public Op<OpWithLayout, DataLayoutOpInterface::Trait> { struct
125 static ArrayRef<StringRef> getAttributeNames() { return {}; } in getAttributeNames()
127 static StringRef getOperationName() { return "dltest.op_with_layout"; } in getOperationName()
129 DataLayoutSpecInterface getDataLayoutSpec() { in getDataLayoutSpec()
133 static unsigned getTypeSizeInBits(Type type, const DataLayout &dataLayout, in getTypeSizeInBits()
153 static unsigned getTypeABIAlignment(Type type, const DataLayout &dataLayout, in getTypeABIAlignment()
158 static unsigned getTypePreferredAlignment(Type type, in getTypePreferredAlignment()