|
static constexpr ::llvm::StringLiteral | getOperationName () |
|
static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, Value first, Value second, Value third, Value output) |
|
static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::Type result, ::mlir::Value first, ::mlir::Value second, ::mlir::Value third, ::mlir::Value output) |
|
static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::Value first, ::mlir::Value second, ::mlir::Value third, ::mlir::Value output) |
|
static void | build (::mlir::OpBuilder &, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::ValueRange operands, ::llvm::ArrayRef<::mlir::NamedAttribute > attributes={}) |
|
◆ Adaptor
◆ FoldAdaptor
◆ GenericAdaptor
template<typename RangeT >
◆ build() [1/4]
void mlir::tt::ttir::WhereOp::build |
( |
::mlir::OpBuilder & |
, |
|
|
::mlir::OperationState & |
odsState, |
|
|
::mlir::TypeRange |
resultTypes, |
|
|
::mlir::ValueRange |
operands, |
|
|
::llvm::ArrayRef<::mlir::NamedAttribute > |
attributes = {} |
|
) |
| |
|
static |
◆ build() [2/4]
void mlir::tt::ttir::WhereOp::build |
( |
::mlir::OpBuilder & |
odsBuilder, |
|
|
::mlir::OperationState & |
odsState, |
|
|
::mlir::Type |
result, |
|
|
::mlir::Value |
first, |
|
|
::mlir::Value |
second, |
|
|
::mlir::Value |
third, |
|
|
::mlir::Value |
output |
|
) |
| |
|
static |
◆ build() [3/4]
void mlir::tt::ttir::WhereOp::build |
( |
::mlir::OpBuilder & |
odsBuilder, |
|
|
::mlir::OperationState & |
odsState, |
|
|
::mlir::TypeRange |
resultTypes, |
|
|
::mlir::Value |
first, |
|
|
::mlir::Value |
second, |
|
|
::mlir::Value |
third, |
|
|
::mlir::Value |
output |
|
) |
| |
|
static |
◆ build() [4/4]
void mlir::tt::ttir::WhereOp::build |
( |
::mlir::OpBuilder & |
odsBuilder, |
|
|
::mlir::OperationState & |
odsState, |
|
|
Value |
first, |
|
|
Value |
second, |
|
|
Value |
third, |
|
|
Value |
output |
|
) |
| |
|
static |
◆ getAttributeNames()
static ::llvm::ArrayRef<::llvm::StringRef> mlir::tt::ttir::WhereOp::getAttributeNames |
( |
| ) |
|
|
inline |
◆ getDpsInitsMutable()
MutableOperandRange mlir::tt::ttir::WhereOp::getDpsInitsMutable |
( |
| ) |
|
|
inline |
◆ getEffects()
void mlir::tt::ttir::WhereOp::getEffects |
( |
::llvm::SmallVectorImpl<::mlir::SideEffects::EffectInstance<::mlir::MemoryEffects::Effect >> & |
effects | ) |
|
◆ getFirst()
::mlir::TypedValue<::mlir::RankedTensorType> mlir::tt::ttir::WhereOp::getFirst |
( |
| ) |
|
|
inline |
◆ getFirstMutable()
::mlir::OpOperand& mlir::tt::ttir::WhereOp::getFirstMutable |
( |
| ) |
|
|
inline |
◆ getODSOperandIndexAndLength()
std::pair<unsigned, unsigned> mlir::tt::ttir::WhereOp::getODSOperandIndexAndLength |
( |
unsigned |
index | ) |
|
|
inline |
◆ getODSOperands()
::mlir::Operation::operand_range mlir::tt::ttir::WhereOp::getODSOperands |
( |
unsigned |
index | ) |
|
|
inline |
◆ getODSResultIndexAndLength()
std::pair<unsigned, unsigned> mlir::tt::ttir::WhereOp::getODSResultIndexAndLength |
( |
unsigned |
index | ) |
|
|
inline |
◆ getODSResults()
::mlir::Operation::result_range mlir::tt::ttir::WhereOp::getODSResults |
( |
unsigned |
index | ) |
|
|
inline |
◆ getOperationName()
static constexpr ::llvm::StringLiteral mlir::tt::ttir::WhereOp::getOperationName |
( |
| ) |
|
|
inlinestatic |
◆ getOutput()
::mlir::TypedValue<::mlir::RankedTensorType> mlir::tt::ttir::WhereOp::getOutput |
( |
| ) |
|
|
inline |
◆ getOutputMutable()
::mlir::OpOperand& mlir::tt::ttir::WhereOp::getOutputMutable |
( |
| ) |
|
|
inline |
◆ getResult()
::mlir::TypedValue<::mlir::RankedTensorType> mlir::tt::ttir::WhereOp::getResult |
( |
| ) |
|
|
inline |
◆ getSecond()
::mlir::TypedValue<::mlir::RankedTensorType> mlir::tt::ttir::WhereOp::getSecond |
( |
| ) |
|
|
inline |
◆ getSecondMutable()
::mlir::OpOperand& mlir::tt::ttir::WhereOp::getSecondMutable |
( |
| ) |
|
|
inline |
◆ getThird()
::mlir::TypedValue<::mlir::RankedTensorType> mlir::tt::ttir::WhereOp::getThird |
( |
| ) |
|
|
inline |
◆ getThirdMutable()
::mlir::OpOperand& mlir::tt::ttir::WhereOp::getThirdMutable |
( |
| ) |
|
|
inline |
◆ verifyInvariants()
llvm::LogicalResult mlir::tt::ttir::WhereOp::verifyInvariants |
( |
| ) |
|
◆ verifyInvariantsImpl()
llvm::LogicalResult mlir::tt::ttir::WhereOp::verifyInvariantsImpl |
( |
| ) |
|
The documentation for this class was generated from the following files:
- /__w/tt-mlir/tt-mlir/build/include/ttmlir/Dialect/TTIR/IR/TTIROps.h.inc
- /__w/tt-mlir/tt-mlir/build/include/ttmlir/Dialect/TTIR/IR/TTIROps.cpp.inc