|
MLIR
22.0.0git
|
#include "mlir/IR/OpDefinition.h"#include "mlir/Interfaces/ValueBoundsOpInterface.h"#include "mlir/Interfaces/SubsetOpInterface.h.inc"Go to the source code of this file.
Namespaces | |
| mlir | |
| Include the generated interface declarations. | |
| mlir::detail | |
| AttrTypeReplacer. | |
Functions | |
| OpOperand & | mlir::detail::defaultGetDestinationOperand (Operation *op) |
Return the destination/"init" operand of the op if it implements the DestinationStyleOpInterface and has exactly one "init" operand. More... | |
| OpResult | mlir::detail::defaultGetUpdatedDestination (Operation *op) |
Return the updated destination result of the op if it implements the DestinationStyleOpInterface. More... | |
| bool | mlir::detail::defaultIsEquivalentSubset (Operation *op, Value candidate, function_ref< bool(Value, Value)> equivalenceFn) |
Default implementation of SubsetInsertionOpInterface::isEquivalentSubset. More... | |
| bool | mlir::detail::defaultOperatesOnEquivalentSubset (Operation *op, SubsetOpInterface candidate, function_ref< bool(Value, Value)> equivalenceFn) |
Default implementation of SubsetOpInterface::operatesOnEquivalentSubset. More... | |
| bool | mlir::detail::defaultOperatesOnDisjointSubset (Operation *op, SubsetOpInterface candidate, function_ref< bool(Value, Value)> equivalenceFn) |
Default implementation of SubsetOpInterface::operatesOnDisjointSubset. More... | |
| Value | mlir::detail::getTensorContainer (Operation *op) |
| Return the container that the given subset op is operating on. More... | |
| LogicalResult | mlir::detail::verifySubsetOpInterface (SubsetOpInterface op) |
Verify SubsetOpInterface. More... | |
| LogicalResult | mlir::detail::verifySubsetExtractionOpInterface (SubsetExtractionOpInterface op) |
Verify SubsetExtractionOpInterface. More... | |