Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DInterferenceCache.h182 Entry *CacheEntry = nullptr; variable
190 if (CacheEntry) in setEntry()
191 CacheEntry->addRef(-1); in setEntry()
192 CacheEntry = E; in setEntry()
193 if (CacheEntry) in setEntry()
194 CacheEntry->addRef(+1); in setEntry()
202 setEntry(O.CacheEntry); in Cursor()
206 setEntry(O.CacheEntry);
223 Current = CacheEntry ? CacheEntry->get(MBBNum) : &NoInterference; in moveToBlock()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DLazyRandomTypeCollection.h54 struct CacheEntry { struct
104 std::vector<CacheEntry> Records;
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/MSF/
H A DMappedBlockStream.h95 using CacheEntry = MutableArrayRef<uint8_t>; variable
105 DenseMap<uint32_t, std::vector<CacheEntry>> CacheMap;
/freebsd-12.1/contrib/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp947 ModuleCacheEntry CacheEntry(CacheOptions.Path, *Index, ModuleIdentifier, in run() local
952 auto CacheEntryPath = CacheEntry.getEntryPath(); in run()
955 auto ErrOrBuffer = CacheEntry.tryLoadingBuffer(); in run()
1000 CacheEntry.write(*OutputBuffer); in run()
1011 auto ReloadedBufferOrErr = CacheEntry.tryLoadingBuffer(); in run()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DHeaderSearch.cpp475 HeaderSearch::FrameworkCacheEntry &CacheEntry = in DoFrameworkLookup() local
479 if (CacheEntry.Directory && CacheEntry.Directory != getFrameworkDir()) in DoFrameworkLookup()
498 if (!CacheEntry.Directory) { in DoFrameworkLookup()
507 CacheEntry.Directory = getFrameworkDir(); in DoFrameworkLookup()
515 CacheEntry.IsUserSpecifiedSystemFramework = true; in DoFrameworkLookup()
521 InUserSpecifiedSystemFramework = CacheEntry.IsUserSpecifiedSystemFramework; in DoFrameworkLookup()
/freebsd-12.1/sys/dev/hptmv/
H A Dvdevice.h66 struct stripe **CacheEntry; member
/freebsd-12.1/contrib/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp159 std::vector<CacheEntry> List; in readBytes()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterDecl.cpp1669 const Decl *&CacheEntry = FirstLocalDeclCache[Canon]; in getFirstLocalDecl() local
1670 if (CacheEntry) in getFirstLocalDecl()
1671 return CacheEntry; in getFirstLocalDecl()
1676 return CacheEntry = D; in getFirstLocalDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp3407 QualType &CacheEntry = in FinishTemplateArgumentDeduction() local
3409 if (CacheEntry.isNull()) { in FinishTemplateArgumentDeduction()
3413 CacheEntry = in FinishTemplateArgumentDeduction()
3418 DeducedA = CacheEntry; in FinishTemplateArgumentDeduction()
H A DSemaExprCXX.cpp7731 auto &CacheEntry = TransformCache[E]; in TransformTypoExpr() local
7732 if (!TypoExprs.insert(E) && !CacheEntry.isUnset()) { in TransformTypoExpr()
7733 return CacheEntry; in TransformTypoExpr()
7762 return CacheEntry = NE; in TransformTypoExpr()
7765 return CacheEntry = ExprError(); in TransformTypoExpr()