|
| ::mlir::StringAttr | getNameRefAttrName (::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, ::mlir::Type val, ::mlir::SymbolRefAttr name_ref) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::SymbolRefAttr name_ref) |
| 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 438 of file Ops.h.inc.
◆ Adaptor
◆ FoldAdaptor
◆ GenericAdaptor
template<typename RangeT>
◆ Properties
◆ build() [1/3]
| void llzk::global::GlobalReadOp::build |
( |
::mlir::OpBuilder & | , |
|
|
::mlir::OperationState & | odsState, |
|
|
::mlir::TypeRange | resultTypes, |
|
|
::mlir::ValueRange | operands, |
|
|
::llvm::ArrayRef<::mlir::NamedAttribute > | attributes = {} ) |
|
static |
◆ build() [2/3]
| void llzk::global::GlobalReadOp::build |
( |
::mlir::OpBuilder & | odsBuilder, |
|
|
::mlir::OperationState & | odsState, |
|
|
::mlir::Type | val, |
|
|
::mlir::SymbolRefAttr | name_ref ) |
|
static |
◆ build() [3/3]
| void llzk::global::GlobalReadOp::build |
( |
::mlir::OpBuilder & | odsBuilder, |
|
|
::mlir::OperationState & | odsState, |
|
|
::mlir::TypeRange | resultTypes, |
|
|
::mlir::SymbolRefAttr | name_ref ) |
|
static |
◆ computePropertiesHash()
| llvm::hash_code llzk::global::GlobalReadOp::computePropertiesHash |
( |
const Properties & | prop | ) |
|
|
static |
◆ getAttributeNames()
| ::llvm::ArrayRef<::llvm::StringRef > llzk::global::GlobalReadOp::getAttributeNames |
( |
| ) |
|
|
inline |
◆ getGlobalDefOp()
| inline ::mlir::FailureOr< SymbolLookupResult< GlobalDefOp > > llzk::global::GlobalReadOp::getGlobalDefOp |
( |
::mlir::SymbolTableCollection & | tables | ) |
|
|
inline |
Gets the definition for the global referenced in this op.
Definition at line 529 of file Ops.h.inc.
◆ getInherentAttr()
| std::optional< mlir::Attribute > llzk::global::GlobalReadOp::getInherentAttr |
( |
::mlir::MLIRContext * | ctx, |
|
|
const Properties & | prop, |
|
|
llvm::StringRef | name ) |
|
static |
◆ getNameRef()
| mlir::SymbolRefAttr llzk::global::GlobalReadOp::getNameRef |
( |
| ) |
|
◆ getNameRefAttr()
| ::mlir::SymbolRefAttr llzk::global::GlobalReadOp::getNameRefAttr |
( |
| ) |
|
|
inline |
◆ getNameRefAttrName() [1/2]
| ::mlir::StringAttr llzk::global::GlobalReadOp::getNameRefAttrName |
( |
| ) |
|
|
inline |
◆ getNameRefAttrName() [2/2]
| ::mlir::StringAttr llzk::global::GlobalReadOp::getNameRefAttrName |
( |
::mlir::OperationName | name | ) |
|
|
inlinestatic |
◆ getODSOperandIndexAndLength()
| std::pair< unsigned, unsigned > llzk::global::GlobalReadOp::getODSOperandIndexAndLength |
( |
unsigned | index | ) |
|
|
inline |
◆ getODSOperands()
| ::mlir::Operation::operand_range llzk::global::GlobalReadOp::getODSOperands |
( |
unsigned | index | ) |
|
|
inline |
◆ getODSResultIndexAndLength()
| std::pair< unsigned, unsigned > llzk::global::GlobalReadOp::getODSResultIndexAndLength |
( |
unsigned | index | ) |
|
|
inline |
◆ getODSResults()
| ::mlir::Operation::result_range llzk::global::GlobalReadOp::getODSResults |
( |
unsigned | index | ) |
|
|
inline |
◆ getOperationName()
| constexpr ::llvm::StringLiteral llzk::global::GlobalReadOp::getOperationName |
( |
| ) |
|
|
inlinestatic |
◆ getPropertiesAsAttr()
| mlir::Attribute llzk::global::GlobalReadOp::getPropertiesAsAttr |
( |
::mlir::MLIRContext * | ctx, |
|
|
const Properties & | prop ) |
|
static |
◆ getVal()
| ::mlir::TypedValue<::mlir::Type > llzk::global::GlobalReadOp::getVal |
( |
| ) |
|
|
inline |
◆ parse()
| mlir::ParseResult llzk::global::GlobalReadOp::parse |
( |
::mlir::OpAsmParser & | parser, |
|
|
::mlir::OperationState & | result ) |
|
static |
◆ populateInherentAttrs()
| void llzk::global::GlobalReadOp::populateInherentAttrs |
( |
::mlir::MLIRContext * | ctx, |
|
|
const Properties & | prop, |
|
|
::mlir::NamedAttrList & | attrs ) |
|
static |
◆ print()
| void llzk::global::GlobalReadOp::print |
( |
::mlir::OpAsmPrinter & | _odsPrinter | ) |
|
◆ readProperties()
| llvm::LogicalResult llzk::global::GlobalReadOp::readProperties |
( |
::mlir::DialectBytecodeReader & | reader, |
|
|
::mlir::OperationState & | state ) |
|
static |
◆ setInherentAttr()
| void llzk::global::GlobalReadOp::setInherentAttr |
( |
Properties & | prop, |
|
|
llvm::StringRef | name, |
|
|
mlir::Attribute | value ) |
|
static |
◆ setNameRefAttr()
| void llzk::global::GlobalReadOp::setNameRefAttr |
( |
::mlir::SymbolRefAttr | attr | ) |
|
|
inline |
◆ setPropertiesFromAttr()
| llvm::LogicalResult llzk::global::GlobalReadOp::setPropertiesFromAttr |
( |
Properties & | prop, |
|
|
::mlir::Attribute | attr, |
|
|
::llvm::function_ref<::mlir::InFlightDiagnostic()> | emitError ) |
|
static |
◆ verifyInherentAttrs()
| llvm::LogicalResult llzk::global::GlobalReadOp::verifyInherentAttrs |
( |
::mlir::OperationName | opName, |
|
|
::mlir::NamedAttrList & | attrs, |
|
|
llvm::function_ref<::mlir::InFlightDiagnostic()> | emitError ) |
|
static |
◆ verifyInvariants()
| llvm::LogicalResult llzk::global::GlobalReadOp::verifyInvariants |
( |
| ) |
|
◆ verifyInvariantsImpl()
| llvm::LogicalResult llzk::global::GlobalReadOp::verifyInvariantsImpl |
( |
| ) |
|
◆ verifySymbolUses()
| LogicalResult llzk::global::GlobalReadOp::verifySymbolUses |
( |
::mlir::SymbolTableCollection & | symbolTable | ) |
|
◆ writeProperties()
| void llzk::global::GlobalReadOp::writeProperties |
( |
::mlir::DialectBytecodeWriter & | writer | ) |
|
The documentation for this class was generated from the following files: