Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSubtargetInfo.h231 virtual Optional<unsigned> getCacheSize(unsigned Level) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86TargetTransformInfo.h109 llvm::Optional<unsigned> getCacheSize(
DX86TargetTransformInfo.cpp68 llvm::Optional<unsigned> X86TTIImpl::getCacheSize( in getCacheSize() function in X86TTIImpl
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfo.h860 llvm::Optional<unsigned> getCacheSize(CacheLevel Level) const;
1295 virtual llvm::Optional<unsigned> getCacheSize(CacheLevel Level) const = 0;
1678 llvm::Optional<unsigned> getCacheSize(CacheLevel Level) const override { in getCacheSize() function
1679 return Impl.getCacheSize(Level); in getCacheSize()
DTargetTransformInfoImpl.h404 llvm::Optional<unsigned> getCacheSize(TargetTransformInfo::CacheLevel Level) const { in getCacheSize() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCSubtargetInfo.cpp319 Optional<unsigned> MCSubtargetInfo::getCacheSize(unsigned Level) const { in getCacheSize() function in MCSubtargetInfo
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp519 llvm::Optional<unsigned> TargetTransformInfo::getCacheSize(CacheLevel Level) in getCacheSize() function in TargetTransformInfo
521 return TTIImpl->getCacheSize(Level); in getCacheSize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h528 getCacheSize(TargetTransformInfo::CacheLevel Level) const { in getCacheSize() function
530 getST()->getCacheSize(static_cast<unsigned>(Level))); in getCacheSize()
/third_party/sqlite/src/
Dsqlite3.c130542 static const VdbeOpList getCacheSize[] = {
130557 sqlite3VdbeVerifyNoMallocRequired(v, ArraySize(getCacheSize));
130558 aOp = sqlite3VdbeAddOpList(v, ArraySize(getCacheSize), getCacheSize, iLn);