| /freebsd/contrib/llvm-project/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() 34 LowPCFrameHeaderCache::CacheEntry LowPC() argument 35 HighPCFrameHeaderCache::CacheEntry HighPC() argument 36 InfoFrameHeaderCache::CacheEntry global() argument
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | InterferenceCache.h | 178 Entry *CacheEntry = nullptr; variable 186 if (CacheEntry) in setEntry() 187 CacheEntry->addRef(-1); in setEntry() 188 CacheEntry = E; in setEntry() 189 if (CacheEntry) in setEntry() 190 CacheEntry->addRef(+1); in setEntry() 198 setEntry(O.CacheEntry); in Cursor() 202 setEntry(O.CacheEntry); 219 Current = CacheEntry ? CacheEntry->get(MBBNum) : &NoInterference; in moveToBlock()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | LazyRandomTypeCollection.h | 52 struct CacheEntry { struct 103 std::vector<CacheEntry> Records;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/MSF/ |
| H A D | MappedBlockStream.h | 93 using CacheEntry = MutableArrayRef<uint8_t>; variable 103 DenseMap<uint32_t, std::vector<CacheEntry>> CacheMap;
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | HeaderSearch.cpp | 635 FrameworkCacheEntry &CacheEntry = in DoFrameworkLookup() local 639 if (CacheEntry.Directory && CacheEntry.Directory != getFrameworkDirRef()) in DoFrameworkLookup() 658 if (!CacheEntry.Directory) { in DoFrameworkLookup() 668 CacheEntry.Directory = getFrameworkDirRef(); in DoFrameworkLookup() 676 CacheEntry.IsUserSpecifiedSystemFramework = true; in DoFrameworkLookup() 682 InUserSpecifiedSystemFramework = CacheEntry.IsUserSpecifiedSystemFramework; in DoFrameworkLookup() 683 IsFrameworkFound = CacheEntry.Directory.has_value(); in DoFrameworkLookup()
|
| H A D | PPDirectives.cpp | 2233 FrameworkCacheEntry &CacheEntry = in LookupHeaderIncludeOrImport() local 2235 assert(CacheEntry.Directory && "Found framework should be in cache"); in LookupHeaderIncludeOrImport() 2238 << CacheEntry.Directory->getName(); in LookupHeaderIncludeOrImport()
|
| /freebsd/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | ThinLTOCodeGenerator.cpp | 1129 ModuleCacheEntry CacheEntry(CacheOptions.Path, *Index, ModuleIdentifier, in run() local 1134 auto CacheEntryPath = CacheEntry.getEntryPath(); in run() 1137 auto ErrOrBuffer = CacheEntry.tryLoadingBuffer(); in run() 1182 CacheEntry.write(*OutputBuffer); in run() 1193 auto ReloadedBufferOrErr = CacheEntry.tryLoadingBuffer(); in run()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaConcept.cpp | 1416 auto CacheEntry = NormalizationCache.find(ConstrainedDecl); in getNormalizedAssociatedConstraints() local 1417 if (CacheEntry == NormalizationCache.end()) { in getNormalizedAssociatedConstraints() 1420 CacheEntry = in getNormalizedAssociatedConstraints() 1429 return CacheEntry->second; in getNormalizedAssociatedConstraints() 1731 auto CacheEntry = SubsumptionCache.find(Key); in IsAtLeastAsConstrained() local 1732 if (CacheEntry != SubsumptionCache.end()) { in IsAtLeastAsConstrained() 1733 Result = CacheEntry->second; in IsAtLeastAsConstrained()
|
| H A D | SemaTemplateDeduction.cpp | 4058 QualType &CacheEntry = in FinishTemplateArgumentDeduction() local 4060 if (CacheEntry.isNull()) { in FinishTemplateArgumentDeduction() 4064 CacheEntry = in FinishTemplateArgumentDeduction() 4069 DeducedA = CacheEntry; in FinishTemplateArgumentDeduction()
|
| /freebsd/sys/dev/hptmv/ |
| H A D | vdevice.h | 64 struct stripe **CacheEntry; member
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDecl.cpp | 1147 llvm::GlobalVariable *&CacheEntry = InitializerConstants[&D]; in createUnnamedGlobalFrom() local 1148 if (!CacheEntry || CacheEntry->getInitializer() != Constant) { in createUnnamedGlobalFrom() 1166 CacheEntry = GV; in createUnnamedGlobalFrom() 1167 } else if (CacheEntry->getAlignment() < uint64_t(Align.getQuantity())) { in createUnnamedGlobalFrom() 1168 CacheEntry->setAlignment(Align.getAsAlign()); in createUnnamedGlobalFrom() 1171 return Address(CacheEntry, CacheEntry->getValueType(), Align); in createUnnamedGlobalFrom()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | AliasAnalysis.h | 245 struct CacheEntry { 269 using AliasCacheT = SmallDenseMap<LocPair, CacheEntry, 8>;
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | BasicAliasAnalysis.cpp | 1730 Locs, AAQueryInfo::CacheEntry{AliasResult::NoAlias, 0}); in aliasCheck() 1780 Entry.NumAssumptionUses = AAQueryInfo::CacheEntry::AssumptionBased; in aliasCheck() 1782 Entry.NumAssumptionUses = AAQueryInfo::CacheEntry::Definitive; in aliasCheck() 1793 It->second.NumAssumptionUses = AAQueryInfo::CacheEntry::Definitive; in aliasCheck()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/MSF/ |
| H A D | MappedBlockStream.cpp | 156 std::vector<CacheEntry> List; in readBytes()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | GISelValueTracking.cpp | 190 auto CacheEntry = ComputeKnownBitsCache.find(R); in computeKnownBitsImpl() local 191 if (CacheEntry != ComputeKnownBitsCache.end()) { in computeKnownBitsImpl() 192 Known = CacheEntry->second; in computeKnownBitsImpl()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterDecl.cpp | 2217 const Decl *&CacheEntry = FirstLocalDeclCache[Canon]; in getFirstLocalDecl() local 2218 if (CacheEntry) in getFirstLocalDecl() 2219 return CacheEntry; in getFirstLocalDecl() 2224 return CacheEntry = D; in getFirstLocalDecl()
|