AbstractTy typedef | mlir::Type | |
classof(Type type) | mlir::BaseMemRefType | inlinestatic |
clone(ArrayRef< int64_t > shape, Type elementType) const | mlir::BaseMemRefType | |
clone(ArrayRef< int64_t > shape) const | mlir::BaseMemRefType | |
cloneWith(std::optional< ArrayRef< int64_t >> shape, Type elementType) const | mlir::BaseMemRefType | |
dump() const | mlir::Type | |
getAbstractType() const | mlir::Type | inline |
getAsOpaquePointer() const | mlir::Type | inline |
getContext() const | mlir::Type | |
getDialect() const | mlir::Type | inline |
getElementType() const | mlir::BaseMemRefType | |
getFromOpaquePointer(const void *pointer) | mlir::Type | inlinestatic |
getImpl() const | mlir::Type | inline |
getIntOrFloatBitWidth() const | mlir::Type | |
getMemorySpace() const | mlir::BaseMemRefType | |
getMemorySpaceAsInt() const | mlir::BaseMemRefType | |
getShape() const | mlir::BaseMemRefType | |
getTypeID() | mlir::Type | inline |
hasPromiseOrImplementsInterface() | mlir::Type | inline |
hasRank() const | mlir::BaseMemRefType | |
hasTrait() | mlir::Type | inline |
impl | mlir::Type | protected |
ImplType typedef | mlir::Type | |
isBF16() const | mlir::Type | |
isF128() const | mlir::Type | |
isF16() const | mlir::Type | |
isF32() const | mlir::Type | |
isF64() const | mlir::Type | |
isF80() const | mlir::Type | |
isFloat() const | mlir::Type | |
isFloat(unsigned width) const | mlir::Type | |
isIndex() const | mlir::Type | |
isInteger() const | mlir::Type | |
isInteger(unsigned width) const | mlir::Type | |
isIntOrFloat() const | mlir::Type | |
isIntOrIndex() const | mlir::Type | |
isIntOrIndexOrFloat() const | mlir::Type | |
isSignedInteger() const | mlir::Type | |
isSignedInteger(unsigned width) const | mlir::Type | |
isSignlessInteger() const | mlir::Type | |
isSignlessInteger(unsigned width) const | mlir::Type | |
isSignlessIntOrFloat() const | mlir::Type | |
isSignlessIntOrIndex() const | mlir::Type | |
isSignlessIntOrIndexOrFloat() const | mlir::Type | |
isTF32() const | mlir::Type | |
isUnsignedInteger() const | mlir::Type | |
isUnsignedInteger(unsigned width) const | mlir::Type | |
isValidElementType(Type type) | mlir::BaseMemRefType | inlinestatic |
operator bool() const | mlir::Type | inlineexplicit |
operator ShapedType() const | mlir::BaseMemRefType | inline |
operator!() const | mlir::Type | inline |
operator!=(Type other) const | mlir::Type | inline |
operator=(const Type &other)=default | mlir::Type | |
operator==(Type other) const | mlir::Type | inline |
print(raw_ostream &os) const | mlir::Type | |
print(raw_ostream &os, AsmState &state) const | mlir::Type | |
replace(ReplacementFns &&...replacementFns) | mlir::Type | inline |
replaceImmediateSubElements(ArrayRef< Attribute > replAttrs, ArrayRef< Type > replTypes) const | mlir::Type | inline |
Type()=default | mlir::BaseMemRefType | |
Type(const ImplType *impl) | mlir::BaseMemRefType | inline |
Type(const Type &other)=default | mlir::BaseMemRefType | |
mlir::Type::Type(const ImplType *impl) | mlir::Type | inline |
mlir::Type::Type(const Type &other)=default | mlir::Type | |
TypeBase typedef | mlir::Type | |
walk(WalkFns &&...walkFns) | mlir::Type | inline |
walkImmediateSubElements(function_ref< void(Attribute)> walkAttrsFn, function_ref< void(Type)> walkTypesFn) const | mlir::Type | inline |