Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h886 enum QueryType {
897 bool hasProperty(unsigned MCFlag, QueryType Type = AnyInBundle) const {
910 bool isPreISelOpcode(QueryType Type = IgnoreBundle) const {
918 bool isVariadic(QueryType Type = IgnoreBundle) const {
924 bool hasOptionalDef(QueryType Type = IgnoreBundle) const {
930 bool isPseudo(QueryType Type = IgnoreBundle) const {
936 bool isMetaInstruction(QueryType Type = IgnoreBundle) const {
940 bool isReturn(QueryType Type = AnyInBundle) const {
946 bool isEHScopeReturn(QueryType Type = AnyInBundle) const {
950 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);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineSizeOpts.cpp30 PGSOQueryType QueryType) { in shouldOptimizeForSize() argument
31 return shouldFuncOptimizeForSizeImpl(MF, PSI, MBFI, QueryType); in shouldOptimizeForSize()
37 PGSOQueryType QueryType) { in shouldOptimizeForSize() argument
39 return shouldOptimizeForSizeImpl(MBB, PSI, MBFI, QueryType); in shouldOptimizeForSize()
45 PGSOQueryType QueryType) { in shouldOptimizeForSize() argument
51 QueryType); in shouldOptimizeForSize()
H A DMachineInstr.cpp633 bool MachineInstr::hasPropertyInBundle(uint64_t Mask, QueryType Type) const { in hasPropertyInBundle()
771 bool MachineInstr::isCandidateForCallSiteEntry(QueryType Type) const { in isCandidateForCallSiteEntry()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSizeOpts.h52 BFIT *BFI, PGSOQueryType QueryType) { in shouldFuncOptimizeForSizeImpl() argument
74 PGSOQueryType QueryType) { in shouldOptimizeForSizeImpl() argument
95 PGSOQueryType QueryType = PGSOQueryType::Other);
101 PGSOQueryType QueryType = PGSOQueryType::Other);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSizeOpts.cpp100 PGSOQueryType QueryType) { in shouldOptimizeForSize() argument
101 return shouldFuncOptimizeForSizeImpl(F, PSI, BFI, QueryType); in shouldOptimizeForSize()
106 PGSOQueryType QueryType) { in shouldOptimizeForSize() argument
108 return shouldOptimizeForSizeImpl(BB, PSI, BFI, QueryType); in shouldOptimizeForSize()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DLinkage.h88 using QueryType = variable
91 llvm::SmallDenseMap<QueryType, LinkageInfo, 8> CachedLinkageInfo;
93 static QueryType makeCacheKey(const NamedDecl *ND, LVComputationKind Kind) { in makeCacheKey()
94 return QueryType(ND, Kind.toBits()); in makeCacheKey()