Home
last modified time | relevance | path

Searched defs:IteratorType (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Utils/
H A DStructuredOpsUtils.h126 enum class IteratorType { Parallel, Reduction }; enum
146 struct IteratorType { struct
147 IteratorType(StringRef strRef) : strRef(strRef) {} in IteratorType() argument
154 struct Par : public IteratorType { argument
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DVectorTransforms.cpp1443 struct IteratorType { struct
1444 IteratorType(StringRef strRef) : strRef(strRef) {} in IteratorType() function
1445 bool isOfType(Attribute attr) const { in isOfType()
1449 StringRef strRef;
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseOpenMP.cpp4041 ParsedType IteratorType; in ParseOpenMPIteratorsExpr() local
/llvm-project-15.0.7/clang/utils/TableGen/
H A DClangAttrEmitter.cpp682 std::string IteratorType = getLowerName().str() + "_iterator"; in writeAccessors() local