Lines Matching defs:arguments

28 generic constructors without default arguments, verbose textual IR dumps, and so
72 `dag` has one operator and zero or more arguments. Its syntax is `(operator
75 operator and the arguments like `(MyOp:$op_name MyArg:$arg_name)`.
121 let arguments = (ins
177 ### Operation arguments
179 There are three kinds of arguments: operands, attributes, and properties.
198 `arguments`, led by `ins`:
201 let arguments = (ins
225 All the arguments should be named to:
356 let arguments = (ins I64ArrayAttr:$attr);
360 let arguments = (ins I64ArrayAttr:$attr);
441 the arguments and returns types. For example, given the following op definition:
445 let arguments = (ins
518 `arguments` list has a default value, the default value will be supplied in the
521 placed at the end of the `arguments` list to leverage this feature. (This
524 but default values for the attributes not at the end of the `arguments` list
545 let arguments = (ins F32Attr:$attr);
569 Note that the method has two additional leading arguments. These arguments are
583 let arguments = (ins F32Attr:$attr);
593 The equivalents of `builder` and `state` arguments are available as `$_builder`
594 and `$_state` special variables. The named arguments listed in the `ins` part
600 Finally, if some arguments need a default value, they can be defined using
605 let arguments = (ins F32Attr:$attr);
697 let arguments = (ins FlatSymbolRefAttr:$callee, Variadic<AnyType>:$args);
710 A directive is a type of builtin function, with an optional set of arguments.
741 - Formats the `inputs` and `outputs` arguments as a
860 The arguments to the `parse<UserDirective>` method are firstly a reference to
894 The arguments to the `print<UserDirective>` method is firstly a reference to the
968 - Only variadic or optional results and operand arguments and can be used.
977 let arguments = (ins Variadic<AnyType>:$operands);
999 let arguments = (ins UnitAttr:$is_read_only);
1027 let arguments = (ins UnitAttr:$foo);
1313 [Operation arguments](#operation-arguments) and
1435 let arguments = (ins
1784 arguments except taking the reason as first argument, e.g.