Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedTemplate.h32 enum KindType { enum
50 ParsedTemplateArgument(KindType Kind, void *Arg, SourceLocation Loc) in ParsedTemplateArgument()
73 KindType getKind() const { return Kind; } in getKind()
120 KindType Kind;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1167 enum KindType { enum in __anon90f29ee80711::LSRUse
1175 using SCEVUseKindPair = PointerIntPair<const SCEV *, 2, KindType>;
1177 KindType Kind;
1212 LSRUse(KindType K, MemAccessTy AT) : Kind(K), AccessTy(AT) {} in LSRUse()
1749 int64_t MaxOffset, LSRUse::KindType Kind, in isLegalUse()
1763 int64_t MaxOffset, LSRUse::KindType Kind, in isLegalUse()
1824 LSRUse::KindType Kind, MemAccessTy AccessTy, in isAlwaysFoldable()
1847 int64_t MaxOffset, LSRUse::KindType Kind, in isAlwaysFoldable()
2007 LSRUse::KindType Kind, MemAccessTy AccessTy);
2602 LSRUse::KindType Kind, in getUse()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DPropertiesBase.td223 /// `kind` of the KindType.
231 PropertyType KindType = kindType;