Lines Matching full:operands

25   // CHECK:   operands = []
29 // CHECK: operands.append(_get_op_results_or_values(variadic1))
30 // CHECK: operands.append(non_variadic)
31 // CHECK: operands.append(variadic2)
35 // CHECK: attributes=attributes, results=results, operands=operands,
41 // CHECK: self.operation.operands,
49 // CHECK: self.operation.operands,
56 // CHECK: self.operation.operands,
73 // CHECK: operands = []
83 // CHECK: attributes=attributes, results=results, operands=operands,
122 // CHECK: operands = []
137 // CHECK: attributes=attributes, results=results, operands=operands,
172 // CHECK: operands = []
176 // CHECK: operands.append(_gen_arg_0)
177 // CHECK: operands.append(_gen_arg_2)
184 // CHECK: attributes=attributes, results=results, operands=operands,
207 // CHECK: operands = []
216 // CHECK: attributes=attributes, results=results, operands=operands,
230 // CHECK: operands = []
260 // CHECK: operands = []
267 // CHECK: attributes=attributes, results=results, operands=operands,
279 // CHECK: attributes=attributes, operands=operands,
290 // CHECK: operands = []
293 // CHECK: attributes=attributes, operands=operands,
306 // CHECK: operands = []
310 // CHECK: operands.append(_gen_arg_0)
311 // CHECK: operands.append(f32)
312 // CHECK: operands.append(_gen_arg_2)
319 // CHECK: attributes=attributes, results=results, operands=operands,
324 // CHECK: return self.operation.operands[1]
348 // CHECK: operands = []
352 // CHECK: operands.append(non_optional)
353 // CHECK: if optional is not None: operands.append(optional)
357 // CHECK: attributes=attributes, results=results, operands=operands,
362 // CHECK: return self.operation.operands[0]
366 // CHECK: return None if len(self.operation.operands) < 2 else self.operation.operands[1]
379 // CHECK: operands = []
383 // CHECK: operands.append(non_variadic)
384 // CHECK: operands.extend(_get_op_results_or_values(variadic))
388 // CHECK: attributes=attributes, results=results, operands=operands,
393 // CHECK: return self.operation.operands[0]
397 // CHECK: _ods_variadic_group_length = len(self.operation.operands) - 2 + 1
398 // CHECK: return self.operation.operands[1:1 + _ods_variadic_group_length]
412 // CHECK: operands = []
421 // CHECK: attributes=attributes, results=results, operands=operands,
444 // CHECK: operands = []
448 // CHECK: operands.append(in_)
452 // CHECK: attributes=attributes, results=results, operands=operands,
457 // CHECK: return self.operation.operands[0]
467 // CHECK: operands = []
469 // CHECK: operands.append
470 // CHECK: results.extend([operands[0].type] * 1)
496 // CHECK: start, elements_per_group = _ods_equally_sized_accessor(self.operation.operands, 1, 2, 0, 0)
497 // CHECK: return self.operation.operands[start:start + elements_per_group]
501 // CHECK: start, elements_per_group = _ods_equally_sized_accessor(self.operation.operands, 1, 2, 0, 1)
502 // CHECK: return self.operation.operands[start]
506 // CHECK: start, elements_per_group = _ods_equally_sized_accessor(self.operation.operands, 1, 2, 1, 1)
507 // CHECK: return self.operation.operands[start:start + elements_per_group]
546 // CHECK: operands = []
550 // CHECK: operands.append(i32)
551 // CHECK: operands.append(f32)
557 // CHECK: attributes=attributes, results=results, operands=operands,
562 // CHECK: return self.operation.operands[0]
566 // CHECK: return self.operation.operands[1]
586 // CHECK: operands = []
594 // CHECK: attributes=attributes, results=results, operands=operands,
614 // CHECK: operands = []
622 // CHECK: attributes=attributes, results=results, operands=operands,