Searched refs:QueryType (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | MachineInstr.h | 754 enum QueryType { 765 bool hasProperty(unsigned MCFlag, QueryType Type = AnyInBundle) const { 778 bool isPreISelOpcode(QueryType Type = IgnoreBundle) const { 786 bool isVariadic(QueryType Type = IgnoreBundle) const { 792 bool hasOptionalDef(QueryType Type = IgnoreBundle) const { 798 bool isPseudo(QueryType Type = IgnoreBundle) const { 802 bool isReturn(QueryType Type = AnyInBundle) const { 808 bool isEHScopeReturn(QueryType Type = AnyInBundle) const { 812 bool isCall(QueryType Type = AnyInBundle) const { 818 bool isCandidateForCallSiteEntry(QueryType Type = IgnoreBundle) const; [all …]
|
H A D | MachineSizeOpts.h | 30 PGSOQueryType QueryType = PGSOQueryType::Other); 36 PGSOQueryType QueryType = PGSOQueryType::Other); 42 PGSOQueryType QueryType = PGSOQueryType::Other);
|
/netbsd-src/external/apache2/llvm/dist/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 | 576 bool MachineInstr::hasPropertyInBundle(uint64_t Mask, QueryType Type) const { in hasPropertyInBundle() 707 bool MachineInstr::isCandidateForCallSiteEntry(QueryType Type) const { in isCandidateForCallSiteEntry()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/ |
H A D | SizeOpts.h | 53 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);
|
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/ |
H A D | ole.d | 197 OLESTATUS function(LPOLEOBJECT, LONG*) QueryType;
|