Lines Matching refs:getAttributes
335 for (const NamedAttribute &namedAttr : op.getAttributes()) { in computeAttrMetadata()
580 for (const auto &namedAttr : op.getAttributes()) in populateSubstitutions()
791 for (const auto &namedAttr : emitHelper.getOp().getAttributes()) in genAttributeVerifier()
1005 for (const NamedAttribute &namedAttr : op.getAttributes()) { in genAttrGetters()
1016 auto derivedAttrs = make_filter_range(op.getAttributes(), in genAttrGetters()
1100 for (const NamedAttribute &namedAttr : op.getAttributes()) { in genAttrSetters()
1124 for (const NamedAttribute &namedAttr : op.getAttributes()) in genOptionalAttrRemovers()
1596 if (llvm::all_of(op.getAttributes(), [](const NamedAttribute &named) { in genPopulateDefaultAttributes()
1617 for (const NamedAttribute &namedAttr : op.getAttributes()) { in genPopulateDefaultAttributes()
2098 for (const auto &namedAttr : op.getAttributes()) { in genCodeForAddingArgAndRegionForBuilder()
2933 for (auto &namedAttr : op.getAttributes()) { in OpOperandAdaptorEmitter()