| /llvm-project-15.0.7/libunwind/src/ |
| H A D | FrameHeaderCache.hpp | 33 struct CacheEntry { struct in FrameHeaderCache 37 CacheEntry *Next; argument 50 CacheEntry Entries[kCacheEntryCount]; 51 CacheEntry *MostRecentlyUsed; 52 CacheEntry *Unused; 93 CacheEntry *Current = MostRecentlyUsed; in find() 94 CacheEntry *Previous = nullptr; in find() 123 CacheEntry *Current = nullptr; in add() 130 CacheEntry *Previous = nullptr; in add()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | InterferenceCache.h | 177 Entry *CacheEntry = nullptr; variable 185 if (CacheEntry) in setEntry() 186 CacheEntry->addRef(-1); in setEntry() 187 CacheEntry = E; in setEntry() 188 if (CacheEntry) in setEntry() 189 CacheEntry->addRef(+1); in setEntry() 197 setEntry(O.CacheEntry); in Cursor() 201 setEntry(O.CacheEntry); 218 Current = CacheEntry ? CacheEntry->get(MBBNum) : &NoInterference; in moveToBlock()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUReleaseVGPRs.cpp | 61 bool &CacheEntry = It->second; in isLastVGPRUseVMEMStore() local 63 return CacheEntry; in isLastVGPRUseVMEMStore() 68 return CacheEntry = true; in isLastVGPRUseVMEMStore() 74 return CacheEntry = false; in isLastVGPRUseVMEMStore() 79 return CacheEntry = llvm::any_of(MBB.predecessors(), in isLastVGPRUseVMEMStore()
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | LazyRandomTypeCollection.h | 52 struct CacheEntry { struct 103 std::vector<CacheEntry> Records;
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/MSF/ |
| H A D | MappedBlockStream.h | 92 using CacheEntry = MutableArrayRef<uint8_t>; variable 102 DenseMap<uint32_t, std::vector<CacheEntry>> CacheMap;
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaConcept.cpp | 707 auto CacheEntry = NormalizationCache.find(ConstrainedDecl); in getNormalizedAssociatedConstraints() local 708 if (CacheEntry == NormalizationCache.end()) { in getNormalizedAssociatedConstraints() 712 CacheEntry = in getNormalizedAssociatedConstraints() 721 return CacheEntry->second; in getNormalizedAssociatedConstraints() 982 auto CacheEntry = SubsumptionCache.find(Key); in IsAtLeastAsConstrained() local 983 if (CacheEntry != SubsumptionCache.end()) { in IsAtLeastAsConstrained() 984 Result = CacheEntry->second; in IsAtLeastAsConstrained()
|
| H A D | SemaTemplateDeduction.cpp | 3552 QualType &CacheEntry = in FinishTemplateArgumentDeduction() local 3554 if (CacheEntry.isNull()) { in FinishTemplateArgumentDeduction() 3558 CacheEntry = in FinishTemplateArgumentDeduction() 3563 DeducedA = CacheEntry; in FinishTemplateArgumentDeduction()
|
| H A D | SemaExprCXX.cpp | 8677 auto &CacheEntry = TransformCache[E]; in TransformTypoExpr() local 8678 if (!TypoExprs.insert(E) && !CacheEntry.isUnset()) { in TransformTypoExpr() 8679 return CacheEntry; in TransformTypoExpr() 8708 return CacheEntry = NE; in TransformTypoExpr() 8711 return CacheEntry = ExprError(); in TransformTypoExpr()
|
| /llvm-project-15.0.7/clang/lib/Lex/ |
| H A D | HeaderSearch.cpp | 581 FrameworkCacheEntry &CacheEntry = in DoFrameworkLookup() local 585 if (CacheEntry.Directory && CacheEntry.Directory != getFrameworkDirRef()) in DoFrameworkLookup() 604 if (!CacheEntry.Directory) { in DoFrameworkLookup() 614 CacheEntry.Directory = getFrameworkDirRef(); in DoFrameworkLookup() 622 CacheEntry.IsUserSpecifiedSystemFramework = true; in DoFrameworkLookup() 628 InUserSpecifiedSystemFramework = CacheEntry.IsUserSpecifiedSystemFramework; in DoFrameworkLookup() 629 IsFrameworkFound = CacheEntry.Directory.has_value(); in DoFrameworkLookup()
|
| H A D | PPDirectives.cpp | 2085 FrameworkCacheEntry &CacheEntry = in LookupHeaderIncludeOrImport() local 2087 assert(CacheEntry.Directory && "Found framework should be in cache"); in LookupHeaderIncludeOrImport() 2090 << CacheEntry.Directory->getName(); in LookupHeaderIncludeOrImport()
|
| /llvm-project-15.0.7/llvm/lib/LTO/ |
| H A D | ThinLTOCodeGenerator.cpp | 1138 ModuleCacheEntry CacheEntry(CacheOptions.Path, *Index, ModuleIdentifier, in run() local 1143 auto CacheEntryPath = CacheEntry.getEntryPath(); in run() 1146 auto ErrOrBuffer = CacheEntry.tryLoadingBuffer(); in run() 1191 CacheEntry.write(*OutputBuffer); in run() 1202 auto ReloadedBufferOrErr = CacheEntry.tryLoadingBuffer(); in run()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/ |
| H A D | GISelKnownBits.cpp | 153 auto CacheEntry = ComputeKnownBitsCache.find(R); in computeKnownBitsImpl() local 154 if (CacheEntry != ComputeKnownBitsCache.end()) { in computeKnownBitsImpl() 155 Known = CacheEntry->second; in computeKnownBitsImpl()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGDecl.cpp | 1136 llvm::GlobalVariable *&CacheEntry = InitializerConstants[&D]; in createUnnamedGlobalFrom() local 1137 if (!CacheEntry || CacheEntry->getInitializer() != Constant) { in createUnnamedGlobalFrom() 1155 CacheEntry = GV; in createUnnamedGlobalFrom() 1156 } else if (CacheEntry->getAlignment() < uint64_t(Align.getQuantity())) { in createUnnamedGlobalFrom() 1157 CacheEntry->setAlignment(Align.getAsAlign()); in createUnnamedGlobalFrom() 1160 return Address(CacheEntry, CacheEntry->getValueType(), Align); in createUnnamedGlobalFrom()
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | AliasAnalysis.h | 465 struct CacheEntry { 473 using AliasCacheT = SmallDenseMap<LocPair, CacheEntry, 8>;
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/MSF/ |
| H A D | MappedBlockStream.cpp | 157 std::vector<CacheEntry> List; in readBytes()
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTWriterDecl.cpp | 1798 const Decl *&CacheEntry = FirstLocalDeclCache[Canon]; in getFirstLocalDecl() local 1799 if (CacheEntry) in getFirstLocalDecl() 1800 return CacheEntry; in getFirstLocalDecl() 1805 return CacheEntry = D; in getFirstLocalDecl()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | BasicAliasAnalysis.cpp | 1641 Locs, AAQueryInfo::CacheEntry{AliasResult::NoAlias, 0}); in aliasCheck()
|