|
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) |
|
static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::ValueRange values) |
|
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={}) |
|
::mlir::ParseResult | parse (::mlir::OpAsmParser &parser, ::mlir::OperationState &result) |
|
◆ Adaptor
◆ FoldAdaptor
◆ GenericAdaptor
template<typename RangeT >
◆ Properties
◆ build() [1/3]
void mlir::tt::ttir::YieldOp::build |
( |
::mlir::OpBuilder & |
, |
|
|
::mlir::OperationState & |
odsState, |
|
|
::mlir::TypeRange |
resultTypes, |
|
|
::mlir::ValueRange |
operands, |
|
|
::llvm::ArrayRef<::mlir::NamedAttribute > |
attributes = {} |
|
) |
| |
|
static |
◆ build() [2/3]
void mlir::tt::ttir::YieldOp::build |
( |
::mlir::OpBuilder & |
, |
|
|
::mlir::OperationState & |
odsState, |
|
|
::mlir::TypeRange |
resultTypes, |
|
|
::mlir::ValueRange |
operands, |
|
|
const Properties & |
properties, |
|
|
::llvm::ArrayRef<::mlir::NamedAttribute > |
discardableAttributes = {} |
|
) |
| |
|
static |
◆ build() [3/3]
void mlir::tt::ttir::YieldOp::build |
( |
::mlir::OpBuilder & |
odsBuilder, |
|
|
::mlir::OperationState & |
odsState, |
|
|
::mlir::ValueRange |
values |
|
) |
| |
|
static |
◆ computePropertiesHash()
llvm::hash_code mlir::tt::ttir::YieldOp::computePropertiesHash |
( |
const Properties & |
prop | ) |
|
|
static |
◆ getAttributeNames()
static ::llvm::ArrayRef<::llvm::StringRef> mlir::tt::ttir::YieldOp::getAttributeNames |
( |
| ) |
|
|
inline |
◆ getEffects()
void mlir::tt::ttir::YieldOp::getEffects |
( |
::llvm::SmallVectorImpl<::mlir::SideEffects::EffectInstance<::mlir::MemoryEffects::Effect >> & |
effects | ) |
|
◆ getInherentAttr()
std::optional< mlir::Attribute > mlir::tt::ttir::YieldOp::getInherentAttr |
( |
::mlir::MLIRContext * |
ctx, |
|
|
const Properties & |
prop, |
|
|
llvm::StringRef |
name |
|
) |
| |
|
static |
◆ getODSOperandIndexAndLength()
std::pair< unsigned, unsigned > mlir::tt::ttir::YieldOp::getODSOperandIndexAndLength |
( |
unsigned |
index | ) |
|
◆ getODSOperands()
::mlir::Operation::operand_range mlir::tt::ttir::YieldOp::getODSOperands |
( |
unsigned |
index | ) |
|
|
inline |
◆ getODSResultIndexAndLength()
std::pair<unsigned, unsigned> mlir::tt::ttir::YieldOp::getODSResultIndexAndLength |
( |
unsigned |
index | ) |
|
|
inline |
◆ getODSResults()
::mlir::Operation::result_range mlir::tt::ttir::YieldOp::getODSResults |
( |
unsigned |
index | ) |
|
|
inline |
◆ getOperationName()
static constexpr ::llvm::StringLiteral mlir::tt::ttir::YieldOp::getOperationName |
( |
| ) |
|
|
inlinestatic |
◆ getPropertiesAsAttr()
mlir::Attribute mlir::tt::ttir::YieldOp::getPropertiesAsAttr |
( |
::mlir::MLIRContext * |
ctx, |
|
|
const Properties & |
prop |
|
) |
| |
|
static |
◆ getValues()
::mlir::Operation::operand_range mlir::tt::ttir::YieldOp::getValues |
( |
| ) |
|
|
inline |
◆ getValuesMutable()
mlir::MutableOperandRange mlir::tt::ttir::YieldOp::getValuesMutable |
( |
| ) |
|
◆ parse()
mlir::ParseResult mlir::tt::ttir::YieldOp::parse |
( |
::mlir::OpAsmParser & |
parser, |
|
|
::mlir::OperationState & |
result |
|
) |
| |
|
static |
◆ populateInherentAttrs()
void mlir::tt::ttir::YieldOp::populateInherentAttrs |
( |
::mlir::MLIRContext * |
ctx, |
|
|
const Properties & |
prop, |
|
|
::mlir::NamedAttrList & |
attrs |
|
) |
| |
|
static |
◆ print()
void mlir::tt::ttir::YieldOp::print |
( |
::mlir::OpAsmPrinter & |
_odsPrinter | ) |
|
◆ setInherentAttr()
void mlir::tt::ttir::YieldOp::setInherentAttr |
( |
Properties & |
prop, |
|
|
llvm::StringRef |
name, |
|
|
mlir::Attribute |
value |
|
) |
| |
|
static |
◆ setPropertiesFromAttr()
llvm::LogicalResult mlir::tt::ttir::YieldOp::setPropertiesFromAttr |
( |
Properties & |
prop, |
|
|
::mlir::Attribute |
attr, |
|
|
::llvm::function_ref<::mlir::InFlightDiagnostic()> |
emitError |
|
) |
| |
|
static |
◆ verify()
::llvm::LogicalResult mlir::tt::ttir::YieldOp::verify |
( |
| ) |
|
◆ verifyInherentAttrs()
llvm::LogicalResult mlir::tt::ttir::YieldOp::verifyInherentAttrs |
( |
::mlir::OperationName |
opName, |
|
|
::mlir::NamedAttrList & |
attrs, |
|
|
llvm::function_ref<::mlir::InFlightDiagnostic()> |
emitError |
|
) |
| |
|
static |
◆ verifyInvariants()
llvm::LogicalResult mlir::tt::ttir::YieldOp::verifyInvariants |
( |
| ) |
|
◆ verifyInvariantsImpl()
llvm::LogicalResult mlir::tt::ttir::YieldOp::verifyInvariantsImpl |
( |
| ) |
|
The documentation for this class was generated from the following files: