Home
last modified time | relevance | path

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

/external/llvm-project/mlir/tools/mlir-tblgen/
DOpFormatGen.cpp65 AttributeVariable, enumerator
107 struct AttributeVariable struct
108 : public VariableElement<NamedAttribute, Element::Kind::AttributeVariable> {
110 Element::Kind::AttributeVariable>::VariableElement;
781 auto *anchor = dyn_cast<AttributeVariable>(optional->getAnchor()); in genElementParserStorage()
804 } else if (auto *attr = dyn_cast<AttributeVariable>(element)) { in genElementParserStorage()
882 if (auto *attr = dyn_cast<AttributeVariable>(&param)) { in genCustomParameterParser()
978 if (auto *attr = dyn_cast<AttributeVariable>(&param)) { in genCustomDirectiveParser()
1053 if (auto *attrVar = dyn_cast<AttributeVariable>(firstElement)) { in genElementParser()
1079 auto *anchorAttr = dyn_cast<AttributeVariable>(optional->getAnchor()); in genElementParser()
[all …]