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

Public Member Functions

 FuncDefOpAdaptor (FuncDefOp op)
::llvm::LogicalResult verify (::mlir::Location loc)
 FuncDefOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 FuncDefOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 FuncDefOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr)
 FuncDefOpGenericAdaptor (RangeT values, const FuncDefOpGenericAdaptorBase &base)
template<typename LateInst = FuncDefOp, typename = std::enable_if_t<std::is_same_v<LateInst, FuncDefOp>>>
 FuncDefOpGenericAdaptor (RangeT values, LateInst op)
Public Member Functions inherited from llzk::function::FuncDefOpGenericAdaptor<::mlir::ValueRange >
 FuncDefOpGenericAdaptor (::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::function::detail::FuncDefOpGenericAdaptorBase
 FuncDefOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 FuncDefOpGenericAdaptorBase (FuncDefOp op)
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
const PropertiesgetProperties ()
::mlir::DictionaryAttr getAttributes ()
::mlir::StringAttr getSymNameAttr ()
::llvm::StringRef getSymName ()
::mlir::TypeAttr getFunctionTypeAttr ()
::mlir::FunctionType getFunctionType ()
::mlir::ArrayAttr getArgAttrsAttr ()
::std::optional< ::mlir::ArrayAttr > getArgAttrs ()
::mlir::ArrayAttr getResAttrsAttr ()
::std::optional< ::mlir::ArrayAttr > getResAttrs ()
::mlir::Region & getBody ()
::mlir::RegionRange getRegions ()

Additional Inherited Members

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

Detailed Description

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

Constructor & Destructor Documentation

◆ FuncDefOpAdaptor()

llzk::function::FuncDefOpAdaptor::FuncDefOpAdaptor ( FuncDefOp op)

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

Member Function Documentation

◆ FuncDefOpGenericAdaptor() [1/5]

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

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

◆ FuncDefOpGenericAdaptor() [2/5]

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

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

◆ FuncDefOpGenericAdaptor() [3/5]

llzk::function::FuncDefOpGenericAdaptor< RangeT >::FuncDefOpGenericAdaptor ( RangeT values,
::mlir::DictionaryAttr attrs = nullptr )
inline

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

◆ FuncDefOpGenericAdaptor() [4/5]

llzk::function::FuncDefOpGenericAdaptor< RangeT >::FuncDefOpGenericAdaptor ( RangeT values,
const FuncDefOpGenericAdaptorBase & base )
inline

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

◆ FuncDefOpGenericAdaptor() [5/5]

template<typename LateInst = FuncDefOp, typename = std::enable_if_t<std::is_same_v<LateInst, FuncDefOp>>>
llzk::function::FuncDefOpGenericAdaptor< RangeT >::FuncDefOpGenericAdaptor ( RangeT values,
LateInst op )
inline

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

◆ verify()

llvm::LogicalResult llzk::function::FuncDefOpAdaptor::verify ( ::mlir::Location loc)

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


The documentation for this class was generated from the following files:
  • build/include/llzk/Dialect/Function/IR/Ops.h.inc
  • build/include/llzk/Dialect/Function/IR/Ops.cpp.inc