Lines Matching defs:operations
1 //===- TransformOps.cpp - Transform dialect operations --------------------===//
161 // Clone the scope operations and make the transforms in this alternative
163 // visible handle) to the cloned scope operations. This effectively prevents
190 // If all operations in the given alternative succeeded, no need to consider
752 // Currently, LICM does not remove operations, so we don't need tracking.
839 /// Applies matcher operations from the given `block` using
861 << "expected operations in the match part to "
1135 // make sure any handles to operations inside, that could have been affected
2067 SmallVector<Operation *> operations;
2069 llvm::append_range(operations, state.getPayloadOps(operand));
2071 results.set(llvm::cast<OpResult>(getResult()), operations);
2075 SetVector<Operation *> uniqued(operations.begin(), operations.end());
2144 // Map the entry block argument to the list of operations.
2561 // Map the entry block argument to the list of operations.
2695 // Check properties of the nested operations they cannot check themselves.