Searched refs:QueryType (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineInstr.h | 886 enum QueryType { 897 bool hasProperty(unsigned MCFlag, QueryType Type = AnyInBundle) const { 910 bool isPreISelOpcode(QueryType Type = IgnoreBundle) const { 918 bool isVariadic(QueryType Type = IgnoreBundle) const { 924 bool hasOptionalDef(QueryType Type = IgnoreBundle) const { 930 bool isPseudo(QueryType Type = IgnoreBundle) const { 936 bool isMetaInstruction(QueryType Type = IgnoreBundle) const { 940 bool isReturn(QueryType Type = AnyInBundle) const { 946 bool isEHScopeReturn(QueryType Type = AnyInBundle) const { 950 bool isCall(QueryType Type = AnyInBundle) const { [all …]
|
H A D | MachineSizeOpts.h | 30 PGSOQueryType QueryType = PGSOQueryType::Other); 36 PGSOQueryType QueryType = PGSOQueryType::Other); 42 PGSOQueryType QueryType = PGSOQueryType::Other);
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineSizeOpts.cpp | 30 PGSOQueryType QueryType) { in shouldOptimizeForSize() argument 31 return shouldFuncOptimizeForSizeImpl(MF, PSI, MBFI, QueryType); in shouldOptimizeForSize() 37 PGSOQueryType QueryType) { in shouldOptimizeForSize() argument 39 return shouldOptimizeForSizeImpl(MBB, PSI, MBFI, QueryType); in shouldOptimizeForSize() 45 PGSOQueryType QueryType) { in shouldOptimizeForSize() argument 51 QueryType); in shouldOptimizeForSize()
|
H A D | MachineInstr.cpp | 633 bool MachineInstr::hasPropertyInBundle(uint64_t Mask, QueryType Type) const { in hasPropertyInBundle() 771 bool MachineInstr::isCandidateForCallSiteEntry(QueryType Type) const { in isCandidateForCallSiteEntry()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | SizeOpts.h | 52 BFIT *BFI, PGSOQueryType QueryType) { in shouldFuncOptimizeForSizeImpl() argument 74 PGSOQueryType QueryType) { in shouldOptimizeForSizeImpl() argument 95 PGSOQueryType QueryType = PGSOQueryType::Other); 101 PGSOQueryType QueryType = PGSOQueryType::Other);
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SizeOpts.cpp | 100 PGSOQueryType QueryType) { in shouldOptimizeForSize() argument 101 return shouldFuncOptimizeForSizeImpl(F, PSI, BFI, QueryType); in shouldOptimizeForSize() 106 PGSOQueryType QueryType) { in shouldOptimizeForSize() argument 108 return shouldOptimizeForSizeImpl(BB, PSI, BFI, QueryType); in shouldOptimizeForSize()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Linkage.h | 88 using QueryType = variable 91 llvm::SmallDenseMap<QueryType, LinkageInfo, 8> CachedLinkageInfo; 93 static QueryType makeCacheKey(const NamedDecl *ND, LVComputationKind Kind) { in makeCacheKey() 94 return QueryType(ND, Kind.toBits()); in makeCacheKey()
|