|
::mlir::StringAttr | getMapAttrName (::mlir::OperationName name) |
|
::mlir::StringAttr | getNumDimsAttrName (::mlir::OperationName name) |
|
static constexpr ::llvm::StringLiteral | getOperationName () |
|
::mlir::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) |
|
::mlir::LogicalResult | verifyInherentAttrs (::mlir::OperationName opName, ::mlir::NamedAttrList &attrs, llvm::function_ref<::mlir::InFlightDiagnostic()> emitError) |
|
::mlir::LogicalResult | readProperties (::mlir::DialectBytecodeReader &reader, ::mlir::OperationState &state) |
|
static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::AffineMapAttr map, ::mlir::ValueRange mapOperands={}) |
|
static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::AffineMap map, ::mlir::ValueRange mapOperands={}) |
|
static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::AffineExpr expr, ::mlir::ValueRange mapOperands={}) |
|
::mlir::ParseResult | parse (::mlir::OpAsmParser &parser, ::mlir::OperationState &result) |
|
Definition at line 140 of file Ops.h.inc.
◆ Adaptor
◆ FoldAdaptor
◆ GenericAdaptor
template<typename RangeT>
◆ Properties
◆ build() [1/3]
void llzk::polymorphic::ApplyMapOp::build |
( |
::mlir::OpBuilder & | odsBuilder, |
|
|
::mlir::OperationState & | odsState, |
|
|
::mlir::AffineExpr | expr, |
|
|
::mlir::ValueRange | mapOperands = {} ) |
|
static |
◆ build() [2/3]
void llzk::polymorphic::ApplyMapOp::build |
( |
::mlir::OpBuilder & | odsBuilder, |
|
|
::mlir::OperationState & | odsState, |
|
|
::mlir::AffineMap | map, |
|
|
::mlir::ValueRange | mapOperands = {} ) |
|
static |
◆ build() [3/3]
void llzk::polymorphic::ApplyMapOp::build |
( |
::mlir::OpBuilder & | odsBuilder, |
|
|
::mlir::OperationState & | odsState, |
|
|
::mlir::AffineMapAttr | map, |
|
|
::mlir::ValueRange | mapOperands = {} ) |
|
static |
◆ computePropertiesHash()
llvm::hash_code llzk::polymorphic::ApplyMapOp::computePropertiesHash |
( |
const Properties & | prop | ) |
|
|
static |
◆ getAffineMap()
::mlir::AffineMap llzk::polymorphic::ApplyMapOp::getAffineMap |
( |
| ) |
|
|
inline |
Returns the affine map to be applied by this operation.
Definition at line 221 of file Ops.h.inc.
◆ getAffineValueMap()
::mlir::affine::AffineValueMap llzk::polymorphic::ApplyMapOp::getAffineValueMap |
( |
| ) |
|
|
inline |
Returns the affine value map computed from this operation.
Definition at line 224 of file Ops.h.inc.
◆ getAttributeNames()
static ::llvm::ArrayRef<::llvm::StringRef > llzk::polymorphic::ApplyMapOp::getAttributeNames |
( |
| ) |
|
|
inline |
◆ getDimOperands()
::mlir::ValueRange llzk::polymorphic::ApplyMapOp::getDimOperands |
( |
| ) |
|
|
inline |
Returns all dimension operands.
Definition at line 229 of file Ops.h.inc.
◆ getEffects()
void llzk::polymorphic::ApplyMapOp::getEffects |
( |
::llvm::SmallVectorImpl<::mlir::SideEffects::EffectInstance<::mlir::MemoryEffects::Effect > > & | effects | ) |
|
◆ getInherentAttr()
std::optional< mlir::Attribute > llzk::polymorphic::ApplyMapOp::getInherentAttr |
( |
::mlir::MLIRContext * | ctx, |
|
|
const Properties & | prop, |
|
|
llvm::StringRef | name ) |
|
static |
◆ getMap()
mlir::AffineMap llzk::polymorphic::ApplyMapOp::getMap |
( |
| ) |
|
◆ getMapAttr()
mlir::AffineMapAttr llzk::polymorphic::ApplyMapOp::getMapAttr |
( |
| ) |
|
◆ getMapAttrName() [1/2]
::mlir::StringAttr llzk::polymorphic::ApplyMapOp::getMapAttrName |
( |
| ) |
|
|
inline |
◆ getMapAttrName() [2/2]
::mlir::StringAttr llzk::polymorphic::ApplyMapOp::getMapAttrName |
( |
::mlir::OperationName | name | ) |
|
|
inlinestatic |
◆ getMapOperands()
mlir::Operation::operand_range llzk::polymorphic::ApplyMapOp::getMapOperands |
( |
| ) |
|
◆ getMapOperandsMutable()
mlir::MutableOperandRange llzk::polymorphic::ApplyMapOp::getMapOperandsMutable |
( |
| ) |
|
◆ getNumDims()
llvm::APInt llzk::polymorphic::ApplyMapOp::getNumDims |
( |
| ) |
|
◆ getNumDimsAttr()
mlir::IntegerAttr llzk::polymorphic::ApplyMapOp::getNumDimsAttr |
( |
| ) |
|
◆ getNumDimsAttrName() [1/2]
::mlir::StringAttr llzk::polymorphic::ApplyMapOp::getNumDimsAttrName |
( |
| ) |
|
|
inline |
◆ getNumDimsAttrName() [2/2]
::mlir::StringAttr llzk::polymorphic::ApplyMapOp::getNumDimsAttrName |
( |
::mlir::OperationName | name | ) |
|
|
inlinestatic |
◆ getODSOperandIndexAndLength()
std::pair< unsigned, unsigned > llzk::polymorphic::ApplyMapOp::getODSOperandIndexAndLength |
( |
unsigned | index | ) |
|
◆ getODSOperands()
mlir::Operation::operand_range llzk::polymorphic::ApplyMapOp::getODSOperands |
( |
unsigned | index | ) |
|
◆ getODSResultIndexAndLength()
std::pair< unsigned, unsigned > llzk::polymorphic::ApplyMapOp::getODSResultIndexAndLength |
( |
unsigned | index | ) |
|
◆ getODSResults()
mlir::Operation::result_range llzk::polymorphic::ApplyMapOp::getODSResults |
( |
unsigned | index | ) |
|
◆ getOperationName()
static constexpr ::llvm::StringLiteral llzk::polymorphic::ApplyMapOp::getOperationName |
( |
| ) |
|
|
inlinestatic |
◆ getPropertiesAsAttr()
mlir::Attribute llzk::polymorphic::ApplyMapOp::getPropertiesAsAttr |
( |
::mlir::MLIRContext * | ctx, |
|
|
const Properties & | prop ) |
|
static |
◆ getSymbolOperands()
::mlir::ValueRange llzk::polymorphic::ApplyMapOp::getSymbolOperands |
( |
| ) |
|
|
inline |
Returns all symbol operands.
Definition at line 236 of file Ops.h.inc.
◆ parse()
mlir::ParseResult llzk::polymorphic::ApplyMapOp::parse |
( |
::mlir::OpAsmParser & | parser, |
|
|
::mlir::OperationState & | result ) |
|
static |
◆ populateInherentAttrs()
void llzk::polymorphic::ApplyMapOp::populateInherentAttrs |
( |
::mlir::MLIRContext * | ctx, |
|
|
const Properties & | prop, |
|
|
::mlir::NamedAttrList & | attrs ) |
|
static |
◆ print()
void llzk::polymorphic::ApplyMapOp::print |
( |
::mlir::OpAsmPrinter & | _odsPrinter | ) |
|
◆ readProperties()
mlir::LogicalResult llzk::polymorphic::ApplyMapOp::readProperties |
( |
::mlir::DialectBytecodeReader & | reader, |
|
|
::mlir::OperationState & | state ) |
|
static |
◆ setInherentAttr()
void llzk::polymorphic::ApplyMapOp::setInherentAttr |
( |
Properties & | prop, |
|
|
llvm::StringRef | name, |
|
|
mlir::Attribute | value ) |
|
static |
◆ setMap()
void llzk::polymorphic::ApplyMapOp::setMap |
( |
::mlir::AffineMap | attrValue | ) |
|
◆ setMapAttr()
void llzk::polymorphic::ApplyMapOp::setMapAttr |
( |
::mlir::AffineMapAttr | attr | ) |
|
◆ setNumDims()
void llzk::polymorphic::ApplyMapOp::setNumDims |
( |
::llvm::APInt | attrValue | ) |
|
◆ setNumDimsAttr()
void llzk::polymorphic::ApplyMapOp::setNumDimsAttr |
( |
::mlir::IntegerAttr | attr | ) |
|
◆ setPropertiesFromAttr()
mlir::LogicalResult llzk::polymorphic::ApplyMapOp::setPropertiesFromAttr |
( |
Properties & | prop, |
|
|
::mlir::Attribute | attr, |
|
|
::llvm::function_ref<::mlir::InFlightDiagnostic()> | emitError ) |
|
static |
◆ verify()
LogicalResult llzk::polymorphic::ApplyMapOp::verify |
( |
| ) |
|
◆ verifyInherentAttrs()
mlir::LogicalResult llzk::polymorphic::ApplyMapOp::verifyInherentAttrs |
( |
::mlir::OperationName | opName, |
|
|
::mlir::NamedAttrList & | attrs, |
|
|
llvm::function_ref<::mlir::InFlightDiagnostic()> | emitError ) |
|
static |
◆ verifyInvariants()
mlir::LogicalResult llzk::polymorphic::ApplyMapOp::verifyInvariants |
( |
| ) |
|
◆ verifyInvariantsImpl()
mlir::LogicalResult llzk::polymorphic::ApplyMapOp::verifyInvariantsImpl |
( |
| ) |
|
◆ writeProperties()
void llzk::polymorphic::ApplyMapOp::writeProperties |
( |
::mlir::DialectBytecodeWriter & | writer | ) |
|
The documentation for this class was generated from the following files:
- build/include/llzk/Dialect/Polymorphic/IR/Ops.h.inc
- lib/Dialect/Polymorphic/IR/Ops.cpp
- build/include/llzk/Dialect/Polymorphic/IR/Ops.cpp.inc