Lines Matching refs:OperandVariable

84 using OperandVariable =  typedef
811 } else if (auto *operand = dyn_cast<OperandVariable>(element)) { in genElementParserStorage()
879 } else if (auto *operand = dyn_cast<OperandVariable>(param)) { in genCustomParameterParser()
933 if (auto *operand = dyn_cast<OperandVariable>(param)) { in genCustomDirectiveParser()
962 if (auto *operand = dyn_cast<OperandVariable>(input)) { in genCustomDirectiveParser()
1001 } else if (auto *operand = dyn_cast<OperandVariable>(param)) { in genCustomDirectiveParser()
1128 } else if (auto *opVar = dyn_cast<OperandVariable>(firstElement)) { in genElementParser()
1251 } else if (auto *operand = dyn_cast<OperandVariable>(element)) { in genElementParser()
1320 .Case<OperandVariable, ResultVariable>([&](auto operand) { in genElementParser()
1694 } else if (auto *operand = dyn_cast<OperandVariable>(element)) { in genCustomDirectiveParameterPrinter()
1708 auto *operand = dyn_cast<OperandVariable>(typeOperand); in genCustomDirectiveParameterPrinter()
1760 auto *operand = dyn_cast<OperandVariable>(arg); in genTypeOperandPrinter()
1842 .Case<OperandVariable, ResultVariable>([&](auto *element) { in genOptionalGroupPrinterAnchor()
1969 .Case([&](OperandVariable *ele) { in genElementPrinter()
2042 } else if (auto *operand = dyn_cast<OperandVariable>(element)) { in genElementPrinter()
2084 if (auto *operand = dyn_cast<OperandVariable>(dir->getArg())) { in genElementPrinter()
2096 if (auto *operand = dyn_cast<OperandVariable>(dir->getArg())) in genElementPrinter()
2357 if (auto *operandVar = dyn_cast<OperandVariable>(el)) { in isOptionallyParsed()
2730 return create<OperandVariable>(operand); in parseVariableImpl()
2830 OperandVariable, RegionVariable, SuccessorVariable>(argument)) { in verifyCustomDirectiveArguments()
2836 if (!isa<OperandVariable, ResultVariable>(type->getArg())) { in verifyCustomDirectiveArguments()
2994 .Case([&](OperandVariable *ele) { in verifyOIListParsingElement()
3069 if (auto *var = dyn_cast<OperandVariable>(element)) { in parseTypeDirectiveOperand()
3133 .Case([&](OperandVariable *ele) { in verifyOptionalGroupElement()