Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/TableGen/
DAttribute.cpp100 Attribute Attribute::getBaseAttr() const { in getBaseAttr() function in Attribute
103 return Attribute(defInit).getBaseAttr(); in getBaseAttr()
122 return getBaseAttr().def->getName(); in getAttrDefName()
/external/llvm-project/mlir/include/mlir/TableGen/
DAttribute.h79 Attribute getBaseAttr() const;
/external/llvm-project/mlir/tools/mlir-tblgen/
DSPIRVUtilsGen.cpp573 (attr.attr.isOptional() ? attr.attr.getBaseAttr() : attr.attr), loc, in emitArgumentSerialization()
604 (attr->attr.isOptional() ? attr->attr.getBaseAttr() : attr->attr), in emitArgumentSerialization()
878 (attr->attr.isOptional() ? attr->attr.getBaseAttr() : attr->attr), in emitOperandDeserialization()
DOpFormatGen.cpp121 return var->attr.getBaseAttr().getAttrDefName() == "UnitAttr"; in isUnitAttr()
465 Attribute baseAttr = attr->attr.getBaseAttr(); in canFormatEnumAttr()
477 return attr->attr.getBaseAttr().getAttrDefName() == "SymbolNameAttr"; in shouldFormatSymbolNameAttr()
1111 Attribute baseAttr = var->attr.getBaseAttr(); in genElementParser()
1687 Attribute baseAttr = var->attr.getBaseAttr(); in genElementPrinter()
DOpDefinitionsGen.cpp1685 if (attr->attr.getBaseAttr().isSymbolRefAttr()) in genSideEffectInterfaceMethods()