Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DOpFormatGen.cpp40 class OpVariableElement : public VariableElementBase<VariableKind> { class
42 using Base = OpVariableElement<VarT, VariableKind>;
45 OpVariableElement(const VarT *var) : var(var) {} in OpVariableElement() function in __anonf2a272a10111::OpVariableElement
57 : public OpVariableElement<NamedAttribute, VariableElement::Attribute> {
85 OpVariableElement<NamedTypeConstraint, VariableElement::Operand>;
89 OpVariableElement<NamedTypeConstraint, VariableElement::Result>;
92 using RegionVariable = OpVariableElement<NamedRegion, VariableElement::Region>;
96 OpVariableElement<NamedSuccessor, VariableElement::Successor>;