TT-MLIR
|
Public Types | |
using | Adaptor = FullOpAdaptor |
template<typename RangeT > | |
using | GenericAdaptor = FullOpGenericAdaptor< RangeT > |
using | FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute > > |
using | Properties = FoldAdaptor::Properties |
Public Member Functions | |
static ::llvm::ArrayRef<::llvm::StringRef > | getAttributeNames () |
::mlir::StringAttr | getFillValueAttrName () |
::mlir::StringAttr | getShapeAttrName () |
std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index) |
::mlir::Operation::operand_range | getODSOperands (unsigned index) |
std::pair< unsigned, unsigned > | getODSResultIndexAndLength (unsigned index) |
::mlir::Operation::result_range | getODSResults (unsigned index) |
::mlir::TypedValue<::mlir::RankedTensorType > | getResult () |
void | writeProperties (::mlir::DialectBytecodeWriter &writer) |
::mlir::DenseI32ArrayAttr | getShapeAttr () |
::llvm::ArrayRef< int32_t > | getShape () |
::mlir::Attribute | getFillValueAttr () |
::mlir::Attribute | getFillValue () |
void | setShapeAttr (::mlir::DenseI32ArrayAttr attr) |
void | setShape (::llvm::ArrayRef< int32_t > attrValue) |
void | setFillValueAttr (::mlir::Attribute attr) |
::llvm::LogicalResult | verifyInvariantsImpl () |
::llvm::LogicalResult | verifyInvariants () |
::llvm::LogicalResult | verify () |
bool | bufferizesToMemoryRead (::mlir::OpOperand &opOperand, const ::mlir::bufferization::AnalysisState &state) |
bool | bufferizesToMemoryWrite (::mlir::OpOperand &opOperand, const ::mlir::bufferization::AnalysisState &state) |
::mlir::bufferization::AliasingValueList | getAliasingValues (::mlir::OpOperand &opOperand, const ::mlir::bufferization::AnalysisState &state) |
::llvm::LogicalResult | bufferize (::mlir::RewriterBase &rewriter, const ::mlir::bufferization::BufferizationOptions &options) |
::mlir::FailureOr<::mlir::BaseMemRefType > | getBufferType (::mlir::Value value, const ::mlir::bufferization::BufferizationOptions &options, ::llvm::SmallVector<::mlir::Value > &invocationStack) |
void | getEffects (::llvm::SmallVectorImpl<::mlir::SideEffects::EffectInstance<::mlir::MemoryEffects::Effect >> &effects) |
Static Public Member Functions | |
::mlir::StringAttr | getFillValueAttrName (::mlir::OperationName name) |
::mlir::StringAttr | getShapeAttrName (::mlir::OperationName name) |
static constexpr ::llvm::StringLiteral | getOperationName () |
::llvm::LogicalResult | setPropertiesFromAttr (Properties &prop, ::mlir::Attribute attr, ::llvm::function_ref<::mlir::InFlightDiagnostic()> emitError) |
::mlir::Attribute | getPropertiesAsAttr (::mlir::MLIRContext *ctx, const Properties &prop) |
static llvm::hash_code | computePropertiesHash (const Properties &prop) |
static std::optional< mlir::Attribute > | getInherentAttr (::mlir::MLIRContext *ctx, const Properties &prop, llvm::StringRef name) |
static void | setInherentAttr (Properties &prop, llvm::StringRef name, mlir::Attribute value) |
static void | populateInherentAttrs (::mlir::MLIRContext *ctx, const Properties &prop, ::mlir::NamedAttrList &attrs) |
::llvm::LogicalResult | verifyInherentAttrs (::mlir::OperationName opName, ::mlir::NamedAttrList &attrs, llvm::function_ref<::mlir::InFlightDiagnostic()> emitError) |
::llvm::LogicalResult | readProperties (::mlir::DialectBytecodeReader &reader, ::mlir::OperationState &state) |
static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, Type resultType, Attribute fillValue) |
static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::Type result, ::mlir::DenseI32ArrayAttr shape, ::mlir::Attribute fill_value) |
static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::DenseI32ArrayAttr shape, ::mlir::Attribute fill_value) |
static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::Type result, ::llvm::ArrayRef< int32_t > shape, ::mlir::Attribute fill_value) |
static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::llvm::ArrayRef< int32_t > shape, ::mlir::Attribute fill_value) |
static void | build (::mlir::OpBuilder &, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::ValueRange operands, ::llvm::ArrayRef<::mlir::NamedAttribute > attributes={}) |
static void | build (::mlir::OpBuilder &, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::ValueRange operands, const Properties &properties, ::llvm::ArrayRef<::mlir::NamedAttribute > discardableAttributes={}) |
Private Member Functions | |
::mlir::StringAttr | getAttributeNameForIndex (unsigned index) |
Static Private Member Functions | |
::mlir::StringAttr | getAttributeNameForIndex (::mlir::OperationName name, unsigned index) |
using mlir::tt::ttir::FullOp::FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute> > |
using mlir::tt::ttir::FullOp::GenericAdaptor = FullOpGenericAdaptor<RangeT> |
::llvm::LogicalResult mlir::tt::ttir::FullOp::bufferize | ( | ::mlir::RewriterBase & | rewriter, |
const ::mlir::bufferization::BufferizationOptions & | options | ||
) |
bool mlir::tt::ttir::FullOp::bufferizesToMemoryRead | ( | ::mlir::OpOperand & | opOperand, |
const ::mlir::bufferization::AnalysisState & | state | ||
) |
bool mlir::tt::ttir::FullOp::bufferizesToMemoryWrite | ( | ::mlir::OpOperand & | opOperand, |
const ::mlir::bufferization::AnalysisState & | state | ||
) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
::mlir::bufferization::AliasingValueList mlir::tt::ttir::FullOp::getAliasingValues | ( | ::mlir::OpOperand & | opOperand, |
const ::mlir::bufferization::AnalysisState & | state | ||
) |
|
inlinestaticprivate |
|
inlineprivate |
|
inline |
::mlir::FailureOr<::mlir::BaseMemRefType> mlir::tt::ttir::FullOp::getBufferType | ( | ::mlir::Value | value, |
const ::mlir::bufferization::BufferizationOptions & | options, | ||
::llvm::SmallVector<::mlir::Value > & | invocationStack | ||
) |
void mlir::tt::ttir::FullOp::getEffects | ( | ::llvm::SmallVectorImpl<::mlir::SideEffects::EffectInstance<::mlir::MemoryEffects::Effect >> & | effects | ) |
mlir::Attribute mlir::tt::ttir::FullOp::getFillValue | ( | ) |
|
inline |
|
inline |
|
inlinestatic |
|
static |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
static |
|
inline |
llvm::ArrayRef< int32_t > mlir::tt::ttir::FullOp::getShape | ( | ) |
|
inline |
|
inline |
|
inlinestatic |
|
static |
|
static |
|
inline |
|
static |
|
static |
void mlir::tt::ttir::FullOp::setShape | ( | ::llvm::ArrayRef< int32_t > | attrValue | ) |
|
inline |
::llvm::LogicalResult mlir::tt::ttir::FullOp::verify | ( | ) |
|
static |
llvm::LogicalResult mlir::tt::ttir::FullOp::verifyInvariants | ( | ) |
llvm::LogicalResult mlir::tt::ttir::FullOp::verifyInvariantsImpl | ( | ) |
void mlir::tt::ttir::FullOp::writeProperties | ( | ::mlir::DialectBytecodeWriter & | writer | ) |