Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DOpFormatGen.cpp84 using OperandVariable = typedef
933 if (auto *operand = dyn_cast<OperandVariable>(param)) { in genCustomDirectiveParser()
962 if (auto *operand = dyn_cast<OperandVariable>(input)) { in genCustomDirectiveParser()
1708 auto *operand = dyn_cast<OperandVariable>(typeOperand); in genCustomDirectiveParameterPrinter()
1760 auto *operand = dyn_cast<OperandVariable>(arg); in genTypeOperandPrinter()
1969 .Case([&](OperandVariable *ele) { in genElementPrinter()
2357 if (auto *operandVar = dyn_cast<OperandVariable>(el)) { in isOptionallyParsed()
2730 return create<OperandVariable>(operand); in parseVariableImpl()
2994 .Case([&](OperandVariable *ele) { in verifyOIListParsingElement()
3069 if (auto *var = dyn_cast<OperandVariable>(element)) { in parseTypeDirectiveOperand()
[all …]