Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1183 enum KindType { enum in __anon926e14ea0811::LSRUse
1191 using SCEVUseKindPair = PointerIntPair<const SCEV *, 2, KindType>;
1193 KindType Kind;
1228 LSRUse(KindType K, MemAccessTy AT) : Kind(K), AccessTy(AT) {} in LSRUse()
1767 int64_t MaxOffset, LSRUse::KindType Kind, in isLegalUse()
1781 int64_t MaxOffset, LSRUse::KindType Kind, in isLegalUse()
1842 LSRUse::KindType Kind, MemAccessTy AccessTy, in isAlwaysFoldable()
1865 int64_t MaxOffset, LSRUse::KindType Kind, in isAlwaysFoldable()
2030 LSRUse::KindType Kind, MemAccessTy AccessTy);
2613 LSRUse::KindType Kind, in getUse()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DPropertiesBase.td227 /// `kind` of the KindType.
235 PropertyType KindType = kindType;