|
| 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) |
|
std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index) |
|
RangeT | getODSOperands (unsigned index) |
|
RangeT | getOperands () |
|
| FuncDefOpGenericAdaptorBase (::mlir::DictionaryAttr attrs=nullptr, const Properties &properties={}, ::mlir::RegionRange regions={}) |
|
| FuncDefOpGenericAdaptorBase (FuncDefOp op) |
|
std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize) |
|
const Properties & | getProperties () |
|
::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 () |
|
template<typename RangeT>
class llzk::function::FuncDefOpGenericAdaptor< RangeT >
Definition at line 397 of file Ops.h.inc.