Searched refs:QueryType (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/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 | 592 bool MachineInstr::hasPropertyInBundle(uint64_t Mask, QueryType Type) const { in hasPropertyInBundle() 730 bool MachineInstr::isCandidateForCallSiteEntry(QueryType Type) const { in isCandidateForCallSiteEntry()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineInstr.h | 851 enum QueryType { 895 bool isPseudo(QueryType Type = IgnoreBundle) const { 905 bool isReturn(QueryType Type = AnyInBundle) const { 915 bool isCall(QueryType Type = AnyInBundle) const { 930 bool isBarrier(QueryType Type = AnyInBundle) const { 947 bool isBranch(QueryType Type = AnyInBundle) const { 984 bool isCompare(QueryType Type = IgnoreBundle) const { 996 bool isMoveReg(QueryType Type = IgnoreBundle) const { 1006 bool isSelect(QueryType Type = IgnoreBundle) const { 1101 bool mayLoad(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-14.2/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-14.2/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-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | Linkage.h | 85 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()
|