Home
last modified time | relevance | path

Searched refs:QueryType (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineInstr.h763 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 DMachineSizeOpts.h30 PGSOQueryType QueryType = PGSOQueryType::Other);
36 PGSOQueryType QueryType = PGSOQueryType::Other);
42 PGSOQueryType QueryType = PGSOQueryType::Other);
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineSizeOpts.cpp186 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 DMachineInstr.cpp549 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 DSizeOpts.h52 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 DSizeOpts.cpp100 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 DLinkage.h85 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 DQueryParser.cpp106 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 DQueryParser.h47 template <typename QueryType> QueryRef parseSetOutputKind();
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DQuality.h120 enum QueryType { enum