LLZK 0.1.0
Veridise's ZK Language IR
Loading...
Searching...
No Matches
llzk::string::LitStringOpAdaptor Class Reference
Inheritance diagram for llzk::string::LitStringOpAdaptor:
[legend]
Collaboration diagram for llzk::string::LitStringOpAdaptor:
[legend]

Public Member Functions

 LitStringOpAdaptor (LitStringOp op)
::llvm::LogicalResult verify (::mlir::Location loc)
 LitStringOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 LitStringOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 LitStringOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr)
 LitStringOpGenericAdaptor (RangeT values, const LitStringOpGenericAdaptorBase &base)
template<typename LateInst = LitStringOp, typename = std::enable_if_t<std::is_same_v<LateInst, LitStringOp>>>
 LitStringOpGenericAdaptor (RangeT values, LateInst op)
Public Member Functions inherited from llzk::string::LitStringOpGenericAdaptor<::mlir::ValueRange >
 LitStringOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index)
::mlir::ValueRange getODSOperands (unsigned index)
::mlir::ValueRange getOperands ()
Public Member Functions inherited from llzk::string::detail::LitStringOpGenericAdaptorBase
 LitStringOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 LitStringOpGenericAdaptorBase (LitStringOp op)
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
const PropertiesgetProperties ()
::mlir::DictionaryAttr getAttributes ()
::mlir::StringAttr getValueAttr ()
::llvm::StringRef getValue ()

Additional Inherited Members

Protected Attributes inherited from llzk::string::detail::LitStringOpGenericAdaptorBase
::mlir::DictionaryAttr odsAttrs
::std::optional<::mlir::OperationName > odsOpName
Properties properties
::mlir::RegionRange odsRegions

Detailed Description

Definition at line 113 of file Ops.h.inc.

Constructor & Destructor Documentation

◆ LitStringOpAdaptor()

llzk::string::LitStringOpAdaptor::LitStringOpAdaptor ( LitStringOp op)

Definition at line 68 of file Ops.cpp.inc.

Member Function Documentation

◆ LitStringOpGenericAdaptor() [1/5]

llzk::string::LitStringOpGenericAdaptor< RangeT >::LitStringOpGenericAdaptor ( RangeT values,
::mlir::DictionaryAttr attrs,
::mlir::OpaqueProperties properties,
::mlir::RegionRange regions = {} )
inline

Definition at line 87 of file Ops.h.inc.

◆ LitStringOpGenericAdaptor() [2/5]

llzk::string::LitStringOpGenericAdaptor< RangeT >::LitStringOpGenericAdaptor ( RangeT values,
::mlir::DictionaryAttr attrs,
const Properties & properties,
::mlir::RegionRange regions = {} )
inline

Definition at line 85 of file Ops.h.inc.

◆ LitStringOpGenericAdaptor() [3/5]

llzk::string::LitStringOpGenericAdaptor< RangeT >::LitStringOpGenericAdaptor ( RangeT values,
::mlir::DictionaryAttr attrs = nullptr )
inline

Definition at line 89 of file Ops.h.inc.

◆ LitStringOpGenericAdaptor() [4/5]

llzk::string::LitStringOpGenericAdaptor< RangeT >::LitStringOpGenericAdaptor ( RangeT values,
const LitStringOpGenericAdaptorBase & base )
inline

Definition at line 91 of file Ops.h.inc.

◆ LitStringOpGenericAdaptor() [5/5]

template<typename LateInst = LitStringOp, typename = std::enable_if_t<std::is_same_v<LateInst, LitStringOp>>>
llzk::string::LitStringOpGenericAdaptor< RangeT >::LitStringOpGenericAdaptor ( RangeT values,
LateInst op )
inline

Definition at line 94 of file Ops.h.inc.

◆ verify()

llvm::LogicalResult llzk::string::LitStringOpAdaptor::verify ( ::mlir::Location loc)

Definition at line 70 of file Ops.cpp.inc.


The documentation for this class was generated from the following files: