Lines Matching defs:attributes
57 /// Get either the argument or result attributes array.
66 /// Set either the argument or result attributes array.
75 /// Erase either the argument or result attributes array.
156 ArrayRef<NamedAttribute> attributes) {
160 DictionaryAttr::get(op->getContext(), attributes));
165 DictionaryAttr attributes) {
168 attributes ? attributes : DictionaryAttr::get(op->getContext()));
173 ArrayRef<NamedAttribute> attributes) {
177 DictionaryAttr::get(op->getContext(), attributes));
182 DictionaryAttr attributes) {
186 attributes ? attributes : DictionaryAttr::get(op->getContext()));
205 // Update the argument attributes of the function.
248 // Update the result attributes of the function.
285 // Update the argument attributes of the function.
306 // Update the result attributes of the function.
332 // Functor used to update the argument and result attributes of the function.
346 // The new type has less arguments/results, take the first N attributes.
352 // arguments/results with empty dictionary attributes.
358 // Update the argument and result attributes.