Searched refs:QueryType (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | MachineInstr.h | 763 enum QueryType { 807 bool isPseudo(QueryType Type = IgnoreBundle) const { 817 bool isReturn(QueryType Type = AnyInBundle) const { 827 bool isCall(QueryType Type = AnyInBundle) const { 842 bool isBarrier(QueryType Type = AnyInBundle) const { 859 bool isBranch(QueryType Type = AnyInBundle) const { 896 bool isCompare(QueryType Type = IgnoreBundle) const { 908 bool isMoveReg(QueryType Type = IgnoreBundle) const { 918 bool isSelect(QueryType Type = IgnoreBundle) const { 1009 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);
|
| /llvm-project-15.0.7/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 | 549 bool MachineInstr::hasPropertyInBundle(uint64_t Mask, QueryType Type) const { in hasPropertyInBundle() 660 bool MachineInstr::isCandidateForCallSiteEntry(QueryType Type) const { in isCandidateForCallSiteEntry()
|
| /llvm-project-15.0.7/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);
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-query/ |
| H A D | QueryParser.cpp | 106 template <typename QueryType> QueryRef QueryParser::parseSetOutputKind() { in parseSetOutputKind() 125 return new QueryType(&QuerySession::DetailedASTOutput); in parseSetOutputKind() 127 return new QueryType(&QuerySession::DiagOutput); in parseSetOutputKind() 129 return new QueryType(&QuerySession::PrintOutput); in parseSetOutputKind() 132 return new QueryType(&QuerySession::SrcLocOutput); in parseSetOutputKind()
|
| H A D | QueryParser.h | 47 template <typename QueryType> QueryRef parseSetOutputKind();
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | Quality.h | 120 enum QueryType { enum
|