Home
last modified time | relevance | path

Searched refs:getCacheSize (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h238 virtual Optional<unsigned> getCacheSize(unsigned Level) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCSubtargetInfo.cpp338 Optional<unsigned> MCSubtargetInfo::getCacheSize(unsigned Level) const { in getCacheSize() function in MCSubtargetInfo
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h108 llvm::Optional<unsigned> getCacheSize(
H A DX86TargetTransformInfo.cpp68 llvm::Optional<unsigned> X86TTIImpl::getCacheSize( in getCacheSize() function in X86TTIImpl
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h980 Optional<unsigned> getCacheSize(CacheLevel Level) const;
1584 virtual Optional<unsigned> getCacheSize(CacheLevel Level) const = 0;
2045 Optional<unsigned> getCacheSize(CacheLevel Level) const override { in getCacheSize() function
2046 return Impl.getCacheSize(Level); in getCacheSize()
H A DTargetTransformInfoImpl.h415 getCacheSize(TargetTransformInfo::CacheLevel Level) const { in getCacheSize() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp625 TargetTransformInfo::getCacheSize(CacheLevel Level) const { in getCacheSize() function in TargetTransformInfo
626 return TTIImpl->getCacheSize(Level); in getCacheSize()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h606 getCacheSize(TargetTransformInfo::CacheLevel Level) const { in getCacheSize() function
608 getST()->getCacheSize(static_cast<unsigned>(Level))); in getCacheSize()
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c138274 static const VdbeOpList getCacheSize[] = {
138289 sqlite3VdbeVerifyNoMallocRequired(v, ArraySize(getCacheSize));
138290 aOp = sqlite3VdbeAddOpList(v, ArraySize(getCacheSize), getCacheSize, iLn);