Lines Matching full:utils
31 ArrayRef<utils::IteratorType> loopIteratorTypes,
35 ArrayRef<utils::IteratorType> loopIteratorTypes,
40 ArrayRef<utils::IteratorType> loopIteratorTypes,
59 SmallVector<utils::IteratorType>
61 SmallVector<utils::IteratorType> iterTypes;
91 SmallVector<utils::IteratorType> &iterTypes) const {
99 iterTypes.push_back(utils::IteratorType::parallel);
109 SmallVector<utils::IteratorType> getLoopIteratorTypes(Operation *op) const {
114 SmallVector<utils::IteratorType> types(type.getRank(),
115 utils::IteratorType::parallel);