Home
last modified time | relevance | path

Searched refs:AttrInterface (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/mlir/include/mlir/TableGen/
DInterfaces.h109 struct AttrInterface : public Interface { struct
/external/llvm-project/mlir/lib/TableGen/
DInterfaces.cpp126 bool AttrInterface::classof(const Interface *interface) { in classof()
/external/llvm-project/mlir/docs/
DInterfaces.md119 These interfaces are defined by overriding the CRTP base class `AttrInterface`,
DOpDefinitions.md358 Providing a definition of the `AttrInterface`, `OpInterface`, or `TypeInterface`
/external/llvm-project/mlir/include/mlir/IR/
DOpBase.td1887 // AttrInterface represents an interface registered to an attribute.
1888 class AttrInterface<string name> : Interface<name> {