Searched refs:argAttr (Results 1 – 3 of 3) sorted by relevance
61 auto argAttr = newArgAttrs[i]; in eraseFunctionArguments() local62 if (argAttr.empty()) in eraseFunctionArguments()65 op->setAttr(nameAttr, argAttr.getDictionary(op->getContext())); in eraseFunctionArguments()
2627 auto argAttr = getConstantInt(operand); in processOp() local2628 if (!argAttr) { in processOp()2633 argAttrs.push_back(argAttr); in processOp()2693 auto argAttr = getConstantInt(operand); in processOp() local2694 if (!argAttr) { in processOp()2699 argAttrs.push_back(argAttr); in processOp()
1840 NamedAttribute argAttr) { in verifyRegionArgAttribute() argument1842 if (argAttr.first == LLVMDialect::getNoAliasAttrName() && in verifyRegionArgAttribute()1843 !argAttr.second.isa<BoolAttr>()) in verifyRegionArgAttribute()1847 if (argAttr.first == LLVMDialect::getAlignAttrName() && in verifyRegionArgAttribute()1848 !argAttr.second.isa<IntegerAttr>()) in verifyRegionArgAttribute()