|
::mlir::StringAttr | getNameRefAttrName (::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::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 366 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()
static ::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 432 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 |
( |
| ) |
|
◆ 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 | ) |
|
◆ getODSOperands()
mlir::Operation::operand_range llzk::global::GlobalReadOp::getODSOperands |
( |
unsigned | index | ) |
|
◆ getODSResultIndexAndLength()
std::pair< unsigned, unsigned > llzk::global::GlobalReadOp::getODSResultIndexAndLength |
( |
unsigned | index | ) |
|
◆ getODSResults()
mlir::Operation::result_range llzk::global::GlobalReadOp::getODSResults |
( |
unsigned | index | ) |
|
◆ getOperationName()
static constexpr ::llvm::StringLiteral llzk::global::GlobalReadOp::getOperationName |
( |
| ) |
|
|
inlinestatic |
◆ getPropertiesAsAttr()
mlir::Attribute llzk::global::GlobalReadOp::getPropertiesAsAttr |
( |
::mlir::MLIRContext * | ctx, |
|
|
const Properties & | prop ) |
|
static |
◆ getVal()
mlir::Value llzk::global::GlobalReadOp::getVal |
( |
| ) |
|
◆ 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()
mlir::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 | ) |
|
◆ setPropertiesFromAttr()
mlir::LogicalResult llzk::global::GlobalReadOp::setPropertiesFromAttr |
( |
Properties & | prop, |
|
|
::mlir::Attribute | attr, |
|
|
::llvm::function_ref<::mlir::InFlightDiagnostic()> | emitError ) |
|
static |
◆ verifyInherentAttrs()
mlir::LogicalResult llzk::global::GlobalReadOp::verifyInherentAttrs |
( |
::mlir::OperationName | opName, |
|
|
::mlir::NamedAttrList & | attrs, |
|
|
llvm::function_ref<::mlir::InFlightDiagnostic()> | emitError ) |
|
static |
◆ verifyInvariants()
mlir::LogicalResult llzk::global::GlobalReadOp::verifyInvariants |
( |
| ) |
|
◆ verifyInvariantsImpl()
mlir::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: