Home
last modified time | relevance | path

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

/external/llvm-project/mlir/tools/mlir-tblgen/
DOpFormatGen.cpp66 OperandVariable, enumerator
126 using OperandVariable = typedef
127 VariableElement<NamedTypeConstraint, Element::Kind::OperandVariable>;
733 if (auto *operand = dyn_cast<OperandVariable>(arg)) { in getTypeListName()
809 } else if (auto *operand = dyn_cast<OperandVariable>(element)) { in genElementParserStorage()
886 } else if (auto *operand = dyn_cast<OperandVariable>(&param)) { in genCustomParameterParser()
942 if (auto *operand = dyn_cast<OperandVariable>(&param)) { in genCustomDirectiveParser()
985 } else if (auto *operand = dyn_cast<OperandVariable>(&param)) { in genCustomDirectiveParser()
1060 } else if (auto *opVar = dyn_cast<OperandVariable>(firstElement)) { in genElementParser()
1148 } else if (auto *operand = dyn_cast<OperandVariable>(element)) { in genElementParser()
[all …]