Lines Matching defs:attributes
230 DictionaryAttr attributes, OpaqueProperties properties, RegionRange regions,
247 ValueShapeRange operands, DictionaryAttr attributes,
428 if (parser.parseOptionalAttrDictWithKeyword(result.attributes))
433 bool hadNames = llvm::any_of(result.attributes, [](NamedAttribute attr) {
455 result.attributes.push_back({StringAttr::get(context, "names"), namesAttr});
744 if (parser.parseOptionalAttrDict(result.attributes))
983 DictionaryAttr attributes, OpaqueProperties properties, RegionRange regions,
987 context, location, operands, attributes, properties, regions,
993 DictionaryAttr attributes, OpaqueProperties properties, RegionRange regions,
1049 DictionaryAttr attributes, OpaqueProperties properties, RegionRange regions,
1052 Adaptor adaptor(operands, attributes, properties, regions);
1098 OpFoldResult ManualCppOpWithFold::fold(ArrayRef<Attribute> attributes) {
1101 if (!attributes.empty())
1102 return attributes.front();