|
::mlir::StringAttr | getMsgAttrName (::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::Value condition, ::mlir::StringAttr msg) |
|
static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::Value condition, ::mlir::StringAttr msg) |
|
static void | build (::mlir::OpBuilder &, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::ValueRange operands, ::llvm::ArrayRef<::mlir::NamedAttribute > attributes={}) |
|
::mlir::ParseResult | parse (::mlir::OpAsmParser &parser, ::mlir::OperationState &result) |
|
Definition at line 275 of file Ops.h.inc.
◆ Adaptor
◆ FoldAdaptor
◆ GenericAdaptor
template<typename RangeT>
◆ Properties
◆ build() [1/3]
void llzk::boolean::AssertOp::build |
( |
::mlir::OpBuilder & | , |
|
|
::mlir::OperationState & | odsState, |
|
|
::mlir::TypeRange | resultTypes, |
|
|
::mlir::ValueRange | operands, |
|
|
::llvm::ArrayRef<::mlir::NamedAttribute > | attributes = {} ) |
|
static |
◆ build() [2/3]
void llzk::boolean::AssertOp::build |
( |
::mlir::OpBuilder & | odsBuilder, |
|
|
::mlir::OperationState & | odsState, |
|
|
::mlir::TypeRange | resultTypes, |
|
|
::mlir::Value | condition, |
|
|
::mlir::StringAttr | msg ) |
|
static |
◆ build() [3/3]
void llzk::boolean::AssertOp::build |
( |
::mlir::OpBuilder & | odsBuilder, |
|
|
::mlir::OperationState & | odsState, |
|
|
::mlir::Value | condition, |
|
|
::mlir::StringAttr | msg ) |
|
static |
◆ computePropertiesHash()
llvm::hash_code llzk::boolean::AssertOp::computePropertiesHash |
( |
const Properties & | prop | ) |
|
|
static |
◆ getAttributeNames()
static ::llvm::ArrayRef<::llvm::StringRef > llzk::boolean::AssertOp::getAttributeNames |
( |
| ) |
|
|
inline |
◆ getCondition()
mlir::TypedValue<::mlir::IntegerType > llzk::boolean::AssertOp::getCondition |
( |
| ) |
|
◆ getConditionMutable()
mlir::OpOperand & llzk::boolean::AssertOp::getConditionMutable |
( |
| ) |
|
◆ getEffects()
void llzk::boolean::AssertOp::getEffects |
( |
::llvm::SmallVectorImpl<::mlir::SideEffects::EffectInstance<::mlir::MemoryEffects::Effect > > & | effects | ) |
|
◆ getInherentAttr()
std::optional< mlir::Attribute > llzk::boolean::AssertOp::getInherentAttr |
( |
::mlir::MLIRContext * | ctx, |
|
|
const Properties & | prop, |
|
|
llvm::StringRef | name ) |
|
static |
◆ getMsg()
std::optional<::llvm::StringRef > llzk::boolean::AssertOp::getMsg |
( |
| ) |
|
◆ getMsgAttr()
mlir::StringAttr llzk::boolean::AssertOp::getMsgAttr |
( |
| ) |
|
◆ getMsgAttrName() [1/2]
::mlir::StringAttr llzk::boolean::AssertOp::getMsgAttrName |
( |
| ) |
|
|
inline |
◆ getMsgAttrName() [2/2]
::mlir::StringAttr llzk::boolean::AssertOp::getMsgAttrName |
( |
::mlir::OperationName | name | ) |
|
|
inlinestatic |
◆ getODSOperandIndexAndLength()
std::pair< unsigned, unsigned > llzk::boolean::AssertOp::getODSOperandIndexAndLength |
( |
unsigned | index | ) |
|
◆ getODSOperands()
mlir::Operation::operand_range llzk::boolean::AssertOp::getODSOperands |
( |
unsigned | index | ) |
|
◆ getODSResultIndexAndLength()
std::pair< unsigned, unsigned > llzk::boolean::AssertOp::getODSResultIndexAndLength |
( |
unsigned | index | ) |
|
◆ getODSResults()
mlir::Operation::result_range llzk::boolean::AssertOp::getODSResults |
( |
unsigned | index | ) |
|
◆ getOperationName()
static constexpr ::llvm::StringLiteral llzk::boolean::AssertOp::getOperationName |
( |
| ) |
|
|
inlinestatic |
◆ getPropertiesAsAttr()
mlir::Attribute llzk::boolean::AssertOp::getPropertiesAsAttr |
( |
::mlir::MLIRContext * | ctx, |
|
|
const Properties & | prop ) |
|
static |
◆ parse()
mlir::ParseResult llzk::boolean::AssertOp::parse |
( |
::mlir::OpAsmParser & | parser, |
|
|
::mlir::OperationState & | result ) |
|
static |
◆ populateInherentAttrs()
void llzk::boolean::AssertOp::populateInherentAttrs |
( |
::mlir::MLIRContext * | ctx, |
|
|
const Properties & | prop, |
|
|
::mlir::NamedAttrList & | attrs ) |
|
static |
◆ print()
void llzk::boolean::AssertOp::print |
( |
::mlir::OpAsmPrinter & | _odsPrinter | ) |
|
◆ readProperties()
mlir::LogicalResult llzk::boolean::AssertOp::readProperties |
( |
::mlir::DialectBytecodeReader & | reader, |
|
|
::mlir::OperationState & | state ) |
|
static |
◆ removeMsgAttr()
mlir::Attribute llzk::boolean::AssertOp::removeMsgAttr |
( |
| ) |
|
◆ setInherentAttr()
void llzk::boolean::AssertOp::setInherentAttr |
( |
Properties & | prop, |
|
|
llvm::StringRef | name, |
|
|
mlir::Attribute | value ) |
|
static |
◆ setMsg()
void llzk::boolean::AssertOp::setMsg |
( |
::std::optional<::llvm::StringRef > | attrValue | ) |
|
◆ setMsgAttr()
void llzk::boolean::AssertOp::setMsgAttr |
( |
::mlir::StringAttr | attr | ) |
|
◆ setPropertiesFromAttr()
mlir::LogicalResult llzk::boolean::AssertOp::setPropertiesFromAttr |
( |
Properties & | prop, |
|
|
::mlir::Attribute | attr, |
|
|
::llvm::function_ref<::mlir::InFlightDiagnostic()> | emitError ) |
|
static |
◆ verifyInherentAttrs()
mlir::LogicalResult llzk::boolean::AssertOp::verifyInherentAttrs |
( |
::mlir::OperationName | opName, |
|
|
::mlir::NamedAttrList & | attrs, |
|
|
llvm::function_ref<::mlir::InFlightDiagnostic()> | emitError ) |
|
static |
◆ verifyInvariants()
mlir::LogicalResult llzk::boolean::AssertOp::verifyInvariants |
( |
| ) |
|
◆ verifyInvariantsImpl()
mlir::LogicalResult llzk::boolean::AssertOp::verifyInvariantsImpl |
( |
| ) |
|
◆ writeProperties()
void llzk::boolean::AssertOp::writeProperties |
( |
::mlir::DialectBytecodeWriter & | writer | ) |
|
The documentation for this class was generated from the following files: