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)
 
::mlir::LogicalResult verify (::mlir::Location loc)
 
 FuncDefOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr, const Properties &properties={}, ::mlir::RegionRange regions={})
 
 FuncDefOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
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=nullptr, const Properties &properties={}, ::mlir::RegionRange regions={})
 
 FuncDefOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
 FuncDefOpGenericAdaptor (::mlir::ValueRange values, LateInst op)
 
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=nullptr, 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 425 of file Ops.h.inc.

Constructor & Destructor Documentation

◆ FuncDefOpAdaptor()

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

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

Member Function Documentation

◆ FuncDefOpGenericAdaptor() [1/3]

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

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

◆ FuncDefOpGenericAdaptor() [2/3]

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

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

◆ FuncDefOpGenericAdaptor() [3/3]

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 406 of file Ops.h.inc.

◆ verify()

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

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


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