|
| | CallOpAdaptor (CallOp op) |
| ::llvm::LogicalResult | verify (::mlir::Location loc) |
| | CallOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={}) |
| | CallOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={}) |
| | CallOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs) |
| | CallOpGenericAdaptor (RangeT values, const CallOpGenericAdaptorBase &base) |
| template<typename LateInst = CallOp, typename = std::enable_if_t<std::is_same_v<LateInst, CallOp>>> |
| | CallOpGenericAdaptor (RangeT values, LateInst op) |
| | CallOpGenericAdaptor (::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 | getArgOperands () |
| ::llvm::SmallVector< ::mlir::ValueRange > | getMapOperands () |
| ::mlir::ValueRange | getOperands () |
| | CallOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={}) |
| | CallOpGenericAdaptorBase (CallOp op) |
| std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize) |
| const Properties & | getProperties () |
| ::mlir::DictionaryAttr | getAttributes () |
| ::mlir::SymbolRefAttr | getCalleeAttr () |
| ::mlir::SymbolRefAttr | getCallee () |
| ::mlir::DenseI32ArrayAttr | getNumDimsPerMapAttr () |
| ::llvm::ArrayRef< int32_t > | getNumDimsPerMap () |
| ::mlir::DenseI32ArrayAttr | getMapOpGroupSizesAttr () |
| ::llvm::ArrayRef< int32_t > | getMapOpGroupSizes () |
Definition at line 177 of file Ops.h.inc.