Home
last modified time | relevance | path

Searched refs:KindType (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DParsedTemplate.h32 enum KindType { enum
50 ParsedTemplateArgument(KindType Kind, void *Arg, SourceLocation Loc) in ParsedTemplateArgument()
72 KindType getKind() const { return Kind; } in getKind()
119 KindType Kind;
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1170 enum KindType { enum in __anon3f0d62640811::LSRUse
1178 using SCEVUseKindPair = PointerIntPair<const SCEV *, 2, KindType>;
1180 KindType Kind;
1215 LSRUse(KindType K, MemAccessTy AT) : Kind(K), AccessTy(AT) {} in LSRUse()
1754 int64_t MaxOffset, LSRUse::KindType Kind, in isLegalUse()
1768 int64_t MaxOffset, LSRUse::KindType Kind, in isLegalUse()
1829 LSRUse::KindType Kind, MemAccessTy AccessTy, in isAlwaysFoldable()
1852 int64_t MaxOffset, LSRUse::KindType Kind, in isAlwaysFoldable()
2013 LSRUse::KindType Kind, MemAccessTy AccessTy);
2605 LSRUse::KindType Kind, in getUse()
[all …]
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DVectorTransforms.cpp2692 enum class KindType { FLOAT, INT, INVALID }; in isValidKind() enum
2693 KindType type{KindType::INVALID}; in isValidKind()
2697 type = KindType::FLOAT; in isValidKind()
2706 type = KindType::INT; in isValidKind()
2710 type = isInt ? KindType::INT : KindType::FLOAT; in isValidKind()
2713 bool isValidIntKind = (type == KindType::INT) && isInt; in isValidKind()
2714 bool isValidFloatKind = (type == KindType::FLOAT) && (!isInt); in isValidKind()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DPropertiesBase.td226 /// `kind` of the KindType.
234 PropertyType KindType = kindType;