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