Lines Matching refs:operands
23 // CHECK: operands = []
27 // CHECK: operands += [*variadic1]
29 // CHECK: operands.append(non_variadic)
31 // CHECK: if variadic2 is not None: operands.append(variadic2)
36 …// CHECK: "test.attr_sized_operands", attributes=attributes, operands=operands, results=result…
42 // CHECK: self.operation.operands,
49 // CHECK: self.operation.operands,
56 // CHECK: self.operation.operands,
69 // CHECK: operands = []
82 …// CHECK: "test.attr_sized_results", attributes=attributes, operands=operands, results=results,
115 // CHECK: operands = []
124 // CHECK: "test.attributed_op", attributes=attributes, operands=operands, results=results,
153 // CHECK: operands = []
156 // CHECK: operands.append(_gen_arg_0)
157 // CHECK: operands.append(_gen_arg_2)
162 …// CHECK: "test.attributed_op_with_operands", attributes=attributes, operands=operands, result…
183 // CHECK: operands = []
187 // CHECK: "test.empty", attributes=attributes, operands=operands, results=results,
195 // CHECK: operands = []
201 // CHECK: operands.append(_gen_arg_0)
202 // CHECK: operands.append(f32)
203 // CHECK: operands.append(_gen_arg_2)
205 // CHECK: "test.missing_names", attributes=attributes, operands=operands, results=results,
210 // CHECK: return self.operation.operands[1]
228 // CHECK: operands = []
231 // CHECK: operands.append(non_variadic)
232 // CHECK: operands += [*variadic]
234 …// CHECK: "test.one_variadic_operand", attributes=attributes, operands=operands, results=resul…
239 // CHECK: return self.operation.operands[0]
243 // CHECK: variadic_group_length = len(self.operation.operands) - 2 + 1
244 // CHECK: return self.operation.operands[1:1 + variadic_group_length]
253 // CHECK: operands = []
259 …// CHECK: "test.one_variadic_result", attributes=attributes, operands=operands, results=result…
279 // CHECK: operands = []
282 // CHECK: operands.append(in_)
284 // CHECK: "test.python_keyword", attributes=attributes, operands=operands, results=results,
289 // CHECK: return self.operation.operands[0]
300 // CHECK: start, pg = _equally_sized_accessor(operation.operands, 2, 0, 0)
301 // CHECK: return self.operation.operands[start:start + pg]
305 // CHECK: start, pg = _equally_sized_accessor(operation.operands, 2, 0, 1)
306 // CHECK: return self.operation.operands[start]
310 // CHECK: start, pg = _equally_sized_accessor(operation.operands, 2, 1, 1)
311 // CHECK: return self.operation.operands[start:start + pg]
344 // CHECK: operands = []
349 // CHECK: operands.append(i32)
350 // CHECK: operands.append(f32)
352 // CHECK: "test.simple", attributes=attributes, operands=operands, results=results,
357 // CHECK: return self.operation.operands[0]
361 // CHECK: return self.operation.operands[1]