Go to the source code of this file.
|
raw_ostream & | mlir::operator<< (raw_ostream &os, const Range &range) |
|
SmallVector< Range, 8 > | mlir::getOrCreateRanges (OffsetSizeAndStrideOpInterface op, OpBuilder &b, Location loc) |
| Return the list of Range (i.e. More...
|
|
LogicalResult | mlir::memref::foldMemRefCast (Operation *op, Value inner=nullptr) |
| This is a common utility used for patterns of the form "someop(memref.cast) -> someop". More...
|
|
Type | mlir::memref::getTensorTypeFromMemRefType (Type type) |
| Return an unranked/ranked tensor type for the given unranked/ranked memref type. More...
|
|
std::optional< Operation * > | mlir::memref::findDealloc (Value allocValue) |
| Finds a single dealloc operation for the given allocated value. More...
|
|
OpFoldResult | mlir::memref::getMixedSize (OpBuilder &builder, Location loc, Value value, int64_t dim) |
| Return the dimension of the given memref value. More...
|
|
SmallVector< OpFoldResult > | mlir::memref::getMixedSizes (OpBuilder &builder, Location loc, Value value) |
| Return the dimensions of the given memref value. More...
|
|
Value | mlir::memref::createCanonicalRankReducingSubViewOp (OpBuilder &b, Location loc, Value memref, ArrayRef< int64_t > targetShape) |
| Create a rank-reducing SubViewOp @[0 . More...
|
|
◆ GET_OP_CLASSES