Home
last modified time | relevance | path

Searched refs:getPayloadOps (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/mlir/test/lib/Dialect/Transform/
H A DTestTransformDialectExtension.cpp132 ArrayRef<Operation *> payload = state.getPayloadOps(getOperand()); in apply()
147 ArrayRef<Operation *> payload = state.getPayloadOps(getOperand()); in apply()
172 for (Operation *payload : state.getPayloadOps(getOperand())) { in apply()
190 if (failed(extension->updateMapping(state.getPayloadOps(getOperand()).front(), in apply()
205 ArrayRef<Operation *> payloadOps = state.getPayloadOps(getTarget()); in apply()
231 for (Operation *op : state.getPayloadOps(getTarget())) in apply()
291 emitRemark() << state.getPayloadOps(getHandle()).size(); in apply()
/llvm-project-15.0.7/mlir/lib/Dialect/Transform/IR/
H A DTransformOps.cpp173 results.set(result, state.getPayloadOps(terminatorOperand)); in forwardTerminatorOperands()
182 llvm::append_range(originals, state.getPayloadOps(scopeHandle)); in apply()
283 ArrayRef<Operation *> payloadOps = state.getPayloadOps(getTarget()); in apply()
341 for (Operation *target : state.getPayloadOps(getTarget())) { in apply()
366 llvm::append_range(operations, state.getPayloadOps(operand)); in apply()
406 for (Operation *root : state.getPayloadOps(getRoot())) { in apply()
424 unsigned numRepetitions = state.getPayloadOps(getPattern()).size(); in apply()
427 ArrayRef<Operation *> current = state.getPayloadOps(handle); in apply()
H A DTransformInterfaces.cpp40 transform::TransformState::getPayloadOps(Value value) const { in getPayloadOps() function in transform::TransformState
127 ArrayRef<Operation *> potentialAncestors = getPayloadOps(handle.get()); in recordHandleInvalidation()
203 for (Operation *op : getPayloadOps(operand.get())) { in applyTransform()
301 llvm::append_range(targets, state.getPayloadOps(op->getOperand(0))); in mapPossibleTopLevelTransformOpBlockArguments()
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/TransformOps/
H A DLinalgTransformOps.cpp172 getOperation(), state.getPayloadOps(getTarget()), in apply()
302 ArrayRef<Operation *> producerOps = state.getPayloadOps(getProducerOp()); in apply()
310 ArrayRef<Operation *> containingOps = state.getPayloadOps(getContainingOp()); in apply()
442 ArrayRef<Operation *> payloadOps = state.getPayloadOps(getTarget()); in apply()
692 ArrayRef<Operation *> payload = state.getPayloadOps(getTarget()); in apply()
699 state.getPayloadOps(getDynamicSplitPoint()), [&](Operation *op) { in apply()
861 ArrayRef<Operation *> targets = state.getPayloadOps(getTarget()); in apply()
866 state.getPayloadOps(dynamicSizeProducerHandle)); in apply()
/llvm-project-15.0.7/mlir/lib/Dialect/Bufferization/TransformOps/
H A DBufferizationTransformOps.cpp38 ArrayRef<Operation *> payloadOps = state.getPayloadOps(getTarget()); in apply()
/llvm-project-15.0.7/mlir/lib/Dialect/SCF/TransformOps/
H A DSCFTransformOps.cpp39 for (Operation *target : state.getPayloadOps(getTarget())) { in apply()
94 for (Operation *target : state.getPayloadOps(getTarget())) { in apply()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Transform/IR/
H A DTransformInterfaces.h264 ArrayRef<Operation *> getPayloadOps(Value value) const;
860 state.getPayloadOps(this->getOperation()->getOperand(0)); in apply()