Lines Matching defs:getArg
206 FormatElement *getArg() const { return arg; }
944 StringRef name = getTypeListName(dir->getArg(), lengthKind);
997 genCustomParameterParser(dir->getArg(), body);
1001 StringRef listName = getTypeListName(dir->getArg(), lengthKind);
1055 StringRef listName = getTypeListName(dir->getArg(), lengthKind);
1065 FormatElement *input = dir->getArg();
1077 StringRef listName = getTypeListName(type->getArg(), lengthKind);
1131 StringRef listName = getTypeListName(dir->getArg(), lengthKind);
1648 StringRef listName = getTypeListName(dir->getArg(), lengthKind);
1658 TypeSwitch<FormatElement *>(dir->getArg())
2172 genCustomDirectiveParameterPrinter(dir->getArg(), op, body);
2175 auto *typeOperand = dir->getArg();
2335 genOptionalGroupPrinterAnchor(element->getArg(), op, body);
2603 if (auto *operand = dyn_cast<OperandVariable>(dir->getArg())) {
2615 if (auto *operand = dyn_cast<OperandVariable>(dir->getArg()))
2617 else if (auto *operand = dyn_cast<ResultVariable>(dir->getArg()))
2640 genTypeOperandPrinter(dir->getArg(), op, body, /*useArrayRef=*/false)
3441 if (!isa<OperandVariable, ResultVariable>(type->getArg())) {
3751 return verifyOptionalGroupElement(loc, ele->getArg(),