|
MLIR 22.0.0git
|
#include "mlir/IR/Operation.h"Go to the source code of this file.
Namespaces | |
| namespace | mlir |
| Include the generated interface declarations. | |
| namespace | mlir::nvgpu |
Functions | |
| Operation::operand_range | mlir::nvgpu::getIndices (Operation *op) |
| Get the indices that the given load/store operation is operating on. | |
| void | mlir::nvgpu::setIndices (Operation *op, ArrayRef< Value > indices) |
| Set the indices that the given load/store operation is operating on. | |
| Value | mlir::nvgpu::getValueStored (Operation *op) |
| Get the value that is stored by the given store operation. | |
| Value | mlir::nvgpu::getMemrefOperand (Operation *op) |
| Get the memref that is loaded from/stored into by the given load/store operation. | |