Home
last modified time | relevance | path

Searched refs:QueryType (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DMachineInstr.h765 enum QueryType {
776 bool hasProperty(unsigned MCFlag, QueryType Type = AnyInBundle) const {
789 bool isPreISelOpcode(QueryType Type = IgnoreBundle) const {
797 bool isVariadic(QueryType Type = IgnoreBundle) const {
803 bool hasOptionalDef(QueryType Type = IgnoreBundle) const {
809 bool isPseudo(QueryType Type = IgnoreBundle) const {
813 bool isReturn(QueryType Type = AnyInBundle) const {
819 bool isEHScopeReturn(QueryType Type = AnyInBundle) const {
823 bool isCall(QueryType Type = AnyInBundle) const {
829 bool isCandidateForCallSiteEntry(QueryType Type = IgnoreBundle) const;
[all …]
DMachineSizeOpts.h30 PGSOQueryType QueryType = PGSOQueryType::Other);
36 PGSOQueryType QueryType = PGSOQueryType::Other);
42 PGSOQueryType QueryType = PGSOQueryType::Other);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DMachineSizeOpts.cpp186 PGSOQueryType QueryType) { in shouldOptimizeForSize() argument
188 MF, PSI, MBFI, QueryType); in shouldOptimizeForSize()
194 PGSOQueryType QueryType) { in shouldOptimizeForSize() argument
197 MBB, PSI, MBFI, QueryType); in shouldOptimizeForSize()
203 PGSOQueryType QueryType) { in shouldOptimizeForSize() argument
209 BlockFreq, PSI, &MBFIW->getMBFI(), QueryType); in shouldOptimizeForSize()
DMachineInstr.cpp576 bool MachineInstr::hasPropertyInBundle(uint64_t Mask, QueryType Type) const { in hasPropertyInBundle()
707 bool MachineInstr::isCandidateForCallSiteEntry(QueryType Type) const { in isCandidateForCallSiteEntry()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
DSizeOpts.h53 BFIT *BFI, PGSOQueryType QueryType) { in shouldFuncOptimizeForSizeImpl() argument
74 BFIT *BFI, PGSOQueryType QueryType) { in shouldOptimizeForSizeImpl() argument
96 PGSOQueryType QueryType = PGSOQueryType::Other);
102 PGSOQueryType QueryType = PGSOQueryType::Other);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DSizeOpts.cpp100 PGSOQueryType QueryType) { in shouldOptimizeForSize() argument
102 QueryType); in shouldOptimizeForSize()
107 PGSOQueryType QueryType) { in shouldOptimizeForSize() argument
110 QueryType); in shouldOptimizeForSize()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DLinkage.h85 using QueryType = variable
88 llvm::SmallDenseMap<QueryType, LinkageInfo, 8> CachedLinkageInfo;
90 static QueryType makeCacheKey(const NamedDecl *ND, LVComputationKind Kind) { in makeCacheKey()
91 return QueryType(ND, Kind.toBits()); in makeCacheKey()