Lines Matching defs:operations
142 SmallVector<Operation *> operations;
143 operations.reserve(values.size());
146 operations.push_back(op);
152 if (failed(operationsFn(operations)))
196 [&](ArrayRef<Operation *> operations) {
197 return setPayloadOps(argument, operations);
634 // number of IR objects (operations and values). Alternatively, we could walk
707 /// IR operations nested in the operations associated with the consumed handles.
723 // allows handles to point to repeated payload operations, only report
740 // Invalidate handles pointing to the operations nested in the operation
1046 // TODO: we may need to invalidate handles to operations and values nested in
1092 operations.appendEmptyRows(numSegments);
1103 assert(operations[position].data() == nullptr &&
1114 [&](ArrayRef<Operation *> operations) {
1115 return set(handle, operations), success();
1141 assert(resultNumber < operations.size() &&
1143 assert(operations[resultNumber].data() != nullptr &&
1145 return operations[resultNumber];
1182 operations[resultNumber].data() != nullptr ||
1612 /// Appends to `effects` the same effects as the operations of `block` have on