Home
last modified time | relevance | path

Searched refs:CacheEntry (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/libunwind/src/
H A DFrameHeaderCache.hpp33 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 DInterferenceCache.h178 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 DLazyRandomTypeCollection.h52 struct CacheEntry { struct
103 std::vector<CacheEntry> Records;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/MSF/
H A DMappedBlockStream.h93 using CacheEntry = MutableArrayRef<uint8_t>; variable
103 DenseMap<uint32_t, std::vector<CacheEntry>> CacheMap;
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp635 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 DPPDirectives.cpp2233 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 DThinLTOCodeGenerator.cpp1129 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 DSemaConcept.cpp1416 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 DSemaTemplateDeduction.cpp4058 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 Dvdevice.h64 struct stripe **CacheEntry; member
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp1147 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 DAliasAnalysis.h245 struct CacheEntry {
269 using AliasCacheT = SmallDenseMap<LocPair, CacheEntry, 8>;
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp1730 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 DMappedBlockStream.cpp156 std::vector<CacheEntry> List; in readBytes()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DGISelValueTracking.cpp190 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 DASTWriterDecl.cpp2217 const Decl *&CacheEntry = FirstLocalDeclCache[Canon]; in getFirstLocalDecl() local
2218 if (CacheEntry) in getFirstLocalDecl()
2219 return CacheEntry; in getFirstLocalDecl()
2224 return CacheEntry = D; in getFirstLocalDecl()