Home
last modified time | relevance | path

Searched refs:attrOrType (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DSubElementInterfaces.td24 class SubElementInterfaceBase<string interfaceName, string attrOrType,
45 }], attrOrType, "replaceImmediateSubElements", (ins
58 }] # attrOrType # [{ replaceSubElements(
73 }] # attrOrType # [{ replaceSubElements(
82 }] # attrOrType # [{ replaceImmediateSubElements(
100 }] # attrOrType # [{ replaceSubElements(
107 }] # attrOrType # [{ replaceSubElements(
H A DOpImplementation.h140 void printStrippedAttrOrType(AttrOrType attrOrType) { in printStrippedAttrOrType() argument
141 if (succeeded(printAlias(attrOrType))) in printStrippedAttrOrType()
143 attrOrType.print(*this); in printStrippedAttrOrType()
156 [this](AttrOrType attrOrType) { printStrippedAttrOrType(attrOrType); }); in printStrippedAttrOrType()
165 void printStrippedAttrOrType(AttrOrType attrOrType) { in printStrippedAttrOrType() argument
166 *this << attrOrType; in printStrippedAttrOrType()