Searched refs:QueryType (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | MachineInstr.h | 808 enum QueryType { 819 bool hasProperty(unsigned MCFlag, QueryType Type = AnyInBundle) const { 832 bool isPreISelOpcode(QueryType Type = IgnoreBundle) const { 840 bool isVariadic(QueryType Type = IgnoreBundle) const { 846 bool hasOptionalDef(QueryType Type = IgnoreBundle) const { 852 bool isPseudo(QueryType Type = IgnoreBundle) const { 858 bool isMetaInstruction(QueryType Type = IgnoreBundle) const { 862 bool isReturn(QueryType Type = AnyInBundle) const { 868 bool isEHScopeReturn(QueryType Type = AnyInBundle) const { 872 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);
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | MachineSizeOpts.cpp | 186 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()
|
| H A D | MachineInstr.cpp | 577 bool MachineInstr::hasPropertyInBundle(uint64_t Mask, QueryType Type) const { in hasPropertyInBundle() 715 bool MachineInstr::isCandidateForCallSiteEntry(QueryType Type) const { in isCandidateForCallSiteEntry()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/ |
| H A D | SizeOpts.h | 52 BFIT *BFI, PGSOQueryType QueryType) { in shouldFuncOptimizeForSizeImpl() argument 73 BFIT *BFI, PGSOQueryType QueryType) { in shouldOptimizeForSizeImpl() argument 95 PGSOQueryType QueryType = PGSOQueryType::Other); 101 PGSOQueryType QueryType = PGSOQueryType::Other);
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | SizeOpts.cpp | 100 PGSOQueryType QueryType) { in shouldOptimizeForSize() argument 102 QueryType); in shouldOptimizeForSize() 107 PGSOQueryType QueryType) { in shouldOptimizeForSize() argument 110 QueryType); in shouldOptimizeForSize()
|
| /openbsd-src/gnu/llvm/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()
|