Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineInstr.h808 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 DMachineSizeOpts.h30 PGSOQueryType QueryType = PGSOQueryType::Other);
36 PGSOQueryType QueryType = PGSOQueryType::Other);
42 PGSOQueryType QueryType = PGSOQueryType::Other);
/openbsd-src/gnu/llvm/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.cpp577 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 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);
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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()