Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineSizeOpts.cpp30 PGSOQueryType QueryType) { in shouldOptimizeForSize() argument
33 return shouldFuncOptimizeForSizeImpl(MF, PSI, MBFI, QueryType); in shouldOptimizeForSize()
39 PGSOQueryType QueryType) { in shouldOptimizeForSize() argument
43 return shouldOptimizeForSizeImpl(MBB, PSI, MBFI, QueryType); in shouldOptimizeForSize()
49 PGSOQueryType QueryType) { in shouldOptimizeForSize() argument
57 QueryType); in shouldOptimizeForSize()
H A DMachineInstr.cpp640 bool MachineInstr::hasPropertyInBundle(uint64_t Mask, QueryType Type) const { in hasPropertyInBundle()
778 bool MachineInstr::isCandidateForAdditionalCallInfo(QueryType Type) const { in isCandidateForAdditionalCallInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h882 enum QueryType {
893 bool hasProperty(unsigned MCFlag, QueryType Type = AnyInBundle) const {
906 bool isPreISelOpcode(QueryType Type = IgnoreBundle) const {
914 bool isVariadic(QueryType Type = IgnoreBundle) const {
920 bool hasOptionalDef(QueryType Type = IgnoreBundle) const {
926 bool isPseudo(QueryType Type = IgnoreBundle) const {
932 bool isMetaInstruction(QueryType Type = IgnoreBundle) const {
936 bool isReturn(QueryType Type = AnyInBundle) const {
942 bool isEHScopeReturn(QueryType Type = AnyInBundle) const {
946 bool isCall(QueryType Type = AnyInBundle) const {
[all …]
H A DMachineSizeOpts.h32 PGSOQueryType QueryType = PGSOQueryType::Other);
38 PGSOQueryType QueryType = PGSOQueryType::Other);
44 PGSOQueryType QueryType = PGSOQueryType::Other);
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSizeOpts.h53 BFIT *BFI, PGSOQueryType QueryType) { in shouldFuncOptimizeForSizeImpl() argument
75 PGSOQueryType QueryType) { in shouldOptimizeForSizeImpl() argument
97 PGSOQueryType QueryType = PGSOQueryType::Other);
104 PGSOQueryType QueryType = PGSOQueryType::Other);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSizeOpts.cpp101 PGSOQueryType QueryType) { in shouldOptimizeForSize() argument
104 return shouldFuncOptimizeForSizeImpl(F, PSI, BFI, QueryType); in shouldOptimizeForSize()
109 PGSOQueryType QueryType) { in shouldOptimizeForSize() argument
113 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()