A list of results of applying a transform op with ApplyEachOpTrait
to a single payload operation, co-indexed with the results of the transform op.
More...
#include "mlir/Dialect/Transform/Interfaces/TransformInterfaces.h"
A list of results of applying a transform op with ApplyEachOpTrait
to a single payload operation, co-indexed with the results of the transform op.
Definition at line 1398 of file TransformInterfaces.h.
◆ ApplyToEachResultList() [1/2]
mlir::transform::ApplyToEachResultList::ApplyToEachResultList |
( |
| ) |
|
|
default |
◆ ApplyToEachResultList() [2/2]
mlir::transform::ApplyToEachResultList::ApplyToEachResultList |
( |
unsigned |
size | ) |
|
|
inlineexplicit |
◆ assign() [1/2]
template<typename Range >
void mlir::transform::ApplyToEachResultList::assign |
( |
Range && |
range | ) |
|
|
inline |
◆ assign() [2/2]
void mlir::transform::ApplyToEachResultList::assign |
( |
unsigned |
size, |
|
|
std::nullptr_t |
|
|
) |
| |
|
inline |
◆ begin() [1/2]
auto mlir::transform::ApplyToEachResultList::begin |
( |
| ) |
|
|
inline |
◆ begin() [2/2]
auto mlir::transform::ApplyToEachResultList::begin |
( |
| ) |
const |
|
inline |
◆ end() [1/2]
auto mlir::transform::ApplyToEachResultList::end |
( |
| ) |
|
|
inline |
◆ end() [2/2]
auto mlir::transform::ApplyToEachResultList::end |
( |
| ) |
const |
|
inline |
◆ operator[]() [1/2]
ApplyToEachResult& mlir::transform::ApplyToEachResultList::operator[] |
( |
size_t |
index | ) |
|
|
inline |
◆ operator[]() [2/2]
const ApplyToEachResult& mlir::transform::ApplyToEachResultList::operator[] |
( |
size_t |
index | ) |
const |
|
inline |
◆ push_back() [1/3]
◆ push_back() [2/3]
void mlir::transform::ApplyToEachResultList::push_back |
( |
Attribute |
attr | ) |
|
|
inline |
◆ push_back() [3/3]
void mlir::transform::ApplyToEachResultList::push_back |
( |
Operation * |
op | ) |
|
|
inline |
◆ reserve()
void mlir::transform::ApplyToEachResultList::reserve |
( |
unsigned |
size | ) |
|
|
inline |
◆ size()
size_t mlir::transform::ApplyToEachResultList::size |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: